CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MFC calculate

搜索资源列表

  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. TestSha1

    0下载:
  2. 使用MFC实现的sha1算法,可以高效地计算出任意文件的哈希值,已通过测试,欢迎下载-Using the MFC implementation sha1 algorithm can efficiently calculate the hash value of an arbitrary file, has passed the test, please download the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-01
    • 文件大小:14155897
    • 提供者:刘琦
  1. Julia

    0下载:
  2. 用MFC编写的基于Julia集加密解密的算法,本程序能成功的绘制出2次,m次以及广义的Julia集,并且是在复数空间中,同时能实现无限制的放大,还可以选取任意大小空间截屏保存。接着利用Julia集对图像进行加密解密,并计算出他们的信噪比。全部功能都已实现,是本人的毕业设计。-Written with the MFC-based encryption and decryption algorithm for Julia sets, the program can successfully draw
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4659923
    • 提供者:bends
  1. 123

    1下载:
  2. 利用MFC计算一个公式数据,利用文本框显示出来,并将数据写入到EXCEL文件中,同时附带修改操作-Using MFC to calculate a formula data, use the text box is displayed, and write the data to EXCEL file, while incidental to modify the operating
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:40972
    • 提供者:rdfxg
  1. OTSUMultiThre

    0下载:
  2. 1.本程序功能包含显示直方图,OTSU的单值分割,OTSU的二值分割,OTSU的三值分割 2.在OTSU的分割时,通常情况下我们是通过类间方差得到一个分割阈值,但是有时候我们需要得到各灰度级别的目标,那么采取多值分割是 很必要的,通过改进得到OTSU的多值分割方法 3.本程序另外还有显示直方图,计算程序运行时间,处理结果以新的窗口显示等细节,这部分适合MFC初学者。-1. This procedure shows the histogram feature, OTSU sing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:310508
    • 提供者:李成
  1. Lena

    0下载:
  2. 2、 转换为灰度图像。 这个算法是依照彩色图转化为灰度图像的方式: 灰度值 = 0.3*R+0.59*G+0.11*B 用两重循环遍历截取的图片,对于每一个象素点,用MFC的函数取得其COLORREF形式的颜色值,从中分解出R、G、B三种颜色的值,计算出对应的灰度值后,赋给R、G、B即可。完成遍历后刷新图片就可以看到转换后的灰度图像。 -2, converted to grayscale images. This algorithm are in accordance with
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1189030
    • 提供者:龙胆
  1. Calculator

    0下载:
  2. 本计算器一个MFC可视化程序,我用的是CDialog。这是一个高精度的计算器,不是一个简单加减乘除的计算器,有一定的 算法难度。能算超大型数据的加减乘除,能做200以内的阶乘运算.能计算很高精度的实数幂运算。使用方法基本上是和普通计算器一样的-This calculator a MFC visualization procedures are used in my CDialog. This is a high-precision calculator, not a simple calcu
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:7882988
    • 提供者:钟玲
  1. diaoye5

    0下载:
  2. m利用MFC实现对操作系统内存管理中请求调页的模拟,并计算缺页率-m the use of MFC to achieve the operating system memory management in the analog paging request, and calculate the rate of missing pages
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2963
    • 提供者:lllrrr
  1. FutureCalc

    0下载:
  2. a easy tool (vc2005,mfc) i use it to calculate stock values quickly enter low and high values and enter a ratio result=(high-low)*ratio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:23037
    • 提供者:admon
  1. jisuanqi

    0下载:
  2. 简单计算器,可计算表达式四则运算,没有用MFC,纯C语言+windows API 编写,适合初学win32编程的同学参考。-A simple calculator, calculate the expression four operations, did not use MFC, pure C language+ windows API to prepare, suitable for students beginners win32 programming reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:4704
    • 提供者:苏鹏
  1. calculate

    0下载:
  2. 一个关于MFC的简易计算器,实现基本的运算。-a easy calculate to realize basic function
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3642153
    • 提供者:钱雪微
  1. calculate

    0下载:
  2. LC谐振频率计算器,基于MFC平台写的小程序,与大家分享一下。-LC resonant frequency calculator, MFC-based platform to write small programs, to share with you.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:10194372
    • 提供者:sonkle
  1. MFC

    1下载:
  2. (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-01-13
    • 文件大小:258048
    • 提供者:宋骏霖
  1. calculate

    0下载:
  2. 图形界面计算器,新手学习使用 使用简单的MFC方法,从界面输入输出计算结果即可,供新手学习MFC使用-Graphical calculator novice learning to use simple MFC method, the interface to input and output the calculation result for the novice to learn to use MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-04
    • 文件大小:8975
    • 提供者:老大
  1. PRICE

    0下载:
  2. MFC编写的计算总价钱的程序,平台为VS2013,可以使初学者更好的理解MFC。-MFC calculate the total price of the writing process, platform for VS2013, can help beginners a better understanding of MFC.
  3. 所属分类:EditBox

    • 发布日期:2017-12-12
    • 文件大小:65798144
    • 提供者:LiD
  1. biyyr

    0下载:
  2. PSS primary synchronization signal in the time domain simulation related, Mutual information is useful to calculate a set of procedures, Face Recognition light treatment method.
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:gouneinaonan
  1. gwdvr

    0下载:
  2. Six degrees of freedom to achieve inverse kinematics algorithm, Of spherical harmonics graphic simulation, Modulated signals to calculate its density Pu-related.
  3. 所属分类:数据库编程

  1. matrix_src

    0下载:
  2. 基于单文档的矩阵计算器,可以计算矩阵,实现加减乘运算,还包括转置(Based on a single document matrix calculator, you can calculate the matrix, to achieve addition and subtraction multiplication, but also transpose)
  3. 所属分类:按钮控件

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:ALx233
  1. MLCC

    0下载:
  2. Calculate Mel-frequency cepstral coefficients by: - take the absolute value of the STFT - warp to a Mel frequency scale - take the DCT of the log-Mel-spectrum - return the first <ncep> components
  3. 所属分类:其他

  1. jfq

    0下载:
  2. 本程序利用vs2013与MFC编写简易的加法器,可以进行加法计算。(This program uses vs2013 and MFC to write simple adders, which can be added to calculate.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:49513472
    • 提供者:北方的风
« 1 23 4 5 6 »
搜珍网 www.dssz.com