搜索资源列表
ENA_TSP
- 开发环境:Visual C++ .net2003 功能介绍:神经网络算法实验;分Console版本和MFC版本;主要用来求解TSP问题。
Genetic-algorithm
- Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
migong
- MFC 的迷宫小游戏数据结构课程设计:迷宫,采用Visual C++ 6.0开发,适合初学者学习使用-MFC maze game data structures curriculum design: a maze, using Visual C++ 6.0 development, suitable for beginners learning to use
MyProject
- visual c++中MFC做得关于动态链接库的隐式调用的源码 打开.dsp文件即可在visual c++中运行-visual c++ done in MFC dynamic-link library on the implicit call to open source. dsp document can be in the visual c++ run
LiangBarskyClipping
- visual c++,very good, but it s used in MFC
01
- MFC例程LRESULT CALLBACK WNDFUN (HWND hWnd, UINT msg, WPARAM wparam, LPARAM lparam) { switch (msg) { case WM_PAINT: { HDC hdc = GetDC(hWnd) SetBkMode(hdc,TRANSPARENT) TextOut(hdc,20,20,"明日科技有限公司",16) DeleteDC(hd
7_05
- If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-R
File-compressor
- 文件压缩器,VISUAL C++,文件压缩,解压等功能,有MFC界面-File compressor, VISUAL C++, file compression, decompression and other functions, interface with MFC
data-and-structure-in-VCPP
- 详细讲解MFC编程会用到的数据结构与算法,包括树,链表,图等。-the data structure and arithmetic in Visual C++
Image
- Visual C++ 编写的图像线性变换,可对BMP图像读取,并实现线性变换,MFC实现-Visual C++ Prepared image linear transformation, can read BMP images, and to achieve linear transformation, MFC to achieve
LZ78_mfc
- LZ78算法的mfc程序,有窗口(对话框)显示,简单,visual c++ 6.0编制-LZ78 simple mfc program by vc++ 6.0
Calculator
- 利用visual C++ 编写的Calculator计数器MFC程序-Calculator written by visual c++