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

搜索资源列表

  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. 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. bc

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

    • 发布日期:2017-04-03
    • 文件大小:12565
    • 提供者:damien
  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. 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. 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. 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. 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. 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. arithmetic

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

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