资源列表
ATM_imitate
- ATM模拟器 MFC VS2010 电脑模拟ATM,进行增删改查-ATM simulator MFC VS2010 the computer simulations ATM CRUD
clock
- 一个有趣的骨牌钟,刚开始接触MFC弄的,有运行图片 MFC vc6.0 -An interesting domino bell, the beginning of contact with MFC Lane, running pictures MFC vc6.0
inventory_system
- 大一时做的库存管理系统。 工程有运行图片 MFC vc6.0-Freshman inventory management system. Project has run pictures MFC vc6.0
irisskin2
- winform 界面自定义皮肤 加载组件 irisskin2.rar-the winform Interface custom skin
Triangle-maximum-path
- 三角形最大路径,c语言入门编程。巧妙的利用算法解决问题,初学者可以来-The triangle maximum path c language introductory programming. Clever use of algorithms to solve the problem, beginners can learn
programming-string-sentenced
- The advanced programming string sentenced,适合编程入门新手的简单代码-The advanced programming string sentenced
bintoshuzu
- 二进制文件转化为数组代码。可以把重要数据直接放在ARM中-The binary file into an array code. Important data directly on the ARM in
automouse
- auto mouse source coed C++ language
chuankouwendu
- 能都运用界面登陆,保护资料,实现串口温度实时显示和反馈,-Energy use interface landing, protect data, real-time display and feedback Serial temperature,
Calculator
- 简单的计算器,是之前的作业内容,MFC学习的时间比较短,所以比较菜鸟。-The simple calculator before the job content, MFC learning time is relatively short, so the comparison rookie.
fast_sort
- /*快速排序:以待排序元素中的第一个元素作为基准将带排序的元素分为三组 *大于基准元素为一组置于基准值的右边,小于基准值的元素为一组置于基准值的左边, *基准值为一组,这样就找到了基准元素的位置就确定了 *如此递归调用。直到每一组的low==high,即实现了排序的要求。 */ -/* Rapid Sort: the first element to be sorted in the element as a basis with with sorting the eleme
insert_sort
- /*直接插入排序 *假设前面的n个元素已经排好序了,现在有一个元素要插入这个序列中,找到自己的位置 *从右向左依次比较,比较过的依次往后移,当条件不满足时,则找到了自己的位置 */ -/* Direct insertion sort* Assuming the previous n elements have been sorted out, and now there is an element to be inserted into this sequence, find t