搜索资源列表
MarkManagement
- 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
consoleClock
- 全屏 控制台 电子时钟 的c代码 有详细注释 -E-clock full-screen console detailed notes c code
BinTreeExp
- 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
vc6
- 可用于C语言课程设计的C代码,在Vc6.0中通过-Can be used in C language courses designed C code, adopted in Vc6.0
c++
- 用c++代码实现两个至少千位数的大数相加 并在控制台显示输出结果-With c++ Code to achieve at least a thousand two-digit sum of large numbers and in the console display output
sort2
- 一个数组排序算法C++代码,vc6中实现-An array sorting algorithm C++ code, vc6 to achieve
pattern-design
- 一些常用的设计模式C++代码,主要参考《大话设计模式》-Some common the design design C++ code, refer to the the " bigtalk design design
saoleibeta
- 扫雷小游戏 要求: 用VS2010控制台程序完成,键盘输入要点开的格子和要排的雷的格子。 拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏、死亡成功后的提示及操作等;拥有游戏最基本的一些文字提示,拥有基本的一些错误判断。 要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。-Minesweeping game requirements: VS2010 console program completed, keyboa
code1104
- 求一个整数数组最长递减子序列,完整的C++代码,已测试通过。-Seeking an array of integers longest decreasing sub-sequence, complete C++ code, have been tested.
prim
- 普里姆算法的C++代码实现,有很详细的注释,代码很清晰-Primm algorithm C++ code implementation, there is a very detailed notes, the code is very clear
lilys-Letter_snake
- DOS系统下的贪吃蛇游戏,通过键盘的控制来实现游戏控制,C++代码开发-greedy snake game
bayes_net_ex
- 根据dlib18 的C++代码库,利用VS2010进行了里面的实例测试,测试成功了,并对里面的代码进行了针对性的注释。 dlib18具有很强大的数据挖掘功能,我这里只是针对贝叶斯网络进行了实例验证,验证的贝叶斯网络也就是dlib原本给定的例子,只不过原本给定的只有cpp文件,这里提供的是一个工程。希望有兴趣的同学下载参考。-According to the C++ code library of dlib18, VS2010 instance inside test, the test
five-classic--C-code
- 里面有五个C语言初学者遇到的经典递归问题的代码及详解!八皇后、回文、顺转矩阵、斐波那契及整数分划问题。-There are five classic C language for beginners recursive problems encountered by the code and explain! Eight queens, palindrome, clockwise rotation matrix, Fibonacci and integer partition problem.
zhongzhilivbo
- 学习opencv的图像处理 中值滤波 简单的c++代码 适合初学者-opencv median filtering
HelloWorld
- 最简单的C++代码,控制台输出Hello,World!-Simplest program,printf "Hello,World "
TLD
- C++代码写的TLD跟踪算法,直接编译运行,工程化案例,欢迎研究TLD目标跟踪的同道中人一起交流-C++ TLD tracking algorithm code written directly compile and run, engineered case, welcome TLD target tracking research fellow human exchanges together
01
- 练习C++代码好程序,基础训练加自我开发-important source code for exercising the C++
Project_test
- 车道线检测C++代码,为自己学校模式识别课程设计做的。-line detection
ConsoleApplication1-1
- 一个经典的c#程序代码-a classical c# program code.
c++LIANXI
- 求两个数的和,C++程序实现,刚刚开始学习,变了简单程序练习。(calculate the sum of two numbers)