资源列表
TIN
- 三维真实地面模型中利用三角网TIN的编程
contri
- 作者:Scott Sloan 相关文献参考: Adv Eng Software 1987 V9No1,34-
calendar
- 此代码就是万年历,可以查询每年的日历,星期等。
1097
- 里面有4个代码,用c语言写的,分别可以创建链表,插入,删除节点等
stack
- 该代码可以实现栈的各种基本功能,操作方便简单
csoftware
- 这是表达式求值的c源程序,可对输入的各种表达式求值
cfile
- 该代码可实现简单行编辑程序例,串操作应用举例,实现串的存储管理
kris_qsort_exe
- This forced me to write about more interesting and comprehensive sorting methods, the result of which is this one. Through this writing I have tried to give in-depth coverage of the entire sort algorithm I hope Peter wouldn t mind reading it. This ar
String
- 笔试中String问题总结,里面用的是指针方法,兄弟姐妹们可以改成引用方法
c_algorithm_in_common_use
- C语言常用算法,一般用到的都包含在里面,对初学者非常有用,还可以当作工具,非常不错.
Post
- 二叉树木后序遍历代码欢迎批评指正,如果有好的代码欢迎发到该网站让大家共享
zoj1161
- acm.zju.edu.cn上1161题的代码。 此题可用动态规划也可用贪心,这里采用贪心,时空效率更高。