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

搜索资源列表

  1. Test1-folder-of-the-example-of-PIC18

    0下载:
  2. 1. Test1文件夹内的例子为《第2章 PICC18编程快速入门》中的例程。 -1. Test1 folder of the example of " Chapter 2 PICC18 Programming Quick Start" in the routine. 2. Chart-04, Chart-05, ... ..., Chart-16 respectively, Chapter 4, Chapter 5, ..., Chapter 16 in the routine, eac
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:122316
    • 提供者:wzq
  1. display

    0下载:
  2. 各种显示模块,包括4位LED,LED点阵6个16×16及液晶显示模块源码,经测试直接可用,keil编译,期望对大家有帮助。-A variety of display modules, including four LED, LED dot matrix 6 16 × 16 and LCD module source code, the test can be used directly, compiled by keil , expected to help everyone.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:10377
    • 提供者:程昱
  1. C

    0下载:
  2. C语言编程基础: 1、 十六进制表示字节0x5a:二进制为01011010B;0x6E为01101110。 2、 如果将一个16位二进数赋给一个8位的字节变量,则自动截断为低8位,而丢掉高8位。 3、 ++var表示对变量var先增一;var—表示对变量后减一。 4、 x |= 0x0f 表示为 x = x | 0x0f 5、 TMOD = ( TMOD & 0xf0 ) | 0x05 表示给变量TMOD的低四位赋值0x5,而不改变TMOD的高四位。 6、 While(
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:29297
    • 提供者:马家添
  1. 4816counter

    0下载:
  2. 这是一个模4、8、16的计数器,能很好的完成计数功能-4,8,16 This is a mode of counter, counting function can be well done
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:291218
    • 提供者:lenny
  1. clk_div2_4_8_16_32_64_128

    0下载:
  2. Divide by 2,4,8,16,32,64,128 clock divider
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:570
    • 提供者:kavya
  1. DBMM

    0下载:
  2. 单表密码 定义: 1、 明表: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2、 明文 they will arrive tomorrow 3、 密钥 K=Monday 4、 密码实现 1) 将明文与密钥转为数字串: K=(12,14,13,3,0,24)
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3702
    • 提供者:lss
  1. LCD

    0下载:
  2. assembly languange for LCD 16 x 4
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1134
    • 提供者:rizki
  1. led-character-dot-matrix-

    0下载:
  2. 本文详细介绍了基于51单片机的LED显示屏控制系统的显示原理,对16*16点阵汉字进行显示,显示屏由4个8*8的LED点阵模块组成一个16*16点阵LED。系统仿真利用PORTEUS仿真软件和KEIL软件的联调对LED点阵显示屏系统进行调试。-This paper describes the 51-based single-chip LED display control system shows the principle of the Chinese characters for 16* 1
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:365734
    • 提供者:周涛
  1. MAB5

    0下载:
  2. 汇编语言:将4位的16进制数字转换成10进制数-The 4-bit hexadecimal numbers into decimal
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:551
    • 提供者:alex
  1. LwIP

    1下载:
  2. 本文的章节安排是这样的:第2、3、4节对LwIP做一个总体上的描述,第5节是关于操作系统模拟层的内容,第6节是内存和缓冲区管理,第7节介绍LwIP网络接口抽象层,第8、9、10介绍IP、UDP、TCP协议的实现,第11、12节介绍如何与LwIP协议栈接口及LwIP提供的API,第13、14节将分析协议栈的实现,第15、16节提供LwIP API的参考手册,17、18节提供例子代码。-This chapter arrangement is like this: 2,3,4 LwIP do a se
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-01-22
    • 文件大小:443392
    • 提供者:zhangxiaojun
  1. WMF-T25-003-R010v07-IOT

    0下载:
  2. This document specifies the WiMAX Forum Inter-Operability Tests (MIOT) to certify compliance with the WiMAX Forum Mobile Certification Profile [2], the WiMAX Forum System Profile [3] and the WiMAX Forum PICS [4] for Wave 1 and Wave 2 Certification Te
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:2449570
    • 提供者:warrior
  1. B16TOBCD

    0下载:
  2. Binary To BCD Conversion Routine This routine converts a 16 Bit binary Number to a 5 Digit BCD Number. This routine is useful since PIC16C55 & PIC16C57 have two 8 bit ports and one 4 bit port ( total of 5 BCD digits) The 16 bit binary
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:848
    • 提供者:crispyhan
  1. jianpan

    0下载:
  2. 设计出4*4矩阵键盘对某一按键按下就在数码管显示一个数字。按键从左上角到右下角依次为1,2,…,16。-Design a 4* 4 matrix keyboard press of a button on the digital display a number. Order from left to bottom right button 1, 2, ..., 16.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:25823
    • 提供者:
  1. Unit-conversion

    0下载:
  2. 可以进行常用长度单位距离换算。总共有19个单位(1、阿米 2、飞米 3、皮米 4、纳米 5、微米 6、毫米 7、厘米 8、分米 9、米 10千米 11、寸 12、尺 13、丈 14、里 15、英寸 16、英尺 17、码 18、英里 19、海里)-Length can be used from the conversion unit. A total of 19 units (1, Ami 2, flying m 3, picometer 4, 5 nanometers, microns 6, 7
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1067
    • 提供者:AA
  1. adpcm

    0下载:
  2. 用ADPCM算法将语音文件(.wav格式)的16位数据压缩成4位数据的程序,还有将4位压缩后的数据解压成语音文件-ADPCM encoder and decoder
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-23
    • 文件大小:3574
    • 提供者:jerry
  1. MIPS-Parts

    0下载:
  2. // * Data Memory and IO: This is the data memory, and some IO hardware // * 8x16 register file: eight 16-bit registers // * 16-bit ALU // * 2:1 16-bit Multiplexer // * Sign extender from 7 to 16 bits // * 4:1 16-bit Multiplexer-// * Data Me
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:2336
    • 提供者:Billy Bob
  1. 1664(test)-1

    0下载:
  2. 16*64点阵+2个74ls138+8个74hc595+8个4953显示4个汉字从上到下扫描显示。-16* 64+2 74ls138+8 a 74hc595+8 a 4953 show four characters from top to bottom scan.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:18370
    • 提供者:赵汝森
  1. LCD12864

    0下载:
  2. 带中文字库的128X64是一种具有4位/8位并行、2线或3线串行多种接口方式,内部含有国标一级、二级简体中文字库的点阵图形液晶显示模块;其显示分辨率为128×64, 内置8192个16*16点汉字,和128个16*8点ASCII字符集.利用该模块灵活的接口方式和简单、方便的操作指令,可构成全中文人机交互图形界面。-128X64 with Chinese font is a kind of 4/8 bit parallel, 2 or 3-wire serial interface to a va
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:28451
    • 提供者:qianqinpeng
  1. tinygc-2_6

    0下载:
  2. TinGC是一简单的垃圾回收程序,类似于GC.collect()函数。其实著名的BDWGC的一个API应用,是在其基础上进行开发的工程。 TinGC是一个完整的工程,也可以加入其他的程序作为内存、指针等得回收工作。-TinyGC is an independent implementation of the API of the well-known Boehm-Demers-Weiser Conservative GC ("BDWGC" or "BoehmGC" for short).Ti
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:42848
    • 提供者:xiang haibo
  1. HouseInfoSystem

    0下载:
  2. 新房房产信息网:基于ASP系列开发,此次发布的3.0版本可以搭建大型房产门户平台,适合于2次开发,系统代码具有执行效率高、代码简单、安全性高等特点,一下为3.0版本的心功能一览: 1,站点架构优化,取消家居和二手频道,新增房价(小区)频道; 2,主站前台、后台、会员中心CSS和页面全部重写; 3,优化前台搜索体验,搜索更加方便直观; 4,后台集成HTML静态插件,可生成静态,也可不生成静态; 5,会员中心集成支付宝在线支付功能; 6,新增房源订制功能,可以直接在前台
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-24
    • 文件大小:7902451
    • 提供者:李明
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com