登录
首页 » Visual C++ » calculator

calculator

于 2015-08-25 发布 文件大小:1137KB
0 272
下载积分: 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 个回复

  • CC2530-in-Chinese
    德州仪器公司的CC2530芯片手册,用于ZigBee技术的IEEE 802.15.4协议的2.4GHz通信应用(CC2530-in Chinese)
    2013-10-26 18:41:11下载
    积分:1
  • commtest0618
    一个串口设备调试工具 可以发送多个指令 解决串口死锁问题(A serial device can send a number of debugging tools for serial commands to solve deadlock problem)
    2009-07-01 15:45:34下载
    积分:1
  • get_pixel
    得到24位位图的一个点的颜色值 (Getting the RGB value of a point in a 24-bit image )
    2021-05-13 14:30:02下载
    积分:1
  • TimeTask
    该程序主要是可以定时启动应用程序,定时关机、重启、注销。。。 (The program is mainly to start the application time, time off, restart, log off. . .)
    2011-04-30 08:34:41下载
    积分:1
  • SynScanPort
    采用syn的扫描方式对一个网段的ip进行扫描,图形界面(Syn scan mode using a segment of ip scanning, graphical interface)
    2010-05-17 19:44:34下载
    积分:1
  • DarkShell
    DarkShell是一套远程控制DDOS攻击程序(VC++)(DarkShell DDOS attack is a remote control program (VC++))
    2011-09-19 09:31:59下载
    积分:1
  • VC_STK
    c++与STKX组件集成,用MFC完成,主要包括创建场景,新建卫星(c++ components integrated with STKX)
    2020-09-21 14:27:51下载
    积分:1
  • JYTJQL
    说明:  这是外汇活动中的一种 可以从多种货币的汇率差异中,获得利润(This is one of the foreign exchange activities that can be profited from the exchange rate differences of multiple currencies.)
    2019-01-01 05:37:39下载
    积分:1
  • stock
    股票 04正确的文档视 图滚屏程序(改)(04 stocks correct view documents Scroll Procedure (Reform))
    2008-06-27 21:56:15下载
    积分:1
  • DrawOfMemory
    DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:   int Mult:总共需要显示几类数据   int AllNum:每类数据总的数据量   int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...   COLORREF PenColor:每类数据的画笔的颜色   CWnd *pWnd:需要显示曲线的控件指针   还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values​ ​ , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined: int Mult: A total of several types of data to be displayed int AllNum: total amount of data for each type of data int Value []: an array of data values​ ​ , consisting of forms: Data 1 Data 2+ 3+ ...+ data COLORREF PenColor: brush color for each type of)
    2014-07-02 10:52:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载