-
computerspecialpersonVisualc
计算机专业人员vc开发设计很经典的vc专业书籍(Computer Professionals for Development and design of the classic books vc)
- 2007-01-28 23:18:18下载
- 积分:1
-
kongxinzitishuchu
在开始一个路径前,先调用CDC类的成员函数BeginPath,然后调用一系列的输出函数,在完成绘制后,再调用CDC类的成员函数,在完成一个路径之后,就可以调用StrokePath来绘制该路径,这就是路径的基本用法.(at the beginning of a path, first call CDC category of members BeginPath function, then called a series of the output function, the complete mapping and then call CDC category of members function, the completion of a path, we can call StrokePath to mapping the path, This is the path the basic usage.)
- 2007-07-04 17:50:26下载
- 积分:1
-
algs
Details of the Clustering Algorithms
Supplement to the paper “Validating Clustering in Gene
Expression Data” (to appear in Bioinformatics)
- 2009-11-07 15:56:08下载
- 积分:1
-
GLAG_PRO_S-B
Geodesic calculation of theodolite lines
- 2016-02-08 03:46:34下载
- 积分:1
-
shiboqi
频谱仪编程,对初学者很有参考意义,欢迎下载(Spectrum analyzer program, meaning a good reference for beginners, welcome to download)
- 2010-07-30 23:05:23下载
- 积分:1
-
opengl-mdl
说明: 用opengl写的3D场景,可以导入反恐精英里面的任务模型。即可以导入骨骼动画(opengl C++ code Skeletal animation can be imported.)
- 2010-03-29 14:04:58下载
- 积分:1
-
zhifangtuxiangsixing
是一款关于直方图相似性研究的程序,能对比两幅图像直方图的相似度(Is a histogram similarity study program can compare two images histogram similarity)
- 2013-04-18 13:26:53下载
- 积分:1
-
D001
用direct show 写的个播放器,可是实现最简单的播放、暂停、停止、截图等。(show with direct write-player, but to achieve the most simple play, pause, stop, and screenshots.)
- 2005-08-10 13:12:16下载
- 积分:1
-
876545346
VB在treeview的节点处使用图形,有需要的下。(VB at the node in treeview using graphics, there is need for the next.)
- 2013-08-22 09:32:59下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1