资源列表
drawTest
- 本程序是基于vc++的,用内存dc画空心矩形的代码
outputCharactor
- 本程序实现了C语言图形模式下输入文字以及编辑文字的功能
FTP-client-server
- FTP服务器和客户端,按照FTP RFC标准实现,但是功能尚没有完全实现。但是框架和协议都是设定。
Pentarchy
- 一个3D RPG游戏,采用Direct9和C#实现。主要特点在于模块清楚,涉及技术主要是人物的控制,以及场景变换。
crypt
- Subject: HowToStorePassWord Here s a small example, while no \"enigma machine\", yet provides a simple way of storing a password with encryption. The password is first encrypted then converted to Hex. The reverse process will first convert to as
Programming_Server_Side_Application_for_Windows200
- < Programming Server Side Application for Windows 2000>>的源代码,很难找到的.
upnpsdk-1.0.4.tar
- UPnP的SDK源代码,想下趁早阿 UPnP的SDK源代码,想下趁早阿
killWindowsxpFrile
- DELPHI 实现 开启和关闭Windows xp 防火墙 DELPHI 实现 开启和关闭Windows xp 防火墙 DELPHI 实现 开启和关闭Windows xp 防火墙
Phong-model
- 图形学,实现了著名的光照模型Phong模型,可以表示反射折射,镜面反射等光学现象
killprograme
- delphi 杀进程源码
90hackercode
- 90hackercode源码
DrawFill
- 图形学,填充和裁剪算法,采用著名的Sutherland裁剪算法和扫描线填充算法。