
数据结构与算法
文章平均质量分 77
woshizhouxiang
这个作者很懒,什么都没留下…
展开
-
四则运算栈实现(支持10和10以上的数运算)
// LinkStack.cpp : Defines the entry point for the console application.///*作者:dreamboy*//*日期:2012.4.21*//*功能:四则运算*/#include "stdafx.h"#include #include #include #define DATA 1#define OPER 0原创 2012-04-24 09:25:15 · 450 阅读 · 0 评论 -
搜索引擎 倒排序——结合UESTC OJ 1017
#include #include #include typedef struct { int quote; char title[251]; }Title; typedef struct { char keyword[21]; int numOfadd; int address[1001];原创 2012-06-29 15:13:47 · 761 阅读 · 0 评论