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

搜索资源列表

  1. 十进制四则运算器

    0下载:
  2. 题目内容:在以二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。主要功能:实现整数浮点数的四则运算。-topic : expressed in a binary tree arithmetic expressions on the basis of the design of a four decimal computing calculator. The main functions : to achieve integral float the four operations.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5321
    • 提供者:lucky100
  1. Expreesion

    1下载:
  2. 一个表达式和一棵二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树表示的算术表达式Expression的操作。 【基本要求】 【一】【必做部分】 假设算术表达式Expression内可以含有变量(a-z),常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。实现以下操作: (1)ReadExpr(E)――以字符序列的形式输入语法正确的前缀表达式并构造表达式E。 (2)WriteExpr(E)――用带括号的中缀表达式输出表达式E。 (3)Assign(V,c
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-19
    • 文件大小:250880
    • 提供者:snake
  1. calc

    1下载:
  2. 一个简单的科学计算器,用vc6.0编的,不仅有简单的十进制四则运算,包括平方、取模等高级运数,还有角度和弧度的三角函数计算,还有二进制、八进制、十六进制的计算。-A simple scientific calculator, using vc6.0 made, not just a simple decimal arithmetic, including the square modulus, such as the number of senior transportation, as wel
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:64696
    • 提供者:lyf
  1. LongestPiece

    0下载:
  2. 这是一个对于输入的任意长度的二进制数输出其最长0连续序列个数和最长1连续序列个数的算法程序-This is a arithmetic that for each binary number you input can output it s longest sequence number of 1 and sequence number of 0.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1334
    • 提供者:
  1. BigInt

    0下载:
  2. 大整数(可高效计算数万位整数)四则运算的实现,采用了高效的9位并行计算。除法的实现更是采用了高效的二分试商-Large integer (which can be tens of thousands of high-performance computing-bit integer) arithmetic to achieve efficient use of parallel computing 9. The division is the adoption of a more efficie
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1650
    • 提供者:Harder
  1. MySource

    2下载:
  2. 1)设定字节型变量VAR1的内容为35H,编写程序将VAR1的高4位与低4位分离,分别作为低4位保存在RES1和RES2中,这两个变量高4位置0。 2)设定32位(二进制)数据0E2597455H(注:最高位为E)保存在变量VAR2中,将该变量中的内容算术左移2位,所得结果仍然保存在VAR2中-1) Set the contents of byte variable VAR1 is 35H, the preparation of the program will VAR1 high 4
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:372232
    • 提供者:liujianye
  1. stack

    0下载:
  2. 这个程序是数据结构(C语言描述)中的小程序,主要涉及的知识点为栈的概念及运算,此程序涉及到栈的五种基本运算。实现的功能是加减乘除四则运算,结果为双进度,最终结果可以转换成二进制、八进制、十六进制。是学习数据结构c栈知识的有效程序。-This program is a data structure (C language to describe) in the small programs, mainly related to the concept of knowledge points to
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:2095
    • 提供者:向云洲
  1. Calculator

    0下载:
  2. VC平台上编写的计算器,能够通过键盘或者界面按键输入数字和进行相关操作;除了简单的运算,还可以进行二进制、十进制、十六进制的运算,不同进制之间的转换-VC platform prepared by the calculator, can be input via keyboard or interface key figures and associated operations in addition to simple arithmetic, it can be binary, decim
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:41159
    • 提供者:陈昊杭
  1. bc

    0下载:
  2. c语言实现的简单二进制算术编码器 数据压缩作业~-c language of the simple binary arithmetic encoder data compression job ~
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:12565
    • 提供者:damien
  1. Transform

    0下载:
  2. 本程序实现将十进制转换成二进制,并可进行简单的四则运算和二进制的“与”\“或”运算。程序未经严格的测试。-Implementation of the program will convert binary decimal, and simple arithmetic, and binary " and" \ " or" operation. Without the rigorous testing procedures.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:5684
    • 提供者:Nick
  1. Arithmeticcoding

    0下载:
  2. 信息论课程中的算术编码程序,可以实现二进制信源的编码-Information theory courses in arithmetic coding process can achieve binary source coding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:8340
    • 提供者:安琪
  1. src

    0下载:
  2. In electronics, an adder or summer is a digital circuit that performs addition of numbers. In modern computers adders reside in the arithmetic logic unit (ALU) where other operations are performed. Although adders can be constructed for many numerica
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:545
    • 提供者:motti
  1. a

    0下载:
  2. 自适应算术编码,可计算输入为数字时的二进制码-Computable input adaptive arithmetic coding, the digital binary code
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:4813
    • 提供者:duqiuchen
  1. Arithmetically-Challenged

    0下载:
  2. 题意就是给你四个数,运用算术运算,找出它的所有可能值的连续最长的起始值和终了值,如果有想同的最大长度,输出较大的。-Challenge 24 is a popular mathematics game used in many grade schools. In each game, contestants are given a card with four positive integers i1, i2, i3, i4 on it, and the first one who can us
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:189968
    • 提供者:王璐婷
  1. stackPstringPlist

    0下载:
  2. 全面演示了数据结构-栈的六大应用,进制转换,括号匹配,行编辑,迷宫求解,表达式运算,其中包括线性表的实现与使用,字符串的实现与使用,栈的实现与使用-Comprehensive presentation of the data structure- Stack six applications, binary conversion, bracket matching, line editing, maze solving, arithmetic expressions, including lin
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:13490654
    • 提供者:王伟
  1. Calculator.cs

    0下载:
  2. 实现计算器加减乘除、进制切换、取余、取模,还有高级计算器的切换功能。-Achieve calculator arithmetic, binary switch, take the remainder, modulus, as well as advanced switching function calculator.
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:128490
    • 提供者:林斯基
  1. jisuanqi

    0下载:
  2. 十进制四则运算计算器,用户输入一串四则运算表达式,系统将其以二叉链表形式存储,并输出先序、中序和后序遍历的结点顺序,最后利用栈计算后缀表达式的值,输出运算结果。-Decimal four arithmetic calculator, the user enters a string of four arithmetic expressions, the system to be stored in the binary tree, and outputs the first sequence,
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:2625
    • 提供者:zs
  1. Arithmetic-coding

    0下载:
  2. 算术编码,实现对任意长度的二进制输出序列的编码-Arithmetic coding, to achieve arbitrary length coding sequence of binary output
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:700
    • 提供者:longmay chou
  1. Binary-tree-arithmetic-calculation

    0下载:
  2. 构建二叉树结构进行四则运算。在控制台程序中输入书写习惯的表达式(可以包含括号),程序首先遍历提取运算符号,分辨优先级,然后构造二叉树,对二叉树后序遍历,运算得到结果。 输出运算结果和遍历顺序。-Construction of the structure of four binary arithmetic. Enter the writing habits of expression in the console program (may contain parentheses), the pro
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1244188
    • 提供者:shenfei
  1. arithmetic

    0下载:
  2. binary coding and decoding(c# code for compress and decompress binary files)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1641472
    • 提供者:prostovanu2017
« 12 »
搜珍网 www.dssz.com