资源列表

« 1 2 ... .85 .86 .87 .88 .89 1890.91 .92 .93 .94 .95 ... 216428 »

[Windows编程一个屏保程序

说明:本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能退出!!!!!!!! 密码是\"kkcocoon\". 本程序在Visual C++ 6.0 下编译.大家可在vc下打开scrnsave.dsw文件就可以很好的查看源文件.也可以File->New->Project->Win32 Application->
<阿的> 在 2008-10-13 上传 | 大小:19kb | 下载:1

[Windows编程线性链表

说明:这是我学习数据结构编的关于显形链表的程序,对学习数据和算法的朋友,一定有用-This a programme about linear chain when I studied Data Structure.It must be useful to anyone who study data and algorithm
<阿的> 在 2008-10-13 上传 | 大小:11.73kb | 下载:0

[Internet/网络编程snmpv1

说明:snmp协议,实现了SNMP v1协议get, set, trap等功能-snmp agreement, achieving agreement SNMP v1 get, set, trap functions
<yuxl> 在 2008-10-13 上传 | 大小:172.39kb | 下载:0

[OpenGLrgball

说明:用OpenGL写的一个类似台球的小游戏,包括对了OpenGL的基本操作和简单的力学碰撞模型。由于是作为学习OpenGL的习作来做,文件名起的比较随意,其中1.cpp中包含了程序运行主体,phyobject.cpp中提供了力学碰撞的物理模型-with OpenGL write a similar pool of small game, including a pair of OpenGL and the basic operation o
<钟宇平> 在 2008-10-13 上传 | 大小:226.29kb | 下载:0

[汇编语言打砖块(汇编版)

说明:用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k-a small game written in asm , which calls interrupt 13h to run under graphic mode , the code is less than 10k
<钟宇平> 在 2008-10-13 上传 | 大小:2.91kb | 下载:0

[游戏directX8.1SDK

说明:Direct8.1SDK 游戏编程必备SDK 8.1版适用范围广些-It is an essential SDK in game programming, the version at 8.1 span a wider range.
<关宇昕> 在 2008-10-13 上传 | 大小:2.55mb | 下载:0

[游戏A3DwithDX9

说明:Advanced 3D Game Programming Using DirectX 9.0 的英文电子版,可供参考和学习。-Advanced 3D Game Programming Using DirectX 9.0 english electronic editon,study and refrence it.
<关宇昕> 在 2008-10-13 上传 | 大小:4.04mb | 下载:0

[GDI/图象编程Hough变换的源程序

说明:Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a
<doctorsuo> 在 2008-10-13 上传 | 大小:1.96kb | 下载:0

[GDI/图象编程膨胀运算源程序

说明:这段程序实现了对图像的膨胀运算,针对的都是黑色点。参数中有一个BOOL变量,为真时,表示在水平方向进行膨胀运算,即结构元素B为(1 ,1. ,1)否则在竖直方向上进行膨胀运算,即结构元素B为1 1.1 。-this program for the expansion of computing image has been aimed at Black Point. Parameters have a BOOL variable to t
<doctorsuo> 在 2008-10-13 上传 | 大小:1.83kb | 下载:0

[GDI/图象编程实现256色PCX文件解码的源程序

说明:这个程序实现了256色PCX文件解码。注意:其中第二个函数对一行进行解码,应该把阅读的重点放在这个函数上。要注意的是,执行时,文件C:\\\\test.pcx必须存在,而且是一个256色PCX文件。-the procedures of 256 color PCX decoding. Note : This second function to decode and his party, should focus on reading t
<doctorsuo> 在 2008-10-13 上传 | 大小:2.58kb | 下载:0

[GDI/图象编程图像增强处理

说明:使用了Box平滑模板、高斯平滑模板、拉普拉斯锐化模板对图像进行增强处理。-This project make use of Box moduling board,Goss moduling board and Laplas moduling board to enhance the images.
<doctorsuo> 在 2008-10-13 上传 | 大小:2.16kb | 下载:0

[GDI/图象编程中值滤波的源程序

说明:中值滤波是图像增强常用的方法。程序中参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。-Median Filtering is the common method of Image-enhancing.In the application ,the parameter \"Hori\" is a BOOL variable,which is TRUE for the operation of Horizon Me
<doctorsuo> 在 2008-10-13 上传 | 大小:1.57kb | 下载:0
« 1 2 ... .85 .86 .87 .88 .89 1890.91 .92 .93 .94 .95 ... 216428 »

源码中国 www.ymcn.org