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

搜索资源列表

  1. haiming

    0下载:
  2. 海明码的程序, 可以用这个程序来实现二进制数的校验,-Hamming code of procedure, this procedure can be used to achieve a number of binary check,
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1.58kb
    • 提供者:bear
  1. wkcom2

    0下载:
  2. 把文件直接通过串口以二进制形式发送出去,可以自己设置波特率-documents directly through the serial port to send out binary form, can set up their own baud rate
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:25.95kb
    • 提供者:刘永相
  1. GassianXY

    3下载:
  2. 利用二元域的高斯消元法得到输入矩阵H对应的生成矩阵G,同时返回与G满足mod(G*P ,2)=0的矩阵P,其中P 表示P的转置 使用方法:[P,G]=Gaussian(H,x),x=1 or 2,1表示G的左边为单位阵-binary domain PGE law input matrix corresponding to the formation of H matrix G, Meanwhile the return of mod meet with the G (G * P, 2) =
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1.48kb
    • 提供者:心海
  1. 2254816645

    0下载:
  2. 二进制浮点运算,用51汇编语言编写的,适合于51汇编语言的学习者-binary floating-point operations, and 51 written in assembly language, suitable for 51 assembly language learners
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:6.62kb
    • 提供者:bzw
  1. freetype-2.4.9.tar

    0下载:
  2. freetype-2.4.9.tar.gz 当前最新的freetype版本-Note that the binary comes from the freetype-2.4.9.tar.gz excellent MinGW distribution, which we highly recommend over Cygwin, if you don t need POSIX-compliance, in terms of ease of use and performance
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-09
    • 文件大小:1.91mb
    • 提供者:liu3zy
  1. kNanoXML

    0下载:
  2. 能够把二进制的字符流转变成xml格式的文件。用于p2p中-Binary characters are able to transfer the documents into xml format. For p2p in
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-29
    • 文件大小:10.79kb
    • 提供者:tom
  1. BLinkTree11

    0下载:
  2. 二叉树建立,建立文件库,这有利于信息查找-Binary tree to establish, document library, which is conducive to information discovery
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-07
    • 文件大小:304.55kb
    • 提供者:2010
  1. B_To_Hex

    0下载:
  2. 将二进制字符串表示成十六进制的一个函数,可以用于二进制数据采集,然后转换成串口能处理的十六进制数来转发-The binary string represented as a function of hex, binary data can be used to capture, then converted into the serial port can handle hexadecimal number to forward
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-04
    • 文件大小:1.74kb
    • 提供者:邹绍云
  1. convertidor

    0下载:
  2. this program decode a decimal number into binary and then it transforms it
  3. 所属分类:MiddleWare

    • 发布日期:2017-12-01
    • 文件大小:35.07kb
    • 提供者:carlosa
  1. arreglo-a

    0下载:
  2. this program decode a decimal number into binary and then it transforms it
  3. 所属分类:MiddleWare

    • 发布日期:2017-12-08
    • 文件大小:35.07kb
    • 提供者:carlosa
  1. dan

    0下载:
  2. // 堆排序 // 初始调用BuildMaxHeap将a[1..size]变成最大堆 // 因为数组最大元素在a[1],则可以通过将a[1]与a[size]互换达到正确位置 // 现在新的根元素破坏了最大堆的性质,所以调用MaxHeapify调整, // 使a[1..size-1]成为最大堆,a[1]又是a[1..size-1]中的最大元素, // 将a[1]与a[size-1]互换达到正确位置。 // 反复调用Heapify,使整个数组成从小到大排序。 // 注意:
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-20
    • 文件大小:1.06kb
    • 提供者:李子健
  1. yima

    0下载:
  2. 七段数码管的驱动程序,输入四位二进制码,输出七位数码管(低电平驱动)驱动代码-Segment digital tube driver, enter the four-bit binary code, the output of seven digital tube driver code
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-06
    • 文件大小:1.04mb
    • 提供者:风光
  1. Addin

    0下载:
  2. COM是开发软件组件的一种方法。组件实际上是一些小的二进制可执行程序,它们可以给应用程序,操作系统以及其他组件提供服务。开发自定义的COM组件就如同开发动态的,面向对象的API。多个COM对象可以连接起来形成应用程序或组件系统。并且组件可以在运行时刻,在不被重新链接或编译应用程序的情况下被卸下或替换掉,实现了一个vc里的插件。-COM is a method of developing software components. The components are actually a numb
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-08
    • 文件大小:149.57kb
    • 提供者:mr
  1. sort

    0下载:
  2. 各种实用的排序算法:插入排序,二分插入排序,希尔排序,快速排序,两路归并排序-Variety of practical sorting algorithms: insertion sort, binary insertion sort, shell sort, quick sort, two way merge sort ...
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-18
    • 文件大小:1.93kb
    • 提供者:秦进
  1. stacknode

    0下载:
  2. 栈这种数据结构是一个工具性的数据结构,通常被其它复杂数据结构所使用。比如实现二叉树的遍历的非递归算法。下面就用C++模板实现栈数据结构的一个较完整代码!在书本《数据结构(C语言版)--严慰明》提到栈可以用数组,也可以用链表实现,这里只用链表实现这一数据结构。-This data structure is a stack instrumental data structure is often used for other complex data structures. Such as a bi
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-02
    • 文件大小:2.22kb
    • 提供者:liyuyu
  1. daima5

    0下载:
  2. 将一个数的二进制代码中的某一位置1或清0,然后将其输出-A number of binary code in a particular position 1 or 0, then output
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-24
    • 文件大小:10.39kb
    • 提供者:耿秀云
  1. sjnd

    0下载:
  2. EDA的29进制计数器,采用quartus完成,学校实验经常用-EDA s 29 binary counter, using quartus complete, the school often experiment
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-02
    • 文件大小:565.45kb
    • 提供者:李华
  1. StrToInt

    0下载:
  2. 非常完整的不同进制字符转化为数据的解析代码 支持二,八,十,十六进制 1. 0b/0B开头为二进制,0bxxxxx,其中x为0或1 2. 0x/0X开头为十六提制数 3. 0 开头为八进制数 4. 1~9开头为十进制数-Very complete character into a different binary code data parsing Support two, eight, ten, hexadecimal 1. 0b/beginning 0B is b
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-14
    • 文件大小:2.69kb
    • 提供者:Luo
  1. Dec2bin

    0下载:
  2. 十进制数转换成二进制补码,并将结果写入txt。低通滤波器设计、多相滤波器组设计,并将系数写入txt或者coe文件,可用于FPGA设计-Decimal numbers into binary complement, and writes the result txt. Low-pass filter design, polyphase filter bank design, and coefficient writing or coe txt file that can be used for F
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-12
    • 文件大小:1.43kb
    • 提供者:连天
搜珍网 www.dssz.com