-
Under windows XP using VC++ to achieve a small games, imitate Lenovo i998 comes...
windows XP下用VC++实现的小游戏,模仿联想i998上的自带游戏“墙中公主”,还未加入游戏结束判断。-Under windows XP using VC++ to achieve a small games, imitate Lenovo i998 comes with the game on the " wall in the Princess," have not yet joined the game is over to judge.
- 2022-01-30 22:25:49下载
- 积分:1
-
是个手机使用的小程序,播放器!.........................DOPOD
是个手机使用的小程序,播放器!.........................DOPOD----5系列下载.
-phone use is a small procedure, players !......................... DOPOD---- 5- out download.
- 2022-06-19 15:22:39下载
- 积分:1
-
C # API PPC屏幕旋转的完整源代码,可以自己添加功能…
用C#调用API实现PPC屏幕旋转的完整原始代码,可自行添加一些功能。-called C# API PPC screen rotating complete source code can add their own features.
- 2022-02-21 15:04:24下载
- 积分:1
-
收集到的orion_ep93xx_wince_bsp_1
收集到的orion_ep93xx_wince_bsp_1-3-507键盘鼠标驱动源码,未作测试-Collected orion_ep93xx_wince_bsp_1-3-507 keyboard and mouse driver source code, not for testing
- 2022-03-19 03:20:35下载
- 积分:1
-
Is a simple version of the banking system, in order to submit the written work,...
是一个简易版的银行系统,是为了提交作业而写出来的,-Is a simple version of the banking system, in order to submit the written work, and
- 2023-03-05 09:10:03下载
- 积分:1
-
倒车雷达源程序带显示
这个程序比较全面,适合学习及应用。
- 2022-02-02 19:00:41下载
- 积分:1
-
windows programming source 16
windows 程序设计源码16-20-windows programming source 16-20
- 2022-03-20 06:09:26下载
- 积分:1
-
two of the plan is an algorithm
二部图的一个算法-two of the plan is an algorithm
- 2022-10-06 04:50:03下载
- 积分: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
-
图形学程序,利用光线跟踪算法来绘图,实现了光照模型,但由于是光线跟踪算法,故而速度可能较慢...
图形学程序,利用光线跟踪算法来绘图,实现了光照模型,但由于是光线跟踪算法,故而速度可能较慢
- 2022-02-02 03:53:26下载
- 积分:1