虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

inter-Chip

  • 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表

    用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。 在Keil C里仿真芯片选用的是华邦的W77E58,它有32k ROM, 256B on-chip RAM, 1K on-chip SRAM (用DPTR1指针寻址,相当于有1K的片上xdata)。条件有限,没有上片试验,仿真而已。 打算将其移植到AVR上,但CodeAVRC与IAR EC++在结构体、指针的定义使用上似乎与C51不太一样,现在还未搞定。还希望在这方面有经验的网友能给予指导。

    标签: embuffalo C51 com www

    上传时间: 2014-01-26

    上传用户:semi1981

  • ARM7硬件说明与开发 The ARM7 is a low-power, general purpose 32-bit RISC microprocessor macrocell for use i

    ARM7硬件说明与开发 The ARM7 is a low-power, general purpose 32-bit RISC microprocessor macrocell for use in application or customer-specific integrated circuts (ASICs or CSICs). Its simple, elegant and fully static design is particularly suitable for cost and power-sensitive applications. The ARM7’s small die size makes it ideal for integrating into a larger custom chip that could also contain RAM, ROM, logic, DSP and other cells.

    标签: ARM7 microprocessor low-power macrocell

    上传时间: 2013-12-17

    上传用户:3到15

  • · Develop clear, readable, well-documented and well-designed programs in the C Programming Language.

    · Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.

    标签: well-documented well-designed Programming Language

    上传时间: 2015-08-16

    上传用户:yuchunhai1990

  • linux下的SPI总线驱动程序

    linux下的SPI总线驱动程序,CPU是RTL的86系列,以legerity的SLIC chip为驱动对象。供大家参考。

    标签: linux SPI 总线 驱动程序

    上传时间: 2014-12-02

    上传用户:z1191176801

  • /* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command se

    /* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command sequence /* Erase_One_Sector Erase a sector of 2048 words /* Erase_One_Block Erase a block of 32K words /* Erase_Entire_Chip Erase the contents of the entire chip /* Program_One_Word Alter data in one word /* Program_One_Sector Alter data in 2048 word sector /* Program_One_Block Alter data in 32K word block

    标签: manufacturer Check_SST CFI_Query command

    上传时间: 2013-12-15

    上传用户:jjj0202

  • 20世纪90年代中期

    20世纪90年代中期,因使用ASIC实现芯片组受到启发,萌生应该将完整计算机所有不同的功能块一 次直接集成于一颗硅片上的想法。这种芯片,初始起名叫System on a Chip(SoC),直译的中文名是 系统级芯片

    标签:

    上传时间: 2014-12-20

    上传用户:牛布牛

  • This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs t

    This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs that interface systems on a chip working at different speeds. The connected systems can be either synchronous or asynchronous. The designs are then adapted to work between systems with very long interconnect delays, by migrating a single-clock solution by Carloni et al. (1999, 2000, and 2001) (for “latency-insensitive” protocols) to mixed-timing domains. The new designs can be made arbitrarily robust with regard to metastability and interface operating speeds. Initial simulations for both latency and throughput are promising.

    标签: mixed-timing low-latency interfaces first-out

    上传时间: 2015-10-08

    上传用户:dapangxie

  • This design package includes reference materials for creating a USB - PS/2 combination mouse that a

    This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design - schematic.pdf - mouse schematic Firmware Source Files src - chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants

    标签: combination materials reference creating

    上传时间: 2015-10-19

    上传用户:784533221

  • 方便的utf8

    方便的utf8,unicode,ansi互相转换的模板实现,范型编成,在VC++,GCC,Inter C++中测试通过,结合dnc_utf8.rar来使用

    标签: utf8

    上传时间: 2015-10-21

    上传用户:songrui

  • 使TypeList的生成线性化

    使TypeList的生成线性化,高级范型编程技术,请参考《C++程序设计新思维》,此程序不必像书中说的那样需要宏来生成TypeList,注意此程序依赖dnc_pp.rar.在VC++,GCC,Inter C++中测试通过

    标签: TypeList 线性

    上传时间: 2015-10-21

    上传用户:tianjinfan