登录
首页 » Visual C++ » calculator

calculator

于 2015-08-25 发布 文件大小:1137KB
0 221
下载积分: 1 下载次数: 8

代码说明:

  利用labwindows/CVI制作的一个计算器,可以实现计算器的基本功能。(Use labwindows/CVI produced a calculator, you can achieve the basic functions of the calculator.)

文件列表:

calculator
..........\1

..........\.\calc.c,5063,2015-08-25
..........\.\calc.cws,4278,2015-08-25
..........\.\calc.h,5848,2015-08-25
..........\.\calc.prj,3262,2015-08-25
..........\.\calc.uir,12512,2015-08-25
..........\.\calc_dbg.cdb,714906,2015-08-25
..........\.\calc_dbg.exe,226304,2015-08-25

..........\.\cvibuild.calc
..........\.\.............\build.ini,3572,2015-08-25
..........\.\.............\calc.nidobj,95171,2015-08-25
..........\.\.............\dependencies.bri,4,2015-08-25
..........\.\.............\resources.res,1940,2015-08-25


..........\.\Top.ico
..........\2

..........\.\calc.c,12670,2015-08-25
..........\.\Calc.cds,3978,2015-08-25
..........\.\calc.cws,5217,2015-08-25
..........\.\calc.exe,416256,2015-08-25
..........\.\calc.h,6345,2015-08-25
..........\.\calc.prj,3984,2015-08-25
..........\.\calc.uir,90719,2015-08-25
..........\.\calc_dbg.cdb,1183353,2015-08-25
..........\.\calc_dbg.exe,781824,2015-08-25

..........\.\cvibuild.calc
..........\.\.............\build.ini,3815,2015-08-25
..........\.\.............\calc.nidobj,213642,2015-08-25
..........\.\.............\calc.niobj,13991,2015-08-25
..........\.\.............\Debug
..........\.\.............\.....\calc.nidobj,245279,2015-08-25
..........\.\.............\.....\calc_dbg.exe,781824,2015-08-25
..........\.\.............\.....\resources.res,298000,2015-08-25
..........\.\.............\dependencies.bri,203,2015-08-25
..........\.\.............\resources.res,1940,2015-08-25


..........\.\smartread.dll,126976,2015-08-25
..........\.\smartread4.h,1822,2015-08-25
..........\.\smartread4.lib,9726,2015-08-25
..........\.\Top.ico
..........\.\ͼƬ.bmp,95842,2015-08-25
..........\.\新建 文本文档.txt,0,2015-08-25
..........\.\计算器.txt,14,2015-08-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • superC++titel
    本书详细介绍了C++编程中用到的各种经典操作,算法以及程序开发思想,是初级程序员和软件工程师必不可少的珍贵资料。(The book detailed the C++ Programming used in a variety of classic operation, algorithm and program development thinking is the primary essential for programmers and software engineers valuable information.)
    2008-05-24 08:48:40下载
    积分:1
  • wmdh-the
    模拟MFC实现动态创建,结合文章使用,很不错的(Simulation of MFC realize the dynamic creation, combined with the article is used, very good)
    2017-05-24 07:03:14下载
    积分:1
  • Comparisonofimagesimilarity
    图像相似度比较论文,介绍了图像相似度比较的基本原理,并实现图像比较,分析结果(Comparing image similarity thesis describes the basic principles of image similarity comparison and achieve the image comparison, analysis)
    2020-06-26 14:00:02下载
    积分:1
  • Source-code-in-C-Sharp
    说明:  记事本源代码C#,大家可以看看,简介易上手(Notepad source code C#, we can see, Introduction approachable)
    2011-04-08 08:52:55下载
    积分:1
  • ConnDatabase
    数据库连接 ado sqlserver 用C++程序书写 累了我一天 娘的(C++ learning materials as long as the processing of C++ programming ADO SQLSERVER database connection)
    2014-04-04 16:51:01下载
    积分:1
  • num2
    Visual C++面向对象与可视化程序设计(第2版)——清华大学计算机基础教育课程系列教材(teaching exercise)
    2012-02-23 13:53:47下载
    积分:1
  • DLL_explorer
    一个将DLL文件插入Explorer进程的源代码(Insert a DLL file Explorer process source code)
    2007-11-06 17:24:18下载
    积分:1
  • multhread
    程序用于完成多线程程序设计,在vc环境下开发(Procedures for the completion of multi-threaded programming, in vc development environment)
    2011-01-17 22:28:05下载
    积分:1
  • 136645-ds1
    公路桥梁电算(第二版).杨炳成 主编/2003-06-01/人民交通出版社. 本书主要介绍公路桥梁及其他工程结构物内力分析、截面配筋设计和绘图的源程序,采用扩展BASIC语言编制,设计计算严格遵守了交通部颁发的公路桥涵设计规范。(Highway bridge computerization (version second). Ed. Yang Bingcheng /2003-06-01/ people traffic press This book introduces the analysis, the internal force of highway bridges and other engineering structures reinforcement design and drawing of the source, using the extended BASIC language, design and calculation of the design of highway bridges and culverts in strict compliance with the Specifications issued by the Ministry of communications.)
    2013-12-25 09:47:24下载
    积分:1
  • C8051F060-DAC
    这个程序输出正弦和余弦波形 使用DAC硬这C8051F060单片机DAC0波形输出 和DAC1  Timer4中断更新的输出DAC.Timer4 ISR的  然后导致了DACs计算的输出,这是下一个中断。 输出波形的频率设定的# define <频率>。  实现定义的精确输出频率<频率>,一个  /使用外部晶体。(This program outputs sine and cosine waveforms using the hardware DACs // on the C8051F06x microcontroller. The waveforms are output on pins DAC0 // and DAC1. // // The output of the DAC is updated upon a Timer4 interrupt. The Timer4 ISR // then calculates the output of the DACs for the next interrupt. // // The frequency of the output waveforms is set by the#define <FREQUENCY>. // To achieve the exact output frequency defined by <FREQUENCY>, an // external crystal should be used.)
    2014-07-03 19:05:12下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载