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

搜索资源列表

  1. 纹理映射Texture

    0下载:
  2. 本程序在窗口中显示了一个加入纹理的场景,使得该场景更加真实,平滑,是基于单文档的MFC应用程序。 在本程序中,纹理场景是通过SetCheckTexture()函数生成的,然后通过DoTransform()函数 将—个顶点从物体坐标系转换到窗口坐标系,利用openGL进行矩阵计算,通过UpdateModelView()函数和InitMatrices()函数实现。-the procedures in the window shows a scene by adding texture, making
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:94010
    • 提供者:陈康
  1. MFC-Calculator

    0下载:
  2. 用MFC实现的具有简单计算功能的计算器 主要有加减乘除和清零的功能-Using MFC with a simple calculation of the main features of the calculator functions, Math and clear
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1564663
    • 提供者:Angel
  1. Windows-MFC

    0下载:
  2. 利用mfc进行设计的简易计算器,可进行加减乘除等计算-Using MFC to design a simple calculator, can add, subtract, multiply and divide the calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1892679
    • 提供者:尤祥
  1. mfc

    0下载:
  2. 只是一个基于vc6.0用mfc编程的计算器小软件,可以计算简单的加减乘除平方等-Just a vc6.0 with MFC programming based on the calculator small software can simple calculation of add, subtract, multiply and divide square, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1132626
    • 提供者:史采昊
  1. test-1_add-the-picture--for-MFC

    0下载:
  2. Visual studio 2005 MFC添加背景图片以及圆锥计算的实现。-Visual studio 2005 MFC add background images, as well as the realization of the cone calculation.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-02
    • 文件大小:2667928
    • 提供者:林枫
  1. MFC-Calculator

    0下载:
  2. MFC计算器,能够计算基本的加减乘除,也支持使用表达式的方法,还有可以计算sin的三角函数-MFC calculator to calculate basic addition and subtraction, multiplication and division, and also supports the use of expression, as well as sin trigonometric functions can be calculated
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:12569825
    • 提供者:莫云鹏
  1. MFC-calculator

    0下载:
  2. 实现MFC下的科学计算器,拥有10项基本计算功能-MFC scientific calculator, has 10 basic computing functions
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-21
    • 文件大小:30982
    • 提供者:candy
  1. jspjcj

    0下载:
  2. mfc计算平均成绩,输入各门成绩后,能够输出平均成绩,用于mfc对话框程序的入门熟悉-mfc to calculate the grade point average
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:1869957
    • 提供者:ericguo
  1. MFC-based-puzzle-design

    0下载:
  2. 基于MFC的拼图游戏设计,益智游戏,计算游戏时间,可显示原图提示。-MFC-based puzzle design
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-26
    • 文件大小:7116238
    • 提供者:YorkiLu
  1. mfc

    1下载:
  2. 编写一个应用程序,含有“计算”菜单,包含菜单项“显示对话框”和“退出”。 单击“显示对话框”选项时,弹出“模式对话框”,此对话框中含有两个水平滚动条;四个按钮,分别为“加”、“减”、“乘”、“除”;三个编辑框,单击四个按钮中的任何一个进行计算操作,移动滚动条,两个编辑框中出现滚动条的位置,另一个编辑框中出现计算的结果。 -Write an application, with " computing" menu that contains the menu item &q
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:38635
    • 提供者:yang
  1. circle-MFC

    0下载:
  2. 连接一个圆的圆周亮点之间的线段称为弦。计算在圆周上分布有N个点的园内,有多少条弦? 弦的计算绘图程序功能要求 (1)绘制一个大圆圈 (2)依次在圆周上分布2~20个点,在任意两点之间绘制弦。 (3)画出绘画效果,并计算和显示出弦的个数。 (4)如果从某个点出发,可以一笔画出这个构建的图形吗?记住,在绘制过程中可以重复经过点,但不可以重绘边。 -Bright circumference of a circle connecting between the chord lin
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1949470
    • 提供者:小周
  1. MFC

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

    • 发布日期:2015-01-13
    • 文件大小:258048
    • 提供者:宋骏霖
  1. MFC界面设计

    0下载:
  2. 设计简单的MFC界面,能打开文件,读取并显示在文本框内,还可以调用外部EXE程序计算数据结果,画图功能还没做,想请教大神
  3. 所属分类:界面编程

  1. Calculator

    0下载:
  2. 用MFC计算cos,sin值,判断2个圆是否相交;判断3条边能够构成三角形等几种功能的计算器(Use MFC cosine and sine value, whether two circular intersection;Determine three side can constitute a triangle several functions such as calculators)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:4720640
    • 提供者:renchenl
  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. BigNumCalculator - dll

    0下载:
  2. 大数计算,调用medlts库,进行计算大数(MELTS software is now open source! Go to Gitlab for details. Try the MELTS web services. rhyolite-MELTS not working correctly after an upgrade? See this support document. Download the MELTS for Excel workbook. Get MagmaSat a
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:1170432
    • 提供者:君之羽翼
  1. 计算器

    1下载:
  2. 实现科学计算及相关功能,用VS运行时更改.rc文件里面的路径,更改.h文件的包含目录(Realizing scientific calculation and related functions)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:51200
    • 提供者:瘾君子
  1. md5

    0下载:
  2. MD5 压缩算法,将任意字符串经过MD5计算,转换成128bit的16进制字符串。(MD5 compression algorithm converts any string to a 128-bit hexadecimal string after MD5 calculation.)
  3. 所属分类:加密解密

    • 发布日期:2018-04-21
    • 文件大小:811008
    • 提供者:hydq
  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. Calculator

    0下载:
  2. 简易但是功能完善的MFC项目,适合初学者。 加减乘除计算器,带有计算范围越界提醒、非法输入提醒、除以0提醒。(A simple but well functioning MFC project which is very suitable for beginners. Add and subtract multiplication and division calculator, with calculation range cross boundary reminder, illega
  3. 所属分类:Windows编程

    • 发布日期:2018-05-07
    • 文件大小:133120
    • 提供者:Somo
« 1 23 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com