搜索资源列表
集中探讨C指针的文章--我眼中的指针
- 集中探讨C指针的文章--我眼中的指针,可以参考。-focused on the C pointer articles -- I see as a pointer, they can refer to.
用C51实现单片机的中文输入法
- 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 -Pinyin input method disappear with the function : * unsigned char code py_ime (unsigned char input_py_val []) input_py_va
c51pyshurufa
- 一个用C51实现单片机的中文输入法,拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针,反回值为中文的起始地址,当为0时,杳询失败 -a C51 with the Chinese input method, Pinyin input method disappear with the function : * unsigned char code
EepromMultiWR1912
- SPI接口EEPROM驱动 EEPROMWRITE(绝对地址,数组指针,数据长度) //多字节写 EEPROMREAD(绝对地址,数组指针,数据长度) //多字节读 EEPROMWRITE(绝对地址,数据) //单字节写 (char)数据=EEPROMREAD(绝对地址) //单字节读-SPI EEPROM Driver EEPROMWRIT E (absolute address, the array pointer, data length) / / multi-byte
key_poiter_program
- 用指针函数实现最快最简单的按键控制程序。 // 按键的四种不同工作状态对应的函数指针对照表,每三字节对应一个按键 // 每一项包含三个字节,分别代表按键码,键盘状态,对应处理程序编号 // 本表对应于日常操作,不是修改状态-function pointer to achieve the quickest and most simple keypad control procedures. / / Button four different working conditions cor
bujindianjizhishi
- 本程序是C语言编写的,由 步进电机驱动的指针式温度表,反应灵敏,指示精确.-this process is the preparation of the C language from the stepper motor-driven pointer thermometer responsive, precise instructions.
pingyinshuru
- 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例:-Pinyin input method is unable to exercise functions : unsigned char code py_ime * (unsigned char inpu t_py_val []) inp
slist
- 1、链接存储方法 链接方式存储的线性表简称为链表(Linked List)。 链表的具体存储表示为: ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的,也可以是不连续的) ② 链表中结点的逻辑次序和物理次序不一定相同。为了能正确表示结点间的逻辑关系,在存储每个结点值的同时,还必须存储指示其后继结点的地址(或位置)信息(称为指针(pointer)或链(link)) 注意: 链式存储是最常用的存储方式之一,它不仅可用来表示线性表,而且
车载电话手柄程序备份
- 我自己做的一个手柄机的程序,与ARM平台想连接的,请大家指针。-I do handle a machine procedures, and the ARM platform to connect, please pointer.
ucFS正版源代码
- 啥也不说了,请看代码示例 File : fat_dir.c FS_DIR *FS__fat_opendir(const char *pDirName, FS_DIR *pDir) { FS_size_t len FS_u32 unit FS_u32 dstart ....... FS_u32 dsize FS_i32 i char realname[12] char *filename if (!pDir) { return 0 /* No valid pointer to a FS_DIR s
51ucos2
- 大模式运行速度快很多,这将有利于提高系统 的速度。 2 移植 我的移植程序主要侧重在结合 KeilC51 的特点,提高移植以后的代码的执行效率。主要 做以下几方面的优化: 2.1 将所有的外部变量的存储类型改为xdata 类型 由于程序中存在大量的外部变量,其中包括大型数组,所以无法在小模式下编译通过, 所以将所有的外部变量都申明为xdata 类型。 2.2 尽量使用指定存储类型的指针(memory-specific pointer)不使用一 般指针(generic point
pointer
- 很好的学习资料,对嵌入式的一些基本上设计很有帮助!-Good learning materials, basically the design of a number of embedded helpful!
pointer
- visual dsp++ pointer coding.
c-pointer-Detailed
- c指针详解!!!看完你对指针就可了如指掌了!-c pointer Detailed!!! can read you well aware of the pointer!
pointer-jump
- bootloader中检测试标志位决定启动哪个区域的代码 复制中断向量表并重新映射-pointer jump
array-pointer-control-LED
- 使用AT89S52单片机核心芯片,通过c语言编程,使用数组指针控制led-The use of AT89S52 microcontroller core chip, through the C programming language, using a pointer to an array of control LED
Pointer-state-machine
- 相对所谓的传统状态机编写方式来说,使用函数指针作为中间介质来进行间接调用的方式就是所谓的“指针法状态机”。 指针法状态机其本质与合作式调度器几乎就是同义词,或者说是调度器的一个“状态机”编程模式-Relative to write so-called traditional state machine approach, using a function pointer as an intermediate medium for indirect way is to invoke the s
the-size-of-pointer
- 简单c语言,自己编写的小程序。检测一个指针变量的大小。-ez c program,to know a pointer s size.
pointer-clock-by-PG12864LCD
- 基于PG12864的指针式电子钟的仿真 proteus仿真 keil开发环境C- a pointer type electronic clock by PG12864LCD proteus simulation keil c
Pointer electronic clock
- 利用STM32编写带指针的时钟程序,可移植(Use STM32 to write clock program with pointer, which can be transplanted)