-
小画板程序,模拟windows下的小画板程序
小画板程序,模拟windows下的小画板程序-paintboard
- 2022-03-06 04:26:44下载
- 积分:1
-
用MFC做的一个拼图游戏的小程序。用于联系鼠标选取移动等长用功能。...
用MFC做的一个拼图游戏的小程序。用于联系鼠标选取移动等长用功能。-Using MFC to do a small procedures.
- 2023-03-25 07:35:06下载
- 积分:1
-
存贮内存数据到文件里
存贮内存数据到文件里-The example of storing memory data to file
- 2022-01-31 13:55:00下载
- 积分:1
-
将多个文件捆绑成一个可执行文件
将多个文件捆绑成一个可执行文件-will bundle multiple files into one executable file
- 2022-12-13 11:50:03下载
- 积分:1
-
员工管理系统
这一项目已准备好的 BCA 的部份履行
这用来输入员工的详细信息在任何组织下工作。
我们可以添加,修改和删除的记录,使用 tis 项目
在项目中使用 DB 是MS接入
- 2022-10-11 07:00:03下载
- 积分:1
-
最优化算法,包括最速下降法,共轭梯度法,拟牛顿法
最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
- 2022-03-21 19:49:14下载
- 积分:1
-
这是最新出版的API函数大全,爱好API函数的同志们快来下载吧...
这是最新出版的API函数大全,爱好API函数的同志们快来下载吧-This is the latest edition of API grade, loving API function comrades Come download it
- 2023-08-02 15:15:04下载
- 积分:1
-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小...
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小数的位置min,扫描结束后如果min不等于i,说明假设错误,则交换min与i位置上数。-Selection sort works: each time the selected number of the array, note the current position and assume that it is behind a number starting from the current location of the minimum number min = i, from this number the number of start scanning the next one until the last one the number of , and record the location of the minimum number of min, after scanning, if min is not equal to i, instructions assume that the error, then the exchange of a few min and i position.
- 2022-08-07 23:09:54下载
- 积分:1
-
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序...
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序-ATMs simulation program, data file storage and achieve deposits, withdrawals, transfers and other procedures
- 2022-07-02 22:01:17下载
- 积分:1
-
编译原理编译器
用mfc写的关于tiny语法的编译器,支持词法分析,语法分析,还能够根据生成的语法树生成相应的中间代码,再根据中间代码生成对应的c语言代码和汇编代码,推荐使用vs2013打开
- 2023-04-07 15:45:12下载
- 积分:1