-
mofang
利用计算机证明任意组合的魔方均可以在20步之内还原(Using computer proof can be any combination of cube reduction in 20 steps
)
- 2014-02-09 12:53:55下载
- 积分:1
-
picture_to_eps
pic_eps.bat 批处理文件 可以很方便的将任意格式的图片转为eps格式(pic_eps.bat batch file can easily be converted to any format image eps format)
- 2013-07-15 19:34:41下载
- 积分:1
-
code
植物大战僵尸游戏开发,运用gdi技术,对于c初学者很有用!(Plants vs. Zombies)
- 2016-01-08 17:02:52下载
- 积分:1
-
P2P_Server
P2P服务器端程序,是学习P2P协议的好DOME。(P2P SERVER PROGRAM)
- 2010-01-26 15:44:08下载
- 积分:1
-
Taubin-algorithm
使用vector容器实现Taubin算法,里面包含一些模型(Using the vector container to achieve the Taubin algorithm, which contains a number of models)
- 2015-06-23 20:49:48下载
- 积分:1
-
Quick Sort
```py
RANDOMIZED_PARTITION(A, p ,r)
i = RANDOM(p,r) #1
exchange A[r] & A[i] #2
return PARTITION(A, p , r) #3
```
```py
PARTITION(A, p, r)
x = A[r] #1
i = p - 1 #2
for j= (p, r-1) #3
if A[j]
- 2023-08-13 22:00:04下载
- 积分:1
-
test10
While it is perfectly alright to code a 3D environment as a long series of numbers, it becomes increasingly hard as the complexity of the environment goes up. For this reason, we must catagorize our data into a more workable fashion. At the top of our list is the sector. Each 3D world is basically a collection of sectors. A sector can be a room, a cube, or any enclosed volume. (While it is perfectly alright to code a 3D environment as a long series of numbers, it becomes increasingly hard as the complexity of the environment goes up. For this reason, we must catagorize our data into a more workable fashion. At the top of our list is the sector. Each 3D world is basically a collection of sectors. A sector can be a room, a cube, or any enclosed volume.)
- 2020-09-11 14:08:01下载
- 积分:1
-
wcf 异步通知事件 示例源码
有服务器端和客户端 的完整源码
- 2014-03-25下载
- 积分:1
-
VC++利用MSchart输出柱状图、拆线图、饼图实例
软件介绍: VC++利用MSchart输出柱状图、拆线图、饼图实例04439392MSChart是微软推出的基于图形显示的ActiveX控件,可以用来绘制各种数字统计图表。比如折线图、柱状图和饼状图等,本小例子就是VC++利用MSchart输出柱状图、拆线图等图表的实例。在VB中,我们会见到不少这样的程序,不过在VC中,这种应用举例不太多哦,希望对VC的朋友有用处
- 2022-02-24 16:04:39下载
- 积分:1
-
字体与颜色对话框
在C++ BURIDER 6.0下开发的字体与颜色对话框原程序(6.0 in the C BURIDER developed fonts and colors of the original dialog procedures)
- 2005-04-26 09:51:35下载
- 积分:1