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

搜索资源列表

  1. QuXian

    0下载:
  2. 一个简单的基于MFC对话框的动态曲线程序源码
  3. 所属分类:压缩解压

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

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

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

    0下载:
  2. 贝叶斯曲线的生成的VC++源码,是mfc的哦!-Bayesian curve generated by VC++ source code for a mfc Oh!
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1975944
    • 提供者:rexlc
  1. MyProject

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

    • 发布日期:2017-05-10
    • 文件大小:93154
    • 提供者:张波
  1. HuffmanExp

    0下载:
  2. 该源码实现了对一256色灰度图像的霍夫曼编码输出,并用MFC实现了界面化处理-Realized the source of a 256-color gray-scale image of the Huffman code output, and the realization of the interface with MFC treatment
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2176840
    • 提供者:chenhyu
  1. JGMFC

    0下载:
  2. 一个MFC编的算法分析课程设计实验“重排九宫源码”-MFC compiled an algorithm analysis course design experiment " rearrangement kau kung source"
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1938778
    • 提供者:c
  1. Demo_Sort

    0下载:
  2. C++ 排序函数模板源码,MFC程序可用(冒泡) 一个排序可以用的C++函数模板,无意间需要对字符串集合CStringArray进行排序,但标准模板库STL提供的函数模板sort虽然功能强大,不过有些不便-Can be a sort of C++ function template, a collection of unintentionally CStringArray need to sort the string, but the standard template library
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:12126
    • 提供者:xcan
  1. algorithms

    0下载:
  2. 包含各种各样的,比较全的,排序算法。mfc版本!!!源码-All the sorting algorithms compare mfc version! ! ! Source!
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:49271
    • 提供者:rexlc
  1. Nevermore

    0下载:
  2. MFC入门学习简易计算器制作的源码。主要用于熟悉界面设计以及映射关联。-A basic MFC way to construct a simple calculator.Aiming to learn some very basic skill,fit for freshmen
  3. 所属分类:Algorithm

    • 发布日期:2017-06-16
    • 文件大小:24723105
    • 提供者:luohaoxian
  1. Calculator

    0下载:
  2. 使用MFC编写的能够实现计算器功能的源码,可以实现加、减、乘、除、乘方、开方、三角函数求值等功能~-Written using MFC to achieve the calculator function of the source code can be add, subtract, multiply, and, power, square root, trigonometric functions, evaluation and other functions ~
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3600034
    • 提供者:杨洋
  1. UnZip

    1下载:
  2. 用C++实现zip压缩解压缩,主要是利用第三方源码接口,自己封装了一个压缩函数,和解压函数。使使用操作简单化。编译器是 VS2010,在MFC工程下测试的。-In C++ zip compression and decompression is to use a third-party source interface encapsulates a function of compression and decompression functions. The compiler is VS201
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-05
    • 文件大小:68447
    • 提供者:huazai
  1. Data_Compress_System

    0下载:
  2. 各种数据压缩和解压的源码,用mfc实现。包括熵编码,预测编码,变换编码,字典编码- 是作为论文参考,和学习解压缩解压的完美代码。-The source of a variety of data compression and decompression, with mfc achieved. Entropy coding, predictive coding, transform coding, dictionary coding- as reference papers, and learni
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:16583274
    • 提供者:liz
  1. 7zip

    0下载:
  2. 主要是使用7Zip的开源代码,方法和说明都在里面的txt,过于简单,mfc就不给源码了。压缩的两个办法,解压缩两个办法。-7Zip is mainly used open source code, methods, and instructions are on the inside of the txt, too simple, mfc source did not give up. The two compression methods, unzip two ways.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:125371
    • 提供者:何玉玺
  1. ACO---Code-

    1下载:
  2. 蚁群算法和遗传算法的源码,性能比较,有搜索过程的界面显示,MFC框架-Ant colony optimization and Genetic Algorithm for TSP,developed in MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-01
    • 文件大小:13912058
    • 提供者:neargdd
  1. jisuanqi

    0下载:
  2. 计算器可视化设计的实验源码,简易计算器mfc-Calculator visual design of experiment source, simple calculator mfc
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:136945
    • 提供者:艾菲
  1. JSQ

    0下载:
  2. MFC计算器程序源码,现代的电子计算器能进行数学运算的手持电子机器,拥有集成电路芯片,但结构比电脑简单得多,可以说是第一代的电子计算机(电脑),且功能也较弱,但较为方便与廉价,可广泛运用于商业交易中,是必备的办公用品之一。-MFC calculator program source, modern electronic calculators can carry out mathematical operations handheld electronic devices, with integ
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1886019
    • 提供者:cexoiqiq
  1. repfnsent

    0下载:
  2. 汉诺塔的自动演算过程,有源码,转载(用MFC制作而成)()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:33792
    • 提供者:cqhaimtencs
  1. 3298471

    0下载:
  2. 汉诺塔的自动演算过程,有源码,转载(用MFC制作而成)()
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:30720
    • 提供者:byzvir
搜珍网 www.dssz.com