搜索资源列表
PinYin_InputMethod_C51
- 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
header
- 神龙卡中rm相关的结构体定义
buildPacketstruct
- 这是tftp协议的具体实现,包括协议帧的解析和安装,安装是用结构体实现的
ATPC_INSIDE_OUT(ARM-THUMB_Procedure_Call_Standard)
- 在arm编程的调试中经常碰到函数调用的规范问题,在函数调用中寄存器 的使用与分配是如何进行的,一个结构体是如何传递的,我们应该怎样写汇编函数才能符合函数调用的规范。这篇文章很好的阐释了这个问题。ATPCS(The ARM-THUMB Procedure Call Standard)的解释的ppt,容易懂,不要错过哦。
magicchip_t9py
- 与手机上使用功能相同的T9拼音输入法,包括标点,数字,大小字母等自由切,内部索引使用结构体,字库量大,包括全部的GB2132字库中的将近700个字。
1
- 模拟采用二级目录结构的磁盘文件系统的结构体源代码
TFT屏写汉字(ILI9325控制芯片)
- 这是TFT屏的写汉字程序,主要是自己用结构体建立字库和TFT屏(320*240 2.4寸)的初始化程序,单片机用的是C8051F020
用MSP430写的12864液晶的菜单程序
- 用MSP430写的12864液晶的菜单程序,运用了结构体,减小了程序大小,有五级菜单,This process is the menu of CRT of 12864,having five rands.
4-menu12864 实现12864 4级菜单功能
- 实现12864 4级菜单功能,结构体 状态机-Achieve 128,644-level menu functions, structures, state machines
Led
- DSP2812系列内外部资源头文件与源文件,包括宏定义和结构体说明-DSP2812 series of internal and external resource header and source files, including the descr iption of the macro definitions and structure
Vhdl1
- 具有异步清零、同位输入/输出的4位计数器的VHDL代码(包含一个实体和一个与之对应的结构体)-With asynchronous clear, with digital input/output 4-bit counter of the VHDL code (including an entity and a corresponding structure)
LCDcaidan
- lcd菜单显示程序,层级式菜单,主要式结构体的应用-lcd display program menu, the menu hierarchy
12864menu
- 12864液晶驱动库下实现的菜单程序,包括画图,反白的函数,结构体和函数指针实现菜单的转换。-12864 LCD driver library to achieve the menu under the procedures, including drawing, anti-white function, structure and function pointers to achieve the menu conversion.
C_underlying_operations
- C语言对底层操作的介绍,涉及到结构体,位移,内存管理等细节。-C language descr iption of the underlying operations, involving structure, displacement, memory management and other details.
mux21a
- 在VHDL结构体中用于描述逻辑功能和电路结构的语句分为顺序语句和并行语句两部分,顺序语句的执行方式十分类似于普通软件语言的程序执行方式,都是按照语句的前后排列方式顺序执行的。-VHDL structure in the body used to describe the logic function and circuit structure of the order of statements and expressions are divided into two parts in para
menupro
- //一个简单却实用的菜单程序 //如果编写简单的程序的话这个菜单函数就可以不用看了,但是当你编写到复杂的程序的时候就可能就会为人机界面和各个函数直接的连接而烦恼了,这个菜单函数就是用来解决这个问题,虽然没有UCGUI厉害,但是我觉得代码在2000行一下的话用起来还是不错的选择的.虽说简单但是用到了结构体大部分的知识了,希望c语言不太好的朋友自己补习一下好了. -//A simple but useful menu program// if a simple procedure to pr
fn
- 一个简单却实用的菜单程序 如果编写简单的程序的话这个菜单函数就可以不用看了,但是当你编写到复杂的程序的时候就可能就会为人机界面和各个函数直接的连接而烦恼了,这个菜单函数就是用来解决这个问题,虽然没有UCGUI厉害,但是我觉得代码在2000行一下的话用起来还是不错的选择的.虽说简单但是用到了结构体大部分的知识了,希望c语言不太好的朋友自己补习一下好了.-A simple but useful menu process if a simple procedure to prepare the m
LCD_menu
- 结构体编的菜单程序,经过调试,大家一起分享一下-The menu structure for the procedure, after testing and we can work together to share
PID
- 实现PID控制的函数,PID结构体参数有设定值,反馈值-A function of the realization of PID control, PID parameters are set the structure value, feedback value
pid
- 此为利用结构体做的PID程序,简单易懂,方便初学者学习。-This is done using the structure of the PID procedure, easy-to-understand, easy for beginners to learn.