数据结构和算法(ppt文档和.C的代码)
ppt文档和C语言代码 1.1 编程的灵魂:数据结构+算法 1.2 算法的作用:猜价格游戏 1.3 递推算法 1.4 枚举(穷举)算法 1.5 递归算法 等等工九章 .... 共9章 下面给大家放第一章的几个代码 程序1-1.c #include int main() { int oldprice,price=0,i=0; printf("请首先设置商品的真实价格:"); scanf("%d",&oldprice); system("cls"); printf("请输入试猜的价格:\n"); while(oldprice!=price) { i++; printf("参与者:"); scanf("%d",&price); printf("主持人:") ; if(price>oldprice) { printf("高了\n"); } else if(price
文件列表
数据结构和算法(ppt文档和.C的代码)
(预估有个180文件)
7-7 ParkCharge.c
8KB
7-3 BigInt2.c
6KB
7-4 NumberTrans.c
4KB
7-2 BigInt1.c
10KB
7-10 lzw.c
8KB
7-8 Maze1.c
6KB
7-9 Maze2.c
5KB
5-4 BinarySortTree.c
5KB
9-21 rectang.c
8KB
6-19 Gauss.c
4KB
暂无评论