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

搜索资源列表

  1. Calculator

    0下载:
  2. WinForm应用计算器程序,实现了基本运算与进制转换-WinForm application calculator program, to achieve the basic arithmetic and binary conversion
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:55872
    • 提供者:刘天一
  1. calculator

    0下载:
  2. Windows 计算器(能进行带括号的加减乘除,进制转换,语音,将结果打印成成中文大写)-Windows Calculator (can be bracketed arithmetic, binary conversion, voice, print the results into a Chinese uppercase)
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:2796720
    • 提供者:李丹
  1. calculating-machine

    0下载:
  2. 该源代码可以实现一个简易计算器!如可以实现就最基本的加减乘除的功能外,还能实现二进制,平方,开方,取余,阶乘等功能!是人们日常生活中必不可少的实用的办公软件!-The source code can achieve a simple calculator! As can be achieved on the basic arithmetic functions, but also to achieve binary, square, square root, take I, the factor
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-16
    • 文件大小:33408
    • 提供者:不想说
  1. calculater

    0下载:
  2. 基于c++的计算器。具有的功能有编辑基本操作(清零、退格),运算存储功能,不同进制之间的转换和操作,四则运算操作,三角函数的运算(角度、弧度),三角反函数的运算(角度、弧度)-Based c++ calculator. Editing functions with the basic operations (clear, backspace), computing storage, and conversion between different binary operations, arith
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4097992
    • 提供者:hjl
  1. chengxu

    0下载:
  2. 一、约瑟夫循环问题;二、一元多项式的运算;三、逆波兰表达式求值;四、杨辉三角显示;五、四则运算表达式求值;六、BST二叉树-First, Joseph circulation problems Second, one yuan polynomial arithmetic Third, reverse Polish expression evaluation Fourth, Pascal' s Triangle Show five, four arithmetic expressio
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:23741
    • 提供者:wangyiqiao
  1. calculator

    0下载:
  2. 一个用C#写成的简易计算器程序,除了简单地加减乘除功能外,还可进行开方、幂运算、 三角函数、十进制转二进制等功能,功能还是挺强大滴!-A C# written in simple calculator program, in addition to simple arithmetic functions, but also for prescribing, exponentiation, trigonometric functions, decimal binary transfer funct
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:50972
    • 提供者:周钟青
  1. proj_1_46_extend

    0下载:
  2. 用双向循环链表数据结构编程实现二进制四则运算-code in c++ to compute four arithmetic operation of binary
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2253
    • 提供者:许飞
  1. dy

    0下载:
  2. 本程序是在Microsoft Visual C++ 2010版本上编写的,用C语言编写,通过算术算法的编码思想,实现将输入的源代码通过算术编码转化为二进制编码,并输出 (1)本程序仅限于输入的源代码为0-9这十个数字构成的,可以是这十个符号中的任意个符号构成, (2)程序运行时需要输入要编码的原代码,源代码的个数不能超过十个 (3)输入完毕后即可显示经过编码后的二进制数-This procedure is written in Microsoft Visual C++ 2010 ve
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:209660
    • 提供者:disusu
  1. code

    0下载:
  2. 基于c++的二元信息论编码,包括霍夫曼编码,费诺编码,游程编码及算术编码-C++ based binary information on the coding, including Huffman coding, coding, run-length encoding and arithmetic coding
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:4680
    • 提供者:唐宇
  1. try4-smallercode-BEST---improvement

    0下载:
  2. Design a rithmetic-logic unit that performs one of the five operations of {Addition, subtraction, AND combination, OR combination and equality checking} over the two N-bit binary numbers based on the operator selection.-Design an arithmetic-logic
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1050
    • 提供者:mafa87
  1. bitreewww

    0下载:
  2. 二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。-The binary tree represents an arithmetic expression based on the design of a decimal four calculus calculator.
  3. 所属分类:CSharp

    • 发布日期:2017-12-13
    • 文件大小:182946
    • 提供者:魏倩
  1. grammatical analysis

    0下载:
  2. 对算术表达式进行词法和语法分析,思路:大体遵循着编译原理中提到的词法和语法分析步骤,即先对表达式进行区分为操作符或标志符,将其存放在符号表中,而后从符号表中识别符号类别和操作符优先级存放在二叉树中。(Analysis of lexical and syntax of arithmetic expressions: roughly follow the principle of compiling ideas mentioned in the lexical and syntax analysis
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:148480
    • 提供者:Dana_Jing
  1. 等差数列,二叉树等

    0下载:
  2. 等差数列,二叉树的操作,包括重构,序列化和反序列化,堆棋子(Arithmetic progression, two binary tree operations, including reconstruction, serialization and deserialization, heap pieces)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:皮诺曹
  1. 数据结构课程设计源代码

    0下载:
  2. 编写一个程序,通过前缀表达式来构造一个与之对应的算术表达式并存入二叉树中,通过中序遍历二叉树输出表达式及对其进行变量赋值,通过后序遍历二叉树计算表达式的值。(A program is written by prefix expression to construct an arithmetic expression corresponding to it and store it into two binary tree. Through traversing two fork tree out
  3. 所属分类:数据库编程

    • 发布日期:2018-04-21
    • 文件大小:156672
    • 提供者:alwaydie
« 1 2»
搜珍网 www.dssz.com