资源列表
人工神经网络算法源代码
- 人工神经网络BP算法源代码与演示程序,适用于神经网络算法的入门者-This is a display of Artifical Neural Network Algorithm.It is suitable for beginners.
自制的网格控件
- 一、这个网格控件基于CGridCtrl,我重写和增加了许多功能,希望这个网格控件能对需要的人有帮助, 更希望有人能把网格控件做得更完善一些-The grid control is based upon CGridCtrl, and I override and add more functions. I hope it would be helpful to the people who is in need of it, and also hope someone could improve
使用VC++ATL实现Office的COM插件
- 关于普通DLL插件的实现VC知识库里已有文章介绍,但在很多大型的软件中(如ArcGis、Office)中都不是采用这种方法,基于COM的插件在当今的大型软件中应用的更广泛-We known that regular DLL plugin implmentation already introduced in those papers of VC knowledge database, but in those large software( like ArcGis,Office), this
用 C 语言编写 Windows 服务程序的五个步骤
- Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。最后,你可以用所学知识编写自己的 Windows 服务。-Windows service is commonly used by program which running without intactive with users. To learn
数组排序算法改进版
- 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sortin
闪电战机
- 闪电战机 具有专业水平的飞行射击游戏,很难让人相信这个游戏最初是作者在96年读大学时设计的,开发工具是directX + watcom c++ 10.6-professional shooting game. It is hard to believe that the author developed it in 96 as a college student. The develop tools is directX+ watcom c++ 10.6
功能强大的VB可执行程序DEBUG反汇编软件
- 这是一款VB程序调试及反编译的工具,功能上还不是很好但希望能有点用-This ia a debug/undebug program with VB language, the function is not perfect .I hoppe it is useful.
简单酒店管理系统
- 一个简单酒店管理系统,用SQL做为数据库, VB编写的代码.-Hotel manage system, it is a simple program written by VB for begginer.
PZTController
- pzt controller program.
MyPaintboard5.9
- 一个用vc做的画图板程序,简单易用,和windows里自带的画图板很像-A paint board program like Windows PBrush.exe. Written by VC++
toolmenu
- 用ObjectARX开发AutoCAD的一个实例,这是做出来在AutoCAD中显示工具栏的一个例子-A sample for develop AutoCAD using ObjectARX, to display tool menu in AutoCAD.
5ivb_767697
- 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取。客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件)。&nbs... -Chat program like QQ, written by VB. Include server site and client site, using tcp/ip, windows socket.