-
学生数据库
这是一个适合初学者的 c + + 项目。这个程序使数据库在那里可以输入学生信息,提取后的学生。此程序显示了不同的使用功能。
- 2023-07-16 19:05:03下载
- 积分:1
-
一个处理数论的函数库,但是安装时有点麻烦,看看里面的介绍吧...
一个处理数论的函数库,但是安装时有点麻烦,看看里面的介绍吧
-A deal with number theory library, but a bit of trouble during installation, look at the inside bar introduction
- 2022-04-22 00:15:33下载
- 积分:1
-
可以查看windows ce 下的nk.bin文件。其他的请察看源码
可以查看windows ce 下的nk.bin文件。其他的请察看源码-can check the windows ce document nk.bin. Please see the other FOSS
- 2022-03-06 20:38:06下载
- 积分:1
-
grep by曹斯琴,2007.7.17
grep by Cao Siqin,2007.7.17
grep [-v?]
Options:
-? : show this help
-v : list lines that doesn t contain sub-string
-n : list in one line, words separated by tab-grep by Cao Siqin,2007.7.17
grep [-v?]
Options:
-? : show this help
-v : list lines that doesn t contain sub-string
-n : list in one line, words separated by tab
- 2022-08-11 00:42:22下载
- 积分:1
-
一个关于分窗口程序,是用Visual C++编写。
a program about dividing window,which is written with Visual C++.
- 2022-02-01 00:51:07下载
- 积分:1
-
在XP关机程序
a shutdown program in XP
- 2022-12-13 19:40:02下载
- 积分:1
-
一个管理小工具,可以进行IP检测,并拒绝指定的IP,以及连接数量超过一定数量的IP...
一个管理小工具,可以进行IP检测,并拒绝指定的IP,以及连接数量超过一定数量的IP-a small management tool that can be IP testing, and refused to designated IP, and connect with more than a certain number of IP
- 2023-07-23 13:15:03下载
- 积分:1
-
同时辨识模型阶次和参数算法,用模型计算出仿真数据,再用模型阶次的辨识方法,辨识模型的阶次和参数...
同时辨识模型阶次和参数算法,用模型计算出仿真数据,再用模型阶次的辨识方法,辨识模型的阶次和参数-At the same time, model order identification algorithm and parameters, calculated by model simulation data, and then model order of the identification method, identification of model order and parameters
- 2022-04-11 10:49:48下载
- 积分:1
-
曲线离散化算法,douglas_peucker算法。
曲线离散化算法实现,Douglas_Peucker算法。-Curve discretization algorithm, Douglas_Peucker algorithm.
- 2023-04-14 05:05:04下载
- 积分:1
-
用回溯法求解背包问题有n项假设,定…
用回溯解背包问题 假设有n件物品,定义一个结构体a[]来存储,结构体有两个成员weight和value(weight表示重量,value表示价值)先定义一个数组col[]表示每个物品当前状态(为1表示被选,为0表示未被选),其初值全为1,从下标为0开始遍历,当前所选物品总重和总价值分别设为tw和tv(初值均为0),背包的限重设为limit,若第i个物品满足tw+a[i].weight
- 2022-06-27 19:44:28下载
- 积分:1