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

搜索资源列表

  1. fx-3600p

    0下载:
  2. Fx-3600pv计算器是日本CASIO公司的产品,它除了具备函数型计算器的全部功能之外,还具备如下特殊功能: 1、二进制和八进制字组显示; 2、二进制、八进制、十进制和十六进制的转换和加、减、乘、除运算。 3、进行f(x)函数的输入与积分的计算; 4、进行标准差和回归计算。 每一台Fx-3600pv计算器都具备一本说明书,该计算器各部键的功能以及操作方法,只要认真按照说明书各章节学习,很快就能掌握和运用。现将我在生产实践中应用的部分计算程序介绍给测绘界的同行以便共同探讨。-
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8291
    • 提供者:jadehouse
  1. Project1

    1下载:
  2. This project requires you to write a program that imitates a simple desk calculator. Your calculator must be able to accept an infix expression which at least includes (, ), +, -, *, /, %, and ^ (exponentiation operator, a^b = ab ). If the expression
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:40492
    • 提供者:云从龙
  1. PyEmbedMFC_src

    1下载:
  2. Python语言嵌入到MFC的开发中,通过这个例子可以利用两种语言的优势开发程序-Many of you might have seen the numeric input fields in most commercial CAD and scientific applications that facilitate the user to write mathematical expressions. This is to allow the user to use the edit box
  3. 所属分类:其他小程序

    • 发布日期:2016-03-21
    • 文件大小:25928
    • 提供者:liulei
  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. matrix

    0下载:
  2. 实现一个稀疏矩阵运算器。以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构,实现两个矩阵相加、相减、相乘运算,运算结果要求以阵列形式输出。-The realization of a sparse matrix calculator. To line with the logic of the link information as the three groups, sparse matrix storage structure, the realization of two matri
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:9874
    • 提供者:hello
  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. PchChoose

    0下载:
  2. 条件选股。本程序是在原来的短线计算器基础所做的改进,根据设定条件从通达信的盘后日线数据中自动查找符合条件的股票,本人还发现一个规律,才条件选股中如果用“下跌外包”规则选出个股数量超过300个时,第二天大盘出现强势反弹的机会很大。(本人上传代码均为Fwr原创)-Selective conditions. This procedure is in the original short-term improvements made basic calculator, according to set
  3. 所属分类:Other windows programs

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

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

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

    0下载:
  2. It s simple line interpreteur which can to be used for make calculator or for inner use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:5700
    • 提供者:Hossein
  1. cal

    0下载:
  2. 实现双行显示的包括括号等功能的基于栈的四则混合运算计算器-To achieve double-line display functions, including brackets Four stack-based hybrid computing Calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1969093
    • 提供者:马鹏程
  1. no4

    0下载:
  2. 稀疏矩阵运算器:1、 以“带行逻辑连接信息”的三元组顺序表表示稀疏矩阵,矩阵的输入用三元组表示 2、 判断输入的两个矩阵是否符合运算要求,并 实现两个矩阵相加,相减或相乘运算 3、 以通常的阵列形式输出运算结果 -Sparse Matrix calculator: 1, to " take the logical connection information line" in the order of the table triples that sparse ma
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:47203
    • 提供者:cai
  1. 1234

    0下载:
  2. 数据结构课程设计:计算器,C++版的,可能有点小问题,改改就行!-Data Structure Course Design: Calculator, C++ version, may be a bit small problem, change change on the line!
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2138
    • 提供者:孙毅
  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. xdjsq

    0下载:
  2. 公母模斜度计算器,模具线割辅助工具用于计算五金冲压模的公母模共用之斜度。-Male and female mold slope calculator, mold line cutting aids metal stamping die used to calculate the share of male and female mold slope.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6962
    • 提供者:zhaiyujia
  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. 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. LineCalculator

    0下载:
  2. 统计一个文件夹及其子文件夹中代码(文本文件)的行数(Calculating total lines)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:R45G2B
« 12 »
搜珍网 www.dssz.com