CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - mfc程序

搜索资源列表

  1. MD5加密的C++类

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4533
    • 提供者:俞训峰
  1. md5_src

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台程序中也可用在MFC中, 并且提供了详细的错误处理函数,是一个安全的类。例程是一个MD5的MFC程序,支持字符串和文件两种输入。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:162531
    • 提供者:xdjm
  1. 2005011502_118573_ATM_MFC

    0下载:
  2. 一个模仿ATM提款机的MFC程序,具有ATM的所有功能。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3124751
    • 提供者:CWer
  1. mfc与opencv结合做的车牌定位、分割的程序

    7下载:
  2. mfc与opencv结合做的车牌定位、分割的程序 有源码,我也在学习阶段,与大家一起讨论研究。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-03-22
    • 文件大小:2944291
    • 提供者:yxleon
  1. meanshift tracking vc6

    0下载:
  2. 采用MeanShift算法对视频中目标进行跟踪,程序在vc6.0 MFC多文档结构下运行通过,视频第一帧的目标位置和大小需要在事先指定。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2011-08-21
    • 文件大小:324774
    • 提供者:yh3191
  1. vc-mfc-open--and-show-bmp-

    0下载:
  2. vc mfc 编写的多文档程序, 可打开多幅bmp图 -vc mfc Multiple Document prepared by procedures to open multiple bmp map
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:195588
    • 提供者:luocw138
  1. 基于A星算法的MFC界面的八数码程序

    1下载:
  2. 基于A星算法的MFC界面的八数码程序,本人本科做得最漂亮的大作业了,其中process函数是搜索的主函数。-8 digital program with MFC interface based on A star searching method which is the most proud project I have finished in my fu*king bachelor years.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2016-04-09
    • 文件大小:36864
    • 提供者:ddgysx
  1. Mymintree最小生成树的程序,用MFC编的

    0下载:
  2. 最小生成树的程序,用MFC编的,功能比较简单,绝对可以运行-Minimum spanning tree procedure, using MFC series, feature relatively simple and it can definitely run
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:25632
    • 提供者:刘文
  1. Chess(8puzzle)

    0下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3768874
    • 提供者:benson
  1. AstarPathFind

    0下载:
  2. 使用AStar算法实现的寻找最短路径的演示程序,使用C++编写的MFC程序,有非常好看的界面。-Use AStar the shortest path algorithm to look for the demonstration program, using C++ program written in MFC, there is a very nice interface.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1905431
    • 提供者:李云龙
  1. GA

    1下载:
  2. 用遗传算法实现一刀切下料,MFC界面,在VC下编写的程序,是个优化下料问题。-Genetic Algorithms for Cutting across the board, MFC interface, prepared in the VC process is optimized cutting stock problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3792941
    • 提供者:风泽芊子
  1. hannuota

    0下载:
  2. 用c++的MFC写的汉诺塔程序,可自由选择塔的层数,运行过程中实现塔的自动移动;-With c++ The MFC write Tower of Hanoi procedures, are free to choose the low-rise tower, tower to run the course of the realization of the automatic movement
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:43480
    • 提供者:donglin
  1. ChessBoard

    1下载:
  2. 经典的棋盘覆盖程序,实现MFC界面,用分治法实现-Coverage of the classic board procedures, the realization of MFC interface, with sub-rule method
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:335635
    • 提供者:杨旸
  1. 8shumayanshi

    0下载:
  2. 使用Astar算法解决八数码问题,有完整的过程演示。用C++编写的MFC程序,可以直接运行。-Using the Astar algorithm to solve the 8 digital issues, the process of a complete demonstration. C++, written in MFC program can be directly run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:34728
    • 提供者:李云龙
  1. 55875587Calculator

    0下载:
  2. MFC做的计算器程序,可以实现加减乘除。平方,立方等功能-MFC to do calculator program can be achieved subtraction multiplication and division. Square, cubic and other functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:42927
    • 提供者:郭建荣
  1. huffman

    0下载:
  2. 基于huffman算法的压缩解压小程序,mfc图形界面。-Huffman compression decompression algorithm based on small programs, mfc graphical interface.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:40690
    • 提供者:
  1. MFC_Windows_MATLAB_C_Math_Library

    1下载:
  2. 从MFC Windows 应用程序中调用MATLAB C Math Library-From the MFC Windows application, call the MATLAB C Math Library
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:34034
    • 提供者:othanda
  1. chatthread

    0下载:
  2. 用udp编写的一个网络程序,输入对方的ip就可以进行通讯,只要改一下端口,一个程序同时又客户端与服务端,mfc的-Using udp written a network program, enter the other' s ip you can communicate, as long as change what port, a program at the same time client and server, mfc' s
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:4402783
    • 提供者:ycc892009
  1. SDI_OpenCV

    0下载:
  2. 一个基于opencv的用于人脸检测和识别的MFC程序。-For opencv-based Face Detection and identification of the MFC program.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:3023691
    • 提供者:jackwang
  1. calculater

    0下载:
  2. C++语言编写的mfc程序,实现了基本的计算器的加减乘除的功能。-Written in C++, mfc program to achieve the basic addition and subtraction, multiplication and division calculator functions.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:8417040
    • 提供者:黄子
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com