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

搜索资源列表

  1. a

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

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

    1下载:
  2. 整数位运算及二进制显示。指定整数类型(byte,short,char,int)输入若干整数,选择位运算(&、|、^),显示位运算结果及整数二进制形式-The integer bitwise operations and binary display. Specified integer types (byte, short, char, int) Enter the number of integer bit arithmetic (& , |, ^), showing the resul
  3. 所属分类:Algorithm

    • 发布日期:2015-11-13
    • 文件大小:1024
    • 提供者:邵小帅
  1. DUI0204HC_rvct_assembler_guide

    0下载:
  2. ARM汇编程序特点: l 所有运算处理都是发生通用寄存器(一般是R0~R14)的之中.所有存储器空间(如C语言变量的本质就是一个存储器空间上的几个BYTE).的值的处理,都是要传送到通用寄存器来完成.因此代码中大量看到LDR,STR指令来传送值. l ARM汇编语句中.当前语句很多时候要隐含的使用上一句的执行结果.而且上一句的执行结果,是放在CPSR寄存器里,(比如说进位,为0,为负…)-The ARM assembler FEATURES: l all arithmetic
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-16
    • 文件大小:1866542
    • 提供者:范权昌
  1. BST

    0下载:
  2. 用二叉链表实现二叉排序树的各个基本运算的算法,包括建表、查找,插入,删除,树的输出表示等-Binary sort tree binary list basic arithmetic algorithms, including the construction of the table, find, insert, delete, output representation of the tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:143868
    • 提供者:朱晓建
  1. Entropy-coding-source-program

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。  哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-05
    • 文件大小:18688499
    • 提供者:杨飞帆
  1. calculator

    0下载:
  2. 实现计算器的功能。主要功能要求如下: ⑴ 计算任意一个常量算术表达式的加法、减法、除法以及乘法。运算数可缺省为十进制的整数和小数,其它可选项为二进制,八进制和十六进制。 ⑵ 实现计算器的其它功能,如求对数,平方根等。 ⑶ 要求使用图形界面。人机界面友好。如用户输入错误在计算之前可以修改 -Achieve the function of the calculator. The main functional requirements are as follows: ⑴ calcul
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:11080428
    • 提供者:yongge
  1. WXZ

    0下载:
  2. 加法器是产生数的和的装置。加数和被加数为输入,和数与进位为输出的装置为半加器。若加数、被加数与低位的进位数为输入,而和数与进位为输出则为全加器。常用作计算机算术逻辑部件,执行逻辑操作、移位与指令调用。在电子学中,加法器是一种数位电路,其可进行数字的加法计算。在现代的电脑中,加法器存在于算术逻辑单元(ALU)之中。 加法器可以用来表示各种数值,如:BCD、加三码,主要的加法器是以二进制作运算。由于负数可用二的补数来表示,所以加减器也就不那么必要。-The adder is generated th
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:134957
    • 提供者:孙雅琴
  1. calculate

    0下载:
  2. JAVA开发,支持语音播报,快速键盘输入,自定义函数表达式,算术表达运算,多种运算结果,任意进制转换,分数运算,程序员模式,计算结果记录导出保存等功能!-JAVA development, support voice broadcast, fast keyboard input, computing, multiple computing results custom function expression, arithmetic expression, arbitrary binary con
  3. 所属分类:Games

    • 发布日期:
    • 文件大小:19265
    • 提供者:逆水之寒
  1. shujujiegou

    0下载:
  2. 数据结构实验,包含多个程序:二叉排序树,二叉树,哈夫曼编译码器,哈希表,马踏棋盘,魔王语言,树的遍历,双循环链表,顺序队列,图的遍历,一元稀疏多项式运算器,约瑟夫杯,折半查找,综合实验-Experimental data structure that contains more than one program: binary sort tree, binary tree, Huffman codec, hash tables, horse riding board, devil languag
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:75087
    • 提供者:高君
  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. Texpression

    0下载:
  2. 一个表达式和一棵二叉树之间存在着自然的对应关系,写一个程序,实现基于二叉树表示的算术表达式Expression的操作-An expression and a binary tree between there is a natural correspondence between write a program based on binary tree arithmetic expression Expression operation
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:2139
    • 提供者:艾超
  1. xingtaixuechuli

    0下载:
  2. 介绍了二值图像的几种函数处理操作,分别有膨胀操作,腐蚀操作,开运算、闭运算操作。-Introduced several functions of the binary image processing operations, expansion of operations, corrosion operation, operations, closing arithmetic operations.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:1239
    • 提供者:张文
  1. DialogBase

    0下载:
  2. ComboBox 整型四则运算器,VC++源码编写,同时可计算对两个10进制整数的10进制结果、16进制结果、2进制和8进制结果,也就是进行多种数制运算,自己写计算程序的时候灵感而发写的,让高手莫笑了。-The ComboBox integer the four arithmetic unit, prepared by the VC++ source, at the same time can be calculated to two decimal integer decimal, hexad
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:88256
    • 提供者:吴卫锋
  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. code

    0下载:
  2. 使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。 使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Use backtracking to solve the typical problems of algorithms: knight tour problem, n queens problem 0-1 knapsack problem. Use recursion and divide and conquer strategy to so
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:3720
    • 提供者:
  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 2 3 4 56 »
搜珍网 www.dssz.com