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

搜索资源列表

  1. Sample-calc

    0下载:
  2. 一个简单的计算器小程序,适合VC刚入门的新手参考。-A simple calculator program, suitable for VC novice reference.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:35317
    • 提供者:独闯天涯
  1. code

    0下载:
  2. 一种利用硬盘序列号对自开发软件的简单且有效的加密注册方法,适用于发布量不大、尤其不公开发行的专用工程软件。主要目的:为使开发者的软件不被任意复制使用,用户每装一台机器都需要向开发者报知用户号并索取注册号。基本原理:将硬盘序列号做运算后做为用户号,开发者可利用科学型计算器,根据用户报知的用户号和只有自己知道的密钥直接算出注册码返回给用户;用户端不需注册机,开发者也不需解码器,且注册成功后Windows系统会自动保存,以后无需再注册,软件升级也无需重新注册。 所附VC源代码中有实现方法和详细注释。-
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:5673199
    • 提供者:阿里
  1. caculater

    0下载:
  2. 使用VC开发平台,利用MFC编写实现计算器的基本功能-Use VC development platform, using MFC to achieve the basic functions of the calculator
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:367376
    • 提供者:marlena
  1. HappyDateok

    0下载:
  2. 宝宝天数计算器,输入生日可以直接算出宝宝多大了。程序比较简单,但是还比较有意思,直接编译就可以,学习VC时间类的完整的例子。-Baby Days calculator, enter a birthday how old the baby can be directly calculated. Procedure is relatively simple, but also more interesting, can be directly translated, the time to lear
  3. 所属分类:EditBox

    • 发布日期:2017-04-04
    • 文件大小:27441
    • 提供者:Ge
  1. jsq

    0下载:
  2. VC实现基于MFC的简单计算器程序源码,jsq.vcproj是使用应用程序向导生成的 VC++ 项目的主项目文件。   它包含生成计算器的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。   jsq.h是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CjsqApp 应用程序类。   jsq.cpp是包含应用程序类 CjsqApp 的主要应用程序源文件。   jsq.rc是程序使用的所有
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:44335
    • 提供者:bpudn2
  1. Calc

    0下载:
  2. 再次与VC++爱好者分享一款基于VC++的简单计算器源码,与Windows自带的计算器风格很相似,学习提高VC编程,就要慢慢学习一些简单的完整小程序,比如这个Calculator源代码,还有一些扫雷等的小游戏,对VC的程序开发很有帮助哦。-Again with the VC++ enthusiasts share a VC++ based simple calculator source code, and Windows calculator style is very similar to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:29360
    • 提供者:apudn81
  1. caltech

    0下载:
  2. 简单的计算器,完成一些简单的计算,是我VC课的课程设计-Simple calculator, do some simple calculations, curriculum design my VC class
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3807140
    • 提供者:杨少博
  1. MyCalculater

    0下载:
  2. 自己编写的vc简易计算器,可以直接运行。适合于计算机图形学的小作业-I have written vc simple calculator that can be run directly. Suitable for a small computer graphics operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-01
    • 文件大小:13708313
    • 提供者:杨雪
  1. zhancalculator

    0下载:
  2. VC.NET利用栈实现计算器,运行本计算器需要mfc100ud.dll、msvcp100d.dll、msvcr100d.dll文件-VC.NET use the stack to achieve calculator, run the calculator needs mfc100ud.dll, msvcp100d.dll, msvcr100d.dll file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:138524
    • 提供者:kpudn33
  1. WaitProcess

    0下载:
  2. 使用VC++如何调用一个外部程序并等待其运行结束呢?这个示例代码虽小,但可以告诉你答案。告诉你如何让程序进入等待状态。本演示程序将调用外部的计算器程序,当计算器已经执行的时候,程序会进入等待状态,待其运行结束后,才允许关闭窗口。-Using VC++ How to call an external program and wait for it to finish it? This sample code is small, but I can tell you the answer. Tell
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:19943
    • 提供者:kpudn45
  1. ym_vcpp-mfc-jsq-TestCalculator

    0下载:
  2. vc++编写的带有界面的简易计算器,可运行-vc++ to write a simple calculator with an interface, you can run
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-16
    • 文件大小:29406
    • 提供者:hehehe
  1. bison

    0下载:
  2. 用bison实现的四则运算逆波兰表达式计算器。其中的词法分析用flex实现。里面是VC的工程文件。有已经生成的exe.使用时注意输入的格式: 如 3+4 输入时为3 4 +,其中的空格不能少。-Reverse Polish Notation calculator with bison achieve four operations.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:492481
    • 提供者:ginnuezen
  1. kexuejisuanqiyuanma

    0下载:
  2. VC++科学计算器源代码,实现科学计算基本功能,欢迎大家交流学习-VC++ scientific calculator source code, to achieve the basic functions of scientific calculation, we welcome the exchange of learning
  3. 所属分类:Home Personal application

    • 发布日期:2017-05-30
    • 文件大小:12352512
    • 提供者:liushui
  1. text2

    0下载:
  2. 在VC++6.0上基于MFC的简易计算器的实现。-simper calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1886163
    • 提供者:陈志洲
  1. CAL_PRO

    0下载:
  2. 本程序通过VC++开发环境来编写一个科学计算器-This program through VC++ development environment to write a scientific calculator
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:3715049
    • 提供者:stone
  1. Text_Simple-Calculator

    0下载:
  2. 简易计算器 用于VC++编程初学者的简易计算器。可供参考,可实现基本加减乘除开方等初级运算。-Simple Calculator Simple Calculator Simple Calculator
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1885135
    • 提供者:luolijuan
  1. AddIEButton

    0下载:
  2. VC++向IE的工具条上添加自定义的按钮图标,本测试源码,是将windows自带的计算器图标添加到IE的工具栏窗口中,不过现在360对于这种向工具栏添加图标的功能会拦截,测试时候会被360拦截,若想看到测试效果请放行,若只是测试下,可以选择阻止。-VC++ to add a custom button icons to the IE tools, the test source code, the Windows calculator icon added to the IE toolbar w
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:14333
    • 提供者:HDMI14
  1. Calculator

    0下载:
  2. 这是一个VC++编写的计算器程序,输入一个复杂字符串后能计算出结果。-This is a calculator program written by VC++ that if you input a complex expression, it will give you its resault.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:66785
    • 提供者:王振吉
  1. calculator

    0下载:
  2. vc下实现的计算器,功能实用,适合初学者参考-Calculator based on VC,suitable for new learner
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-16
    • 文件大小:25276416
    • 提供者:钟秋
  1. calculator

    0下载:
  2. VC++ 用MFC 写的一个计算器程序,适合新手学习-A calculator program with C++ program MFC, suitable for beginners to learn
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-26
    • 文件大小:9156358
    • 提供者:张萧萧
« 1 2 ... 29 30 31 32 33 3435 36 37 38 »
搜珍网 www.dssz.com