-
类似电影里的字幕的模拟,有水平效果的字幕,也有垂直效果的字幕...
类似电影里的字幕的模拟,有水平效果的字幕,也有垂直效果的字幕-Similar to the movie
- 2022-05-23 06:38:31下载
- 积分:1
-
windows mobile下evc的gdi编程,拷屏
windows mobile下evc的gdi编程,拷屏-windows mobile under the EVC
- 2022-03-15 22:00:57下载
- 积分:1
-
该小程序是用C编写的用于解线形方程组,算法才用的是消元法。学习之用。...
该小程序是用C编写的用于解线形方程组,算法才用的是消元法。学习之用。-the small procedure is used for the preparation of C Solutions linear equations, the algorithm will use the elimination method. Learning.
- 2022-08-18 10:44:21下载
- 积分: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
-
wince测试源代码,随机赠送的测试开发板的代码
wince测试源代码,随机赠送的测试开发板的代码-wince test source code, were randomly presented test code development board
- 2022-07-11 00:52:27下载
- 积分:1
-
我的最新创作有不好的地方请指出来。希望大家多讨论,功能强大。...
我的最新创作有不好的地方请指出来。希望大家多讨论,功能强大。-My latest creations are a bad place please point it out。Hope that we should discuss more about。Powerful。
- 2022-02-04 06:01:32下载
- 积分:1
-
the simulation operating system memory allocation and scheduling process. A bett...
本程序模拟操作系统中内存分配和进程调度.有比较好的界面.-the simulation operating system memory allocation and scheduling process. A better interface.
- 2022-12-04 22:10:03下载
- 积分:1
-
sniffer
嗅探代码,可以嗅探网络协议,进行网络分析和解码-sniffer
- 2022-01-28 00:43:28下载
- 积分:1
-
运行可执行程序testword.exe,出现菜单主界面,按回车键出现由26个字母组成
的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字...
运行可执行程序testword.exe,出现菜单主界面,按回车键出现由26个字母组成
的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母
消失;按ESC键返回主界面;按空格见暂停;按‘E’退出。-Run executable programs testword.exe, appears the main menu interface, press the Enter-key by the 26 letters of the out-of-order line, then any one of the letters came in键盘上敲into the letters, if the input is correct, the letter disappeared press ESC key to return to the main interface by spaces see suspended by E exit.
- 2023-07-24 12:10:03下载
- 积分:1
-
本程序是串口通信程序,经由本人两个月艰苦劳动的来的,主要含多线程同步的知识...
本程序是串口通信程序,经由本人两个月艰苦劳动的来的,主要含多线程同步的知识-serial communication program, through my two months of hard labor to the main thread synchronization with more knowledge
- 2022-10-14 20:45:04下载
- 积分:1