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

搜索资源列表

  1. C Builder 下编译含有 MFC 的程式.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1580
    • 提供者:
  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. EncodingReports

    0下载:
  2. 本程序包用标准C++实现了Huffman编码以及解码的基本类,并且通过MFC编写了测试程序,同时显示了各项压缩指标。是学习编码的基本入门资料。-this program use standard c++ to implement Huffman coding and decoding fundamental class,it is tested by a MFC program,which display compression information.it is begginer s mate
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:347381
    • 提供者:黄应
  1. 5地图染色d

    0下载:
  2. 基于C++的MFC实现的地图着色问题。对于使用文档/视图模型的 MFC 应用程序。-based on C + + MFC map rendering issues. The use of Document / View model MFC applications.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:405803
    • 提供者:李扬
  1. 实现LZARI压缩算法的C++类

    0下载:
  2. 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1370
    • 提供者:张吗恩
  1. 基于MFC界面的人机对战五子棋

    4下载:
  2. 用C++语言编写,界面使用mfc编写,应用α-β剪枝算法实现的人机对战五子棋
  3. 所属分类:人工智能/神经网络/遗传算法

  1. ID3JueCheTree

    0下载:
  2. 人工智能ID3决策树算法的实现,使用了MFC编程,既有算法又有界面。-Artificial Intelligence ID3 decision tree algorithm, use the MFC programming, both algorithm and interface.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:407708
    • 提供者:蚂蚁
  1. FPTree

    0下载:
  2. 简单的FPTree算法C++实现,关联规则挖掘算法-A simple FPTree algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:572796
    • 提供者:helen
  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. FDTDMFC

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:439957
    • 提供者:杨永常
  1. 01

    0下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:994167
    • 提供者:张志文
  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. BiTree_MFC

    0下载:
  2. C++ MFC,实现二叉树的遍历(前序、中序、后序)可自行添加节点-C++ MFC, to achieve the binary tree traversal (preorder, inorder, postorder) can add their own nodes
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:50558
    • 提供者:mengmakies
  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-24
    • 文件大小:8417040
    • 提供者:黄子
  1. DataStruct_MFC_WinMain_SortMethod

    0下载:
  2. MFC中winmain详解,c++各种排序算法以及二叉树,搜索树,红黑树及其他数据结构的实现-Detailed in winmain MFC, c++ various sorting algorithms and binary search trees, red-black tree implementation of data structures and other
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1679598
    • 提供者:张翔
  1. Sha1_Test(201107281719)

    0下载:
  2. Sha1哈希算法的封装,对原有的例子进行改造,有MFC及控制平台等两种方试创建的代码,运用较方便。-Sha1 calculate,have Visaul C++ MFC and control two flat.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:209856
    • 提供者:
  1. VCPMFCPJosephPLink

    0下载:
  2. 数据结构优秀实验,约瑟夫环出列顺序动画显示,C++ MFC实现,含源代码-Excellent experimental data structures, Joseph ring column order animation C++ MFC implementation, including source code
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3724002
    • 提供者:孔云
  1. MazeByWen7.9

    0下载:
  2. 用C++实现的,mfc编的一个迷宫程序,用回溯法走迷宫~可以实现自动生成迷宫,自己设计迷宫,自动找路,键盘输入找路,自动找路时可以设置时间间隔。-A maze procedure the C++, mfc series, with backtracking maze- can automatically generate the maze design their own maze, and automatically find a way, the keyboard input to find
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4254901
    • 提供者:温晓
  1. HotelManage.zip

    0下载:
  2. 酒店管理系统介绍说明文档及源代码使用C++MFC开发,Hotel management system documentation and source code C++MFC development
  3. 所属分类:Data structs

    • 发布日期:2017-11-01
    • 文件大小:8383204
    • 提供者:梁建勋
  1. huffcode

    0下载:
  2. 这是使用c++中的mfc实现的,对一个文件进行哈夫曼编码,并对产生的编码文件实现解码-This is the use of c++ mfc achieve, Huffman coding on a file, and the resulting encoded file to achieve decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4945831
    • 提供者:TOM
« 12 3 4 5 »
搜珍网 www.dssz.com