搜索资源列表
PhotoShophuadongtiao
- 在vc++的开发平台下开发的PhotoShop风格的滑动条,可以帮助学习mfc编程,对初学者更是大有好处
0K5GTsfd
- 一个计算器 mfc编程,可以实现实数运算根号,sin cos等
mfc
- MFC 和MATLAB 混合编程代码,使用MATCOM 进行接口的实例
huffman-MFC
- huffman的可视化的MFC编程,输入字数权值,自动绘图-the huffman visual MFC programming
ID3JueCheTree
- 人工智能ID3决策树算法的实现,使用了MFC编程,既有算法又有界面。-Artificial Intelligence ID3 decision tree algorithm, use the MFC programming, both algorithm and interface.
FDTDMFC
- MFC实现FDTD编程,编程规范,体现了C++语言的有点,适合想利用MFC进行编程的同行参考-FDTD realization MFC programming, programming standards reflects the C++ language a bit, for want to use the peer-MFC programming reference
liuziqi
- 根据五子棋的不足,进行改进,建立六子棋,采用MFC编程技术-Gobang in accordance with the lack of improvements, the establishment of six sub-game, using MFC Programming
GuiJieTree
- 人工智能里面的归结树算法,使用MFC编程,较好的模拟了该算法,要做人工智能作业的朋友,这是个不错的参考!-Artificial intelligence comes down inside the tree algorithm, the use of MFC programming, a better simulation of the algorithms, artificial intelligence work to be done friends, this is a good refe
huffman_compress
- 基于哈夫曼算法实现的文件压缩和解压缩程序。用MFC编程实现,有界面,可以浏览选择要压缩或者要解压的文件。-Huffman algorithm based on file compression and decompression process. Programming with MFC, there are interfaces, you can browse option to compress or to decompress the file.
Josephus
- MFC编程实现约瑟夫环(编号为1—n的n个人按顺时针方向围坐一圈,首先从第m个人开始按顺时针方向从1开始依次报数,报到数m的人就出圈,然后再从他的下一个人开始,重新从1开始报数,报到m的人,再令其出列,一直到所有人都出圈为止。求出n个人的出列编号序列。)-MFC Programming Joseph Central (numbered 1-n n-person sitting clockwise circle, starting with the first m individuals to e
image_processing
- 学习图像处理的经典例子,MFC + VC++ 编程-classic examples for studying digital image processing, source code programming in MFC and VC++
StudentInputandOutput
- 学生信息输入输出系统,MFC编程,可进行增加删除功能-Student Input and Output
maze
- 数据结构课程设计上的迷宫求解, MFC编程-Data structure to solve the maze on curriculum design, MFC Programming
mfc
- 编程设计北京市公交/地铁查询系统 ? 能够录入和修改公交线路的信息(存储在数据文件中) 只有被授权工作人员可以使用此功能 ? 查询所有线路(按起点名称排序)信息 起点、终点、首末车时间、票价规则、…… ? 查询指定线路的公交线路详情 沿途站点、首末车时间、票价规则、站间距离、…… ? 查询某一位置途径的所有公交线路 选作:位置同义词判定。如:明光村和明光桥东 ? 指定起点和终点,查询乘车方案 ? 无条件 (90分) ? 换乘次数少优先(
xianxingfenzuma
- 实现简单的线性分组码编码及其译码,界面为简单的初级界面,没有完成MFC编程部分。-The simple encoding and decoding of linear block codes, the primary interface for the simple interface, did not complete the program part of the MFC.
Caculator
- 简易计算器,初学者适用,用MFC编程出的可以实现最简单的运算-easy calculator can calculate easy operations
MyPaixu
- 用MFC实现基本的升降序排序功能,学习VC或MFC编程的必要练习。-Using MFC to achieve the basic function of the ascending descending order, learning the necessary VC or MFC programming practice.
LongestIncre
- 贪心算法,动态规划:最长递增子序列的实现,MFC编程。-Greedy algorithms, dynamic programming: the realization of the longest increasing subsequence, MFC programming.
MFC-BST
- MFC编程实现二叉搜索树,包括查找,插入,删除和旋转。-MFC programming for binary search tree, including find, insert, delete, and rotate.
MFC RRT算法
- 基于MFC编程,用可视化窗*互信息。实现RRT算法的路径规划问题,可用于演示教学,基于VS同样可用。