CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 7 bit

搜索资源列表

  1. Cnforums201

    0下载:
  2. 本系统是在asp版《在线文件管理器》的基础上设计制作,取其精华,弃其糟粕,功能更强,效率更高,具有以下特点: 1。采用三层结构开发,程序逻辑和用户界面彻底分离,可轻松换肤。 2。全部代码采用Ultra Edit编写,不使用任何可视化开发工具,精确控制代码流程,确保代码高效率运行。 3。自行开发自定义控件,不产生任何一丁点的HTML代码冗余。 4。尽可能的减少客户与服务器的交互,降低对服务器资源消耗,减少网络传输。 5。真正多用户系统,可分别为每个用户设置可管理的文件类型,目录等,上传的单个文件大
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6573790
    • 提供者:甘永祥
  1. FilesNet146102

    0下载:
  2. 本系统是在asp版《在线文件管理器》的基础上设计制作,取其精华,弃其糟粕,功能更强,效率更高,具有以下特点: 1。采用三层结构开发,程序逻辑和用户界面彻底分离,可轻松换肤。 2。全部代码采用Ultra Edit编写,不使用任何可视化开发工具,精确控制代码流程,确保代码高效率运行。 3。自行开发自定义控件,不产生任何一丁点的HTML代码冗余。 4。尽可能的减少客户与服务器的交互,降低对服务器资源消耗,减少网络传输。 5。真正多用户系统,可分别为每个用户设置可管理的文件类型,目录
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:337231
    • 提供者:李工
  1. TC35

    0下载:
  2. 中英文手机短信PDU编码(UCS2)解码(UCS2,7-Bit) C# 程序
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:38673
    • 提供者:zhouwenjin
  1. hanming

    0下载:
  2. (7,4)汉明码的编码程序,实现4位信息位后加三位监督位,组成(7,4) 汉明码,外加第三位附加位,组成8比特数据-(7,4) Hamming code encoding process, after the realization of four information bits plus three supervisory position, composition (7,4) Hamming code, plus the third additional bits, composed of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:270808
    • 提供者:刘雨
  1. Clock

    0下载:
  2. --1.实体和函数的定义 --2.自动计时部分 --3.设置调时时的四种状态:a.不调时,b.调时位,c.调分位,d.调秒位 --4.设置闪烁的位置,调哪部分,哪部分闪烁 --5.将该闪烁的部分执行闪烁命令 --6.调时间,小时,分钟,秒的调时进程 --7.用元件BCD把小时位,分钟位和秒位三部分连接在一起 --8.设置时区***该部分为选做,程序中已经注释掉*** --9.设置闹铃***该部分为选做,程序中暂时没写*** --10.设置7段数码管的显示位
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3718
    • 提供者:wvqyd
  1. CRC_74

    0下载:
  2. 实现(7,4)CRC的编码和译码,其中生成多项式可以在程序中改成所需要的。输入4位码,可以编码生成7位循环码。译码的情况限于至多错一位的情形。-To achieve (7,4) cyclic code encoding and decoding, which generate the polynomials can be changed in the program need. Enter 4 yards, you can generate 7-bit cyclic code encoding.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1161842
    • 提供者:tinstarwg
  1. rs232_3

    0下载:
  2. 为串口收发器以及汉明编码,将电脑通过串口发送的7位数据转化成汉明码显示于led上,或把接收到的11位汉明码解码并验错纠错-For the serial port transceiver, and Hamming codes, the computer through the serial port into 7-bit data displayed on the led on the Hamming code, or to receive the 11 Hamming code error co
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:472980
    • 提供者:chenzhimin
  1. 7bit

    0下载:
  2. 用于将ascii 7bit 编码转8bit,以及8 bit 转 7 bit-ascii change 7 bit code to 8bit ,8 bit code to 7 bit
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:6428
    • 提供者:周烨
  1. 20092221235242661580

    0下载:
  2. 大地坐标正反算。精度达到小数点后7位,能够实现角度十进位与六十进位换算,见面简单清晰。-Geodetic coordinates calculated positive and negative. 7-bit precision after the decimal point, decimal point can be achieved with sexagesimal conversion, to meet clear and simple.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:247615
    • 提供者:rono
  1. c51-test

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。-Communication protocols: 1 byte, MSB is 1 mark for the first 1 byte, 2 bytes, MSB
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:1216
    • 提供者:lsj
  1. BitTorrent_Last-version7.7

    0下载:
  2. Last version of bit-torrent 7.7
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:1316658
    • 提供者:ahmed
  1. 7

    0下载:
  2. 有一组16个数,分别统计负数、0、正数的个数,并将结果保存number area reset,data,readwrite source dcb 1,2,5,-6,-5,3,0,7,-9,0,0,5,12,-94,-3,55 number dcb 0,0,0 分别保存统计得到的 负数,0,正数的个数 对数据区进行64位结果累加操作 先对内存地址0x3000开始的100个字内存单元填入0x10000001~0x10000064字数据,然后将每个字单元进行64位累加
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:472356
    • 提供者:杜瑜瑜
  1. StringConvetor

    0下载:
  2. PDU短信7bit编码,用于GSM模块通过短信通信的时候.-String conversion:PDU message 7 bit coding for GSM module via text message communication.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2397243
    • 提供者:
  1. PRBS7_bit

    0下载:
  2. Generating 7-bit Pseudo random binary sequence for system identification -Generating 7-bit Pseudo random binary sequence for system identification (PRBS)
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:711
    • 提供者:Peter
  1. 7bit

    0下载:
  2. 用于将ascii 7bit 编码转8bit,以及8 bit 转 7 bit-ascii change 7 bit code to 8bit ,8 bit code to 7 bit
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:6556
    • 提供者:lu8391378
  1. 7.1-AddTwo

    0下载:
  2. An example bit of code written in C# (Example 2of10)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:21454
    • 提供者:Hydraorg
  1. Bit-arithmetic-operations-7

    0下载:
  2. C语言位运算操作 使二进制数特定位翻转、将输入的数左移两位并输出 等,共有7个327 -Bit arithmetic operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2967
    • 提供者:王尼玛
  1. ECP2M50_PRBS_SERDES_DEMO

    0下载:
  2. DPRAM is used for one sequence of preamble data and 7-bit PRBS data is followed by the preamble and repeats. G8B10B mode is used. Reference Clock source is Y2(on board oscillator(100MHz)).-DPRAM is used for one sequence of preamble data and 7-bit
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:723557
    • 提供者:晨光
  1. SmsDecoder

    0下载:
  2. 中英文手机短信PDU编码(UCS2)解码(UCS2,7-Bit) C# 程序-In both English and Chinese SMS PDU encoding (UCS2) decoder (UCS2 ,7-Bit)-this is pdu
  3. 所属分类:.net

    • 发布日期:2017-12-11
    • 文件大小:4345
    • 提供者:刘纪闯
  1. 例程源代码

    0下载:
  2. 采用单片机技术实现多功能电子时钟。本设计应用AT89C51芯片作为核心,7位LED数码管显示,使用DS1302实时时钟(The multi function electronic clock is realized by using single chip computer technology. This design uses AT89C51 chip as the core, 7 bit LED digital tube display, use DS1302 real time cloc
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:38912
    • 提供者:lidajiad
« 12 3 4 5 6 »
搜珍网 www.dssz.com