搜索资源列表
integar to binary digital
- 一个将正整数转变成二进制数的代码,可以编译运行-to a positive integer into binary code, the compiler can run
patch.tar-0001
- Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp)
AnEasyProblem
- ACM试题An Easy Problem Descr iption As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which
LowestBit
- Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 88, w
Expreesion
- 一个表达式和一棵二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树表示的算术表达式Expression的操作。 【基本要求】 【一】【必做部分】 假设算术表达式Expression内可以含有变量(a-z),常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。实现以下操作: (1)ReadExpr(E)――以字符序列的形式输入语法正确的前缀表达式并构造表达式E。 (2)WriteExpr(E)――用带括号的中缀表达式输出表达式E。 (3)Assign(V,c
conversion(10and2)
- 十进制与二进制之间相互转换 正负数 整数与小数-Decimal and binary conversion between the number of positive and negative integers and decimals
BinarySearchTree
- 从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。注意:请采用动态存储方法保存这棵二叉排序树,事先并未知道该二叉排序树中的结点的个数。-Input from the keyboard on a string of positive integers, the last input-1 as an input symbol of the end. Such
Recursive
- 格雷码问题 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 设计求格雷码的递归算法并实现。 -Gray-code problem 1. Problem descr iption for a given positive integer n
subadd
- 一个四位二进制加/减运算器。 要求:当控制端G=0时做加运算,G=1时做减运算。用发光二极管表示运算结果的正、负。用数码管显示运算结果:加运算时,相加之和不超过15,减运算时,结果可正可负,但都用原码表示。-Plus a four binary/by calculator. Requirements: When the control terminal G = 0 when computing increases, G = 1 when computing reduced. Computin
RFID
- 一种改进的RFID二进制搜索防碰撞算法,基于二进制树的防碰撞算法研究-An improved anti-collision RFID binary search algorithm, binary tree-based anti-collision algorithm
HW1-1
- 一·数据定义及存储格式:(数据段定义不同数据演示) 数据在数据区的存储,DW、DB数据定义,十进制、二进制、B格式、H格式、BCD码、ASCII码, 正数、负数(补码)存储及汉字存储。 二·段地址与物理地址:数据段DS、ES、堆栈段SS、程序段CS 三·将数据区BUF1中前N个数,分别与数M相加,数据仍保存在原处。-Definition and a data storage format: (the definition of data different data pr
DEMO1-3
- 一·数据定义及存储格式:(数据段定义不同数据演示) 数据在数据区的存储,DW、DB数据定义,十进制、二进制、B格式、H格式、BCD码、ASCII码, 正数、负数(补码)存储及汉字存储。 二·段地址与物理地址:数据段DS、ES、堆栈段SS、程序段CS 三·将数据区BUF1中前N个数,分别与数M相加,数据仍保存在原处。-Definition and a data storage format: (the definition of data different data pr
11
- //Tom和Jack在玩一个数字游戏,对方随机报出一个四位正整数, //要求另外一方在1分钟内报出该数所对应的二进制数中最大的连续为1的位数数量。 //例如,Jack报出一个数29(11101),Tom应在1分钟之内报出3与之对应, //但Tom的数学较差,总是不能按时报出结果。你是Tom的好朋友,而且精通编程, //现在,Tom想请你为他写一段小程序来解决此问题。要求:输入一个正整数n(int类型), //输出该数所对应的二进制数中最大的连续为1的位数数量-//Tom an
1055fasdfasd
- Input 输入只有一行,包括两个正整数M, N (1<= M <= N <= 20),分别表示wlnwyyfc是第几个报数的和总的人数。 Output 从小到大顺序用二进制输出所有wlnwyyfc需要报的数字和需要略过的数字,每个数字一行。最大输出到11111111(2)。如果一个数字需要略过,在那一行输出"pass"(不包含引号)。 -Input input only a single line, including two pos
BSTree
- 从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树要实现排序二叉树的插入。采取叶子插入法,即新插入的节点均为改二叉树的叶子节点,且满足中序有序性。-From the keyboard to enter a string of positive integers, the last input-1 as the input end of the sign. These are integer values as bin
dianzizhangwu
- 需求与功能分析 1、通过建立不同帐务信息实现对个人理财的简单管理,个人帐务数据是由帐务明细条目构成,其信息包括:序号,日期(年、月、日),收支项名称,收支类型(收入/支出),收支金额(正/负数表示收支),备注等。 2、数据保存形式: 所有个人帐务数据以二进制文件保存,并通过对二进制文件的保存和载入实现帐务信息的存储管理 3、界面功能要求: 1) 采用友好的字符界面,实现一个功能控制菜单。 2) 每次操作都从该菜单选择,利用循环结构使得一次运行程序可进行多次操作。 需要
Tree
- 数据结构经典实例,建立二叉排序树。从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。-Classic examples of data structures, to establish binary sort tree. Keyboard input from a string of positive integers, the last input-1
exercise
- (实习题) 从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。注意:请采用动态存储方法保存这棵二叉排序树,事先并未知道该二叉排序树中的结点的个数。 2、 (作业题) 已知一棵排序二叉树,树中结点的形式为: data info left right 其中,data 给出结点的数据场,info 给出本结点的左
float2bin
- 十进制转二进制,正负数、补码、浮点均可,非常强大-Decimal to binary, positive and negative numbers, complement, floating point can be
Binary-Image-and-Image-Translation
- 利用“二值图像与原图像做点乘,得到子图像”的原理.,编写M程序,构造特殊的二值图像,最终得到需要的子图像。 编写M程序,实现图像的平移,要求两个平移量TX、TY可取正负值 。 -By using the principle of multiplying the binary image and the original image to get the sub-image, the M program is programmed to construct a special bina