-
浏览pe格式的字符串资源! 很特别
浏览pe格式的字符串资源! 很特别-View pe format string! Very special
- 2022-01-26 02:18:40下载
- 积分:1
-
实现算数的运算,包括加减乘除,2,3次开方,以及求平方差等功能。...
实现算数的运算,包括加减乘除,2,3次开方,以及求平方差等功能。-Computing to achieve counts, including the calculation, prescribing 2,3 times, and poor function of the square for.
- 2022-03-15 14:59:54下载
- 积分:1
-
Reading of prime numbers, very useful little program, learn from each other
读素数,很有用的小程序,互相学习-Reading of prime numbers, very useful little program, learn from each other
- 2022-03-15 02:10:34下载
- 积分:1
-
string categories, comparable to Microsoft source code
字符串类,可媲美微软源码-string categories, comparable to Microsoft source code
- 2023-02-08 18:25:04下载
- 积分:1
-
This is the sorce code in Visual Basic 6 for the future home, controlhome applia...
This the sorce code in Visual Basic 6 for the future home, controlhome appliances on time basis.-This is the sorce code in Visual Basic 6 for the future home, controlhome appliances on time basis.
- 2022-08-15 17:36:55下载
- 积分:1
-
vb 自动关机程序
vb 自动关机程序-vb automatic shutdown procedures
- 2022-02-10 00:08:25下载
- 积分:1
-
This is a c++ to achieve with the students course system, there is no interface...
这是一个用c++实现的学生选课系统,没有界面,是在控制台下,其中涉及到了文件的读写相关知识-This is a c++ to achieve with the students course system, there is no interface in the console, in which the document relates to the knowledge of reading and writing
- 2022-11-01 06:40:02下载
- 积分:1
-
0-1背包问题
给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大。
在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。该算法中,矩阵c的大小为(m+1)×(n+1),物体的重量、价值和解向量大小都等于物体个数n,故该算法的空间复杂度为O(nm)。对物体重量、价值的初始化(算法实现略)所需时间都为n,解向量和矩阵第0行初始化时间为n,矩阵第0列初始化时间为m,对矩阵c的计算所需时间为n×m,解向量X的确定时间为n,故整个算法的时间复杂度为O(nm)。
- 2022-01-25 23:07:45下载
- 积分:1
-
i2c 的一些文档,对i2c设计有很大的帮助!
i2c 的一些文档,对i2c设计有很大的帮助!-i2c some documents, the design of i2c great help!
- 2022-07-20 15:13:14下载
- 积分:1
-
深入浅出MFC学习
深入浅出MFC学习-easy to learn MFC
- 2022-03-19 22:40:11下载
- 积分:1