搜索资源列表

  1. integar to binary digital

    0下载:
  2. 一个将正整数转变成二进制数的代码,可以编译运行-to a positive integer into binary code, the compiler can run
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22766
    • 提供者:周远
  1. patch.tar-0001

    0下载:
  2. 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
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13768
    • 提供者:ffllkk
  1. AnEasyProblem

    0下载:
  2. 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 t
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9443
    • 提供者:LY
  1. LowestBit

    0下载:
  2. 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 g
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:679
    • 提供者:shao
  1. integar to binary digital

    0下载:
  2. 一个将正整数转变成二进制数的代码,可以编译运行-to a positive integer into binary code, the compiler can run
  3. 所属分类:C#编程

    • 发布日期:2024-05-26
    • 文件大小:22528
    • 提供者:周远
  1. patch.tar-0001

    0下载:
  2. 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
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-26
    • 文件大小:13312
    • 提供者:ffllkk
  1. binary-trans

    0下载:
  2. 一个二值化的简单工程,初学者可以参考,真的不错哦-a value of two simple, beginners can refer to, oh really good
  3. 所属分类:图形图象

    • 发布日期:2024-05-26
    • 文件大小:2899968
    • 提供者:wang
  1. AnEasyProblem

    0下载:
  2. 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 t
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-26
    • 文件大小:234496
    • 提供者:LY
  1. LowestBit

    0下载:
  2. 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 g
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:shao
  1. binarytree

    0下载:
  2. 以输入的正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树-To enter the positive integer value as a binary sort tree nodes in the data field
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-26
    • 文件大小:10240
    • 提供者:cynthiasong
  1. gray

    0下载:
  2. 格雷码生成 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 -Gray code generated for a given positive integer n, Gray code to meet the following conditions of a co
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:Rei
  1. de2bi

    0下载:
  2. 转换10进制数为二进制数。 % B = DE2BI(D) 转换正整数向量D成二进制矩阵B。 二进制矩阵B的每一行表示十进制向量D中相应的数。 B = DE2BI(D, N) 转换正整数向量D成二进制矩阵B,-Conversion of 10 hexadecimal for binary number. B = DE2BI (D) positive integer conversion into a binary vect
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:王云
  1. conversion(10and2)

    0下载:
  2. 十进制与二进制之间相互转换 正负数 整数与小数-Decimal and binary conversion between the number of positive and negative integers and decimals
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:270336
    • 提供者:ze
  1. BinarySearchTree

    0下载:
  2. 从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。注意:请采用动态存储方法保存这棵二叉排序树,事先并未知道该二叉排序树中的结点的个数。-Input from the keyboard on a string of positive integers, the last input-1 as an
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-26
    • 文件大小:237568
    • 提供者:syuanying
  1. Recursive

    0下载:
  2. 格雷码问题 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 设计求格雷码的递归算法并实现。 -Gray-code problem 1. Problem descr iption
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:1746944
    • 提供者:刘珊珊
  1. subadd

    0下载:
  2. 一个四位二进制加/减运算器。 要求:当控制端G=0时做加运算,G=1时做减运算。用发光二极管表示运算结果的正、负。用数码管显示运算结果:加运算时,相加之和不超过15,减运算时,结果可正可负,但都用原码表示。-Plus a four binary/by calculator. Requirements: When the control terminal G = 0 when computing increases, G = 1 wh
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-26
    • 文件大小:224256
    • 提供者:张三
  1. RFID

    0下载:
  2. 一种改进的RFID二进制搜索防碰撞算法,基于二进制树的防碰撞算法研究-An improved anti-collision RFID binary search algorithm, binary tree-based anti-collision algorithm
  3. 所属分类:RFID编程

    • 发布日期:2024-05-26
    • 文件大小:167936
    • 提供者:李伟
  1. HW1-1

    0下载:
  2. 一·数据定义及存储格式:(数据段定义不同数据演示) 数据在数据区的存储,DW、DB数据定义,十进制、二进制、B格式、H格式、BCD码、ASCII码, 正数、负数(补码)存储及汉字存储。 二·段地址与物理地址:数据段DS、ES、堆栈段SS、程序段CS 三·将数据区BUF1中前N个数,分别与数M相加,数据仍保存在原处。-Definition and a data storage format: (the defini
  3. 所属分类:汇编语言

    • 发布日期:2024-05-26
    • 文件大小:2048
    • 提供者:bob
  1. float2bin

    0下载:
  2. 十进制转二进制,正负数、补码、浮点均可,非常强大-Decimal to binary, positive and negative numbers, complement, floating point can be
  3. 所属分类:其他小程序

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:ftj
  1. Binary-Image-and-Image-Translation

    0下载:
  2. 利用“二值图像与原图像做点乘,得到子图像”的原理.,编写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 programm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:1155072
    • 提供者:carrie
« 12 3 »

源码中国 www.ymcn.org