资源列表
mask 编辑框
- 该程序是个文字编辑器控件,可以和CEdit使用来过滤输入的文字。-A edit box control that can mask/filt the input in CEdit.
C++ programming design including data struct
- C++ programming design including data struct
china-code.net.wwnsx.4517
- 个人办公、客户管理、通讯中心、学习园地、论坛交流、资源下载、个人工具、邮箱等功能-Office, client management, communication, research, bbs, download, tools, e-mail,etc.
vc++6.0调试及其实例
- 学习如何在VC里调试你的程序,有英文原版和翻译两个版本,讲解了VC6.0的调试功能-Document about how to debug your VC6 program.
分形理论源程序
- 关于分形有的源程序,这也是我下载的,没有仔细分类-Some fractal source codes.
ProcessContro1l
- 第一次的软件,对程序的管理控制。主要是禁止或允许莫一个软件的运行-Process Control, Forbid or allow some application to run.
线性链表
- 这是我学习数据结构编的关于显形链表的程序,对学习数据和算法的朋友,一定有用-This a programme about linear chain when I studied Data Structure.It must be useful to anyone who study data and algorithm
dx_pong
- 一款接球游戏,游戏中使用DirectX 7,图形较为流畅,每秒高达50桢。具有较高的计算机人工智能.英文介绍:DX pong is a neat pong game that uses DirectX 7. I wrote it in just one day and the graphics are smooth - over 50 fps! There are sound FX too, but the best thing about the game is the computer AI
gvbox
- 这是一个用vb编写的图片格式察看,转换的控件,支持GIF,JPEG,TIFF,PNG等流行的图片格式,值得一看。-A picture viewer and converter written in VB, include picture type GIF, JPEG, TIFF, PNG etc.
qbdPrint
- 改进版的打印程序。支持多种字体、对齐方式(左、右、居中、全充满)、左缩进、右缩进,此外,用户还可以调整显示百分比、宽度或页面选项、打印当前页、全部或所选范围等等。-A print program. Support a lot of the Fonts, align type(right,left,center,fill),left indent,right indent, and zoomin/zoomout, width, paper config, print current page/al
StartEd1
- 可以从注册表中存取windows启动命令的简单程序。允许用户执行一些如删除、复制、移动、编辑、创建启动命令等的简单操作命令。对于那些反感于浏览windows注册表的用户来说可谓是雪中送炭了。 -Edit the startup/run information from registry of the Windows, it can delete/copy/move/edit/create startup item.
Disk format
- 磁盘格式化是计算机用户经常使用的操作之一,但由于操作系统的控制台和(Shell)提供了对格式化的完美支持,使编程人员很容易忽视用户对格式化的基本需求。在他们看来,磁盘格式化对用户来说并不是一个太大的问题,应用程序不必要对它提供支持。其实,这是一个错觉,当用户在运行应用程序遇到需要格式化磁盘时,再切换到控制台或者资源管理器去格式化磁盘是非常不便和烦琐的。 还有一部分编程人员认为磁盘格式化很容易实现,没有技术障碍,因此没有赋予足够重视。其实,在实际编程时笔者发现磁盘格式化是一个不大不小的问题。一方