-
a simple translucent three
一个简单的半透明三维物体的程序-a simple translucent three-dimensional objects procedures
- 2022-03-18 14:48:20下载
- 积分:1
-
The diagram mark withdraws spirit is a very good tool to extract icons very good...
The diagram mark withdraws spirit是一款非常出色的图标提取工具试一试非常不错-The diagram mark withdraws spirit is a very good tool to extract icons very good try
- 2022-03-28 14:04:39下载
- 积分:1
-
Shows YZ view:
OnDraw() sets the text color to Gray Color.
and draws a text...
Shows YZ view:
OnDraw() sets the text color to Gray Color.
and draws a text in current font.
DrawLine() draws a line.
- 2022-01-25 17:59: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
-
建立树,并对其进行前序.中序和后序的便利
建立树,并对其进行前序.中序和后序的便利-established trees, and its former sequence. After the order and sequence of convenience
- 2022-02-25 01:39:48下载
- 积分:1
-
大学期间编写的平差程序,希望能对各位有所帮助。
大学期间编写的平差程序,希望能对各位有所帮助。-University during the preparation of the adjustment process, I hope you can help.
- 2022-01-26 04:31:35下载
- 积分:1
-
突破论坛.强大的论坛管理系统。
突破论坛.强大的论坛管理系统。-breakthrough Forum. A powerful forum management system.
- 2022-03-21 23:31:44下载
- 积分:1
-
用vc调用matlab7.0编写的小程序,可以实现简单的控制系统…
用vc调用matlab7.0写的小程序,可以实现简单的控制系统仿真演示-with vc call matlab7.0 write small programs, can achieve a simple control system simulation demo
- 2022-09-03 08:15:03下载
- 积分:1
-
VC技术内幕源代码
VC技术内幕源代码-VC technology insider source code
- 2022-01-26 03:47:01下载
- 积分:1
-
WINSOCKET LAN
基于WINSOCKET局域网聊天程序,使用Visual C++编写,帮助大家熟悉了解套接字。-WINSOCKET LAN-based chat program, using Visual C++ development, to help everyone to become familiar with socket.
- 2022-03-25 20:39:30下载
- 积分:1