CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - capacity

搜索资源列表

  1. 200475105355

    0下载:
  2. cygnal的c8051f的超大容量flash存储扩展-of the super-capacity flash memory expansion
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:67159
    • 提供者:覃莉
  1. 大容量FLASH存储器29C040的C51读写程序

    1下载:
  2. 大容量FLASH存储器29C040的C51读写程序 -large-capacity flash memory reader 29C040 the procedures C51
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1164
    • 提供者:崔敬军
  1. s3cev40

    0下载:
  2. AT29C040在单片机中的应用不仅能使用户快速地实现所需功能,而且电擦除的方式为程序和数据的存储和更新提供了方便,随着闪速存储器器件朝着容量越来越大、工作电压越来越低、支持共同的接口标准的方向发展,闪速存储器硬件接口和软件设计将越来越容易。 -AT29C040 in MCU that the application enables users to quickly achieve the required functions, but also -- in the form of erasur
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:783083
    • 提供者:上面的
  1. mm36sb020-a2

    0下载:
  2. 非常好用的大容量EEPROM存储器,带2线或3线SPI接口,带128字节高速缓存。-very handy, large capacity EEPROM memory, with two lines or three-wire SPI interface, with 128 byte cache.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:187827
    • 提供者:dh
  1. 一个多用户多级目录结构文件系统设计与实现

    2下载:
  2. 课程设计的环境是Linux 操作系统。 设计时可利用Linux 提供的文件管理的功能调用,建立一个模拟的文件系统。基本思想是,在Linux 系统中创建一个较大容量的文件,作为所设计的文件系统的“文件卷”,并利用Linux 系统的功能调用,编写各程序模块。-curriculum design environment is the Linux operating system. The design can use Linux for the document management function
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:55964
    • 提供者:小生
  1. uart1

    1下载:
  2. 使用DSP软件实现UART功能.一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了 MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据存储器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-use DSP software UART functions. General textbooks UART transce
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:5657
    • 提供者:张倩
  1. MultiTask-OS

    0下载:
  2. mcu 单片机环境的多任务操作系统的例子,由 C 语言开发,代码容量较小,4KB . 可以与 uC/OS 竞比。-mcu SCM environment to the multi-task operating system examples, from C-language development, code of smaller capacity, 4KB. with uC / OS than competing.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3953
    • 提供者:于先生
  1. nucleus _telnet

    1下载:
  2. 嵌入式操作系统Nucleus Plus下的telnet客户端程序。Nucleus Plus据说是国内装机量最大的RTOS(比Vxworks还多),本源码已经过严格测试,在数以万计的机器上正在运行。-Embedded Operating System Nucleus Plus the telnet client. Nucleus Plus is said to be the largest domestic capacity of RTOS (more than Vxworks) the sour
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:65666
    • 提供者:马克
  1. AT29 Flash编程资料与源代码

    0下载:
  2. AT29系列大容量 Flash编程资料与源代码。-AT29 series of large-capacity Flash programming information with the source code.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:121562
    • 提供者:汤宇浩
  1. 51ext_cpld

    0下载:
  2. 51单片机系统扩展超大容量存储器接口设计的cpld源码。-51 MCU expansion of super-capacity memory interface design cpld source.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:56930
    • 提供者:曾卫华
  1. c51jing

    0下载:
  2. 实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4074
    • 提供者:jy
  1. Philips_1581

    0下载:
  2. ISP1581设计的大容量存储器固件程序。 包含以下文件: d14.h i2c.c i2c.h init.c intrpt.c kernel.c -ISP 1581 designed large capacity memory firmware procedures. Include the following documents : d14.h i2c.c i2c.h init.c intrpt.c kernel.c
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:30076
    • 提供者:江辉
  1. 72K_CODE_IN_SST_MCU.ZIP

    0下载:
  2. 一种用SST89系列单片机的用户程序存储量达到72K的方法,开发大的系统时,工程师就不用想法设法将代码空间缩小到64K之内了.-Series MCU user program storage capacity of 72 KB, the development of large systems, engineers would not have thought to be reduced to code space within the 64K.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:128909
    • 提供者:tianboyun
  1. app_large_screen_usb2[1].9_mp3

    0下载:
  2. 网上下载的大容量MP3制作资料,包括原理图和PCB,不过是PDF格式的-downloading the large-capacity MP3 production of information, including schematics and PCB, but it is in PDF format
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:462307
    • 提供者:张锡良
  1. 200632114513819649

    0下载:
  2. 转载别人的作为下载源,自己暂时还没有这样的能力-reproduced as others download the source of their temporary absence of such capacity
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:924503
    • 提供者:谭剑
  1. C51_I2C

    0下载:
  2. 小容量单片机系统的C语言程序结构,极其好用-small capacity SCM System C language program structure, very handy
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1194
    • 提供者:
  1. SDRAM-capacity-adjustmen

    0下载:
  2. WINCE下SDRAM容量调整,内含修改说明及示例代码-Under the WINCE SDRAM capacity adjustment
  3. 所属分类:Windows CE

    • 发布日期:2017-03-27
    • 文件大小:10590
    • 提供者:郭昌飞
  1. MPS430-capacity-keytouch-pannel

    0下载:
  2. 三星MPS430电容屏触摸按键程序源代码-SUMSUNG MPS430 capacity touch
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:311431
    • 提供者:郭维芬
  1. capacity-car

    0下载:
  2. 基于51单片机控制的智能小车,实现自动抓取货物,循迹行进,自动卸货物的功能-Based on 51 singlechip control capacity car
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:16577
    • 提供者:eric
  1. atmeag8-battery-capacity-test

    0下载:
  2. 基于ATM eag8设计的电池容量测试仪,软件为C语言,硬件为AD格式.-Based on the ATM eag8 design of the battery capacity tester, the software for the C language, the hardware for the AD format.
  3. 所属分类:SCM

    • 发布日期:2017-12-12
    • 文件大小:501762
    • 提供者:xuly
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com