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

搜索资源列表

  1. freechat_beta2e_tar

    0下载:
  2. C-C++源代码行数计算器\\SrcLines.zip-C-C source code line calculator \\ SrcLines.zip
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:86270
    • 提供者:李维
  1. Calculator

    0下载:
  2. Simple line-oriented calculator program. The class can also be used to create other calculator programs.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1526
    • 提供者:wendahe
  1. IR-2

    0下载:
  2. 红外遥控式简单计算器演示程序 * * 用红外遥控器做输入(适用新式遥控器) * * * * LCD1602显示方式: * LCD第一行显示:CALCULATOR * * LCD第二行显示:运算过程 * * * 主要功能: * 0-99两位数之间的加、减、乘、除整数运算-Simple calculator-style infrared remote control demo program** to do with infrared remot
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:30504
    • 提供者:简芝彬
  1. Calculator

    0下载:
  2. 一.设计思路: 1.界面设计 整个面板由4个面板组成, 第一个面板放置显示文本域以及清除按钮 panel1.setLayout(new FlowLayout()) panel1.add(bClear) panel1.add(XsArea) 第二个面板放置数字按钮及点按钮和等号按钮,采用GridLayout布局,4行3列 panel2.setLayout(new GridLayout(4,3)) panel2.add(b[i]) p
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:43112
    • 提供者:yu
  1. Calculator

    0下载:
  2. 计算器源码,实现了基本的计算和科学计算,基本智能,网上收集-Calculator source code, on-line collection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:32340
    • 提供者:紫鹰
  1. calc

    0下载:
  2. 自己写的一个命令行下的计算器,支持基本四则运算、三角函数、指数对数等运算。详细说明在程序中。-Wrote it myself under a command-line calculator to support four basic operations, trigonometric functions, the index of the number of computing. To elaborate on the process.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:192935
    • 提供者:AmaF
  1. Calculator

    0下载:
  2. [原创]SWT做的计算器,部分代码来自IBM DW。 可以从Eclipse导入本文件夹为Calculator项目,需要导入swt-3.5.2-win32-win32-x86.zip,Calculator.jar是打包后的程序,可以直接双击运行。 功能: 1.二进制,八进制,十进制,十六进制转换及加减乘除、求倒数、平方、开方运算(非十进制模式下只支持整数运算,且不支持求倒数、平方、开方运算); 2.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:7022316
    • 提供者:cracode
  1. multicalculator.tar

    0下载:
  2. A command-line calculator that supports bases 2 to 8,Function Inputs: number of command-line arguments command-line arguments: base=b num1 op num2 where b can be 2 to 8 and op is one of +-x/ and PDL is included.- A command-line calculator
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:117618
    • 提供者:sanmao
  1. calculator_by_kuffin.tar

    0下载:
  2. 我是个C语言的初学者,于是就用C写了个基于命令行的计算器程序,主要是利用“栈”来实现加减乘除及括号之间的优先级问题,程序还不完善,希望大家多提意见。-I am a C language for beginners, so he wrote a used C-based command line calculator program, mainly the use of " stack" to achieve the addition, subtraction and priority issu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2870
    • 提供者:谢卫蓉
  1. Calculate

    0下载:
  2. 用c 实现的一个命令行的计算器,包含+,-,*,/,有负号,小数点,多位,并且可以加入绝对值,这个有点挑战性,这是我比较自豪的一点(大言不惭啊)。-C achieved by a command line calculator, including+,-,*,/, negative numbers, decimal point, a number, and the absolute value can be added to this a bit challenging, I am rather
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:404076
    • 提供者:
  1. calculator

    0下载:
  2. 1.选择任意方法完成简单计算器的设计任务,最终输出计算器计算的结果。 写出算术表达式的符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。此处上传的实现的原理。-1 Select any way to complete a simple calculator design task, the final output of calculator results. Write arithmetic expressions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1806
    • 提供者:文涛
  1. Calculator

    0下载:
  2. 一个计算器的java程序每一行都进行了注释便于大家阅读和学习-A calculator for a java program notes for each line you read and easy to learn
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2079
    • 提供者:snoopy
  1. 9simple-calculator

    0下载:
  2. java采用面向对象编程方法实现一个简单的计算器,完成两个整数的加、减、乘、除运算。参与运算的两个整数及运算符从命令行参数传入。-Java programming method by using object oriented implement a simple calculator, finish two integer of add, subtract, multiply and divide operations. Participate in the operation two int
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1462
    • 提供者:伊君
  1. bcalc-(2)

    0下载:
  2. basic command-line calculator for addition, subtraction, multiplication and division similar to a bc in linux
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6465
    • 提供者:yogesh
  1. Calculator

    0下载:
  2. 小型计算器,使用SWT开发,具有加、减、乘、除、求余的功能,双行显示,界面友好!-Small calculator using the SWT development has added, subtract, multiply, divide, seeking more than the function, two-line display, friendly interface!
  3. 所属分类:Applet

    • 发布日期:2017-11-30
    • 文件大小:15943424
    • 提供者:刘志
  1. Simple-calculator

    0下载:
  2. 简单计算器 java基于对象的编程更符合人的思维模式,使人们更容易编写程序。-Simple calculator java object-based programming model more in line with people' s thinking, making it easier to write programs.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-27
    • 文件大小:11543
    • 提供者:原笑尘
  1. calculator

    0下载:
  2. VB程序设计技巧---计算器,设计一个可以进行四则运算的简单计算器。该计算器除了可以进行加、减、乘、除、求模(取余)等简单的四则运算外,还要求可以进行四则混合连算,并具有符合计算器日常使用习惯的容错纠错功能。-VB programming skills--- calculator, design a simple calculator can perform four operations. In addition to the calculator can add, subtract, mul
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2479
    • 提供者:滕雪莲
  1. TXLine

    0下载:
  2. TX-LINE: Transmission Line Calculator Analysis and Synthesis of Transmission Lines. Windows-based interactive transmission line calculator for the analysis and synthesis of transmission line structures
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:516867
    • 提供者:Dileepsetty
  1. parse_formula

    0下载:
  2. 小的命令行计算器,并包含有部分变量运算。-Small command line calculator, and includes some variable calculation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:77130
    • 提供者:zongze
  1. OC-Calculator

    0下载:
  2. OC写的一个关于三角函数的计算器功能 关于分类以及协议, Programming in OC书上的 chapter11中的第四题-The functions sin(), cos(), and tan() are part of the C Standard Library (as scanf () is). These functions are declared in the system header file math.h, which is automatically impo
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-30
    • 文件大小:153812
    • 提供者:徐传佳
« 12 3 4 »
搜珍网 www.dssz.com