资源列表
Introduction.to.Algorithms.Second.Edition
- 详细介绍算法的好书。很详细。结合数据结构看。-Algorithm
Attemper
- 这是一个数据结构课程的源代码,能够运行,主要是关于车厢调度的。-yes ,this a program of the lesson of the Structure of Data
mataqipan
- 马踏棋盘的C语言代码。将马随机放在国际象棋的8X8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,。。。,64依次填入一个8X8的方阵,输出之。-Horse riding board the C language code. Ma randomly on the 8X8 chess board Board [8] [8] of a box, the horse mo
c
- 判断并输入一元多项式。 2、能够进行两个一元多项式的加法、减法与乘法,并输出结果。 3、结果M(x)中无重复阶项和无零系数项。 4、引用参数交换函数。 -failed to translate
beibaowenti
- 背包问题的C++算法编程。可运行。希望有帮助到大家-Knapsack problem algorithm of the C programming. Run. We want to help
dazhengshuchengfa
- 大整数乘法的算法实现,可以运行,希望可以帮到大家-Large integer multiplication algorithm, you can run, I hope you can help
sitelasijuzhen
- 斯特拉斯矩阵的算法实现,可以运行,希望可以帮到大家-K matrix algorithm, you can run, I hope you can help
zhaolingwenti
- 找零问题的算法实现,可以运行,希望可以帮到大家-Algorithm give change issues, you can run, I hope you can help
zuichanggonggong
- 最长公共子序列问题的算法实现,可以运行,希望可以帮到大家-The longest common sub-sequence algorithm problem, you can run, I hope you can help
heermanshu
- 输入二叉树...输出赫尔曼树..课程设计中-Hermann input output tree tree ... .. of course design
16jinzhiyubcdmazhuhuan
- 16进制转BCD码C语言程序,希望大家有所借鉴,对大家有一定的帮助-16 hexadecimal to BCD code C language program, I hope all of you learn from all of you have some help
puke
- 编号为1-52张牌,正面向上,从第2张开始,以2为基数,是2的倍数的牌翻一次,直到最后一张牌;然后,从第3张开始,以3为基数,是3的倍数的牌翻一次,直到最后一张牌;然后…从第4张开始,以4为基数,是4的倍数的牌翻一次, 直到最后一张牌;...再依次5的倍数的牌翻一次,6的,7的 直到 以52为基数的 翻过,输出:这时正面向上的牌有哪些?-#include "stdio.h" void main() {/*采用数组存储,循环嵌套实现*/ int i,j in
