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

搜索资源列表

  1. chap15-src

    0下载:
  2. 计算器程序,用turbo c++3.0运行,不能用vc-Calculator program, the with turbo c++3.0 run not with vc
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:44618
    • 提供者:liuyang
  1. Calculator3

    0下载:
  2. 利用VC对话框实现的多功能计算器实例,设计简单实用-VC dialog box to achieve the multi-function calculator instance, is designed to be simple and practical
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:295059
    • 提供者:阿里how
  1. caculator

    0下载:
  2. 用VC++实现的计算器程序,能实现基本的计算功能:加,减,乘,除,小数点,开方,平方等-VC++ implementation of the calculator program, to achieve the basic computing functions: add, subtract, multiply, In addition, the decimal point, square root, square
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1892445
    • 提供者:
  1. DialogBase

    0下载:
  2. 十进制的VC++圆面积计算器源代码,界面可视化,只需要输入圆的半径,就可以快速计算出圆的面积。VC源码下载,相对完整,可直接编译生成EXE-Decimal VC++ round area calculator source code, visual interface, only need to input the radius of the circle, can quickly calculate the area of a circle. VC source code, relativel
  3. 所属分类:assembly language

    • 发布日期:2017-11-25
    • 文件大小:40643
    • 提供者:wqwq
  1. calculator

    0下载:
  2. vc开发的windows 计算器。附源代码-vc developed windows calculator. With source code
  3. 所属分类:Button control

    • 发布日期:2017-11-15
    • 文件大小:28614
    • 提供者:dick
  1. vcjisuanqi

    0下载:
  2. VC 编写的一个 计算器 -Written in a sophisticated calculator VC
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2587092
    • 提供者:陈群
  1. vcPPcaculator

    0下载:
  2. VC++环境下的简单计算器编程,适合初学者学习使用,提高-VC++ simple calculator programming environment, suitable for beginners to learn to use, improve
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:446439
    • 提供者:yao
  1. MyCalc

    0下载:
  2. 自己写的计算器小程序,具有VC++6.0编写,感兴趣的可以看看。-Write your own calculator applet has VC++6.0 write, can see the interest.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:51056
    • 提供者:raoyc2008
  1. jisuanqi

    0下载:
  2. 这是一个简单工厂的设计模式计算器,在VC++环境下编译。。。这是一个简单工厂的设计模式计算器,在VC++环境下编译-This is a simple factory design pattern calculator compiled in VC++ environment. . . This is a simple factory design pattern calculator compiled in VC++ environment. . .
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:1905896
    • 提供者:dsadas
  1. dengluchuangkou

    0下载:
  2. 这是一个基于VC++的登录窗口 ,使用简单工厂的设计模式实现计算器功能,要求:功能的增加对原有代码作最少改动-This is based VC++ login window using simple factory design pattern calculator function requirements: the increase of the functionality of the original code for minimalist
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-11
    • 文件大小:1869992
    • 提供者:dsadas
  1. Windows

    0下载:
  2. 仿照WINDOWS 自带的计算器制作一个自己的计算器。。。这也是在VC++环境下编译-Modeled WINDOWS own calculator produced a calculator. . . This is compile VC++ environment. . .
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:97594
    • 提供者:dsadas
  1. Calculator_cpp

    0下载:
  2. 用VC++写的简易计算器,实现基本的加减乘除运算。对学习VC++有很大的帮助-With a simple calculator VC++ write basic addition and subtraction, multiplication and division. Great help in learning VC++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:24450
    • 提供者:lihai
  1. My

    0下载:
  2. 用vc语言编写的一个应用程序:计算器、写字板、画刷等应用程序-An application written using vc language: Calculator, WordPad, brush application
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:44017664
    • 提供者:as
  1. yongVCPPbianxiejisuanqi

    0下载:
  2. 用vc++写了一个计算器小程序,用bool变量来区分整数和小数,还有在连续运算的时候,是用数组实现。-With vc++ to write a calculator applet bool variable to distinguish between the integer and fractional continuous operation is implemented in an array.
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:6257
    • 提供者:张盈
  1. computer

    0下载:
  2. 计算器软件的开发,Windows应用程序中的对话框程序的开发,用vc环境编译测试,本人测试过,好用-Calculator software development, the dialog box in the Windows application program development, test, vc environment compile
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:27154
    • 提供者:高敏
  1. calculator-VCPP

    0下载:
  2. VC++ 实现的简单计算器,可以加深对MFC的理解,新手必下-The simple calculator VC++ achieve, you can deepen their understanding of the MFC, the novice will be under
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:2238755
    • 提供者:wanghui
  1. calc

    0下载:
  2. 一个计算器功能的实现,用vc模拟windows自带的计算器功能.-Realization of a calculator function, built-in calculator function vc simulation windows.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:24631
    • 提供者:阿叶
  1. calculator_1

    0下载:
  2. MFC实现的计算器 加减乘除 除以0报错等 初级玩意 vc6工程-vc 6 MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-30
    • 文件大小:6252086
    • 提供者:kevin
  1. MyCalculator

    0下载:
  2. VC++环境下,实现计算器的小程序,界面优美,可以实现连续操作,能够实现基本的功能-VC++ environment, the calculator program, beautiful interface, you can achieve continuous operation can achieve the basic functions
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-06
    • 文件大小:3029603
    • 提供者:陈龙
  1. complexcalculator.rar

    0下载:
  2. VC++ .NET源代码实现的复数计算器,一个C++实验,源代码仅供参考吧。 ,NET source code to achieve complex calculator, a C++ experiments, the source code for reference only right VC++.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:509075
    • 提供者:zhangjun
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 38 »
搜珍网 www.dssz.com