资源列表
Snow
- 在电脑屏幕上实现模拟下雪的功能,在屏幕颜色变化多的地方雪会堆积。-Snowing at desktop.
TurboCGraphy
- 此课件讲述了turboC图形设计的原理,以及利用C语言的代码实现-This courseware described turboC graphic design principles, and the use of C language code for achieve
Rectangular
- 矩形截面偏心受压构件正截面抗压承载能力验算(沿腹部均匀配置纵向钢筋)-Rectangular eccentric compression is compression bearing capacity checking section (abdomen uniform configuration along the longitudinal reinforcement)
ch4
- GUI GUI方面的小例子,希望有用-GUIGUIGUI in a small example, want to be useful
matlab9
- 【谷速软件编程】matlab有偿编程 AlGaSb阶段图源码程序 -[Valley] matlab software programming speed of paid programming AlGaSb phase diagram source programs
CGraphCode
- VC中绘制坐标系、网格、常用数学函数以及辅助功能(背景色切换、坐标标题修改等)
VCpaintercoe
- 画图板工具的程序 Painting tool programs storyboard-Painting tool programs storyboard
DrawLine
- 用bresenham,dda,midpoint三种算法实现画直线,鼠标可在屏幕上取点画直线
Online
- microsoft画的在线考试系统甘特图-Online Examination System Gantt chart
数字图像处理算法源程序
- 图像处理的常用程序,包括图像的增加、图像的复原、图像的分割、二值化处理、对角镜像处理等-common image processing procedures, including images, image restoration, image segmentation, binary, right angle image processing
graph
- (1).用Bresenham算法绘制直线. (2).用Bresenham算法画图. (3).用打点(如:C语言的putpixel())法显示汉字,汉字库以文件形式保存,以图形方式显示汉字. (4).在二维空间绘制一个多边形(三角形,四边形任选),然后实施平移变换,对称变换和旋转变换,