搜索资源列表
集中探讨C指针的文章--我眼中的指针
- 集中探讨C指针的文章--我眼中的指针,可以参考。-focused on the C pointer articles -- I see as a pointer, they can refer to.
C51FunctionPointer
- Keil C51下函数指针使用指南,即使是资深51工程师也可以看哦,收获不匪-Function pointer of Keil C51
yiweishumaguan
- 自己做的用指针做的移位数码管显示,完全原创-Do their own make shift with a pointer to digital control, completely original
C_point
- c和指针 PDF 电子版 C语言经典 软件开发必备-c and PDF electronic version of the C language pointer classic software development necessary
MU_0p_B.ZIP
- sample six branch pointer on xilinx
LCDok
- 可实现本菜单,同级菜单,子菜单,父菜单,本菜单所对应的菜单函数指针。-The menu can be realized, at the same level menu, submenu, the parent menu, the menu corresponding to the menu function pointer.
CustomCtrl1
- 对已建立的控件进(实例)行子类化 MiniGUI 的控件就是一类特殊的子窗口,所以它们也有自己的过程处理函数 typedef int (* WNDPROC) (HWND, int, WPARAM, LPARAM) 。这种方式的实现其实就是替换掉已经创建了的控件原来的过程出来函数。这个函数其实是每个控件结构体变量里一个函数指针所指向的。通过函数指针指向不同的处理函数就能实现控件的不同功能已经不同的属性。再配合上每个控件的实例数据(后面再说这个东东),是不是有点像面向对象的感觉了呢 ^_^。 -
pointer-jump
- bootloader中检测试标志位决定启动哪个区域的代码 复制中断向量表并重新映射-pointer jump
arrlist
- 用数组实现的FIFO,结构体封装。用一组函数,主要参数为结构体指针,实现了类似于C++中类的操作。可用于在ARM等嵌入式处理器中作为缓冲区使用。-Using array implementation FIFO, structure package. With a set of functions, the main parameters for the structure pointer, to achieve a similar C++ in class action. Can be used
wvwr
- Reference to various pointer techniques dummy
ucOS_II_IN_Keilc51
- ucOS_II移植到Keilc51小模式下简介,我的移植程序主要侧重在结合 KeilC51 的特点,提高移植以后的代码的执行效率。主要 做以下几方面的优化: 1、将所有的外部变量的存储类型改为xdata 类型; 2、尽量使用指定存储类型的指针(memory-specific pointer)不使用一 般指针(generic pointer); 3、任务堆栈结构设计。-ucOS_II Keilc51 transplanted to small mode profile, my
Array_und_Pointer
- Array and Pointer examples
shujupaixuchengxusheji
- 一批单字节无符号数,以R0为首地址指针,R2中位字节数,将这批数进行升序排列-A group of single-byte unsigned number, address pointer led to R0, R2 in the number of octets, the batch number in ascending order
offsetof
- 解析内核中的offset代码,通过结构体成员地址反获取结构体地址从而可以操控整个结构体,深化对指针的理解,有些面试题中也可能会遇到这种情况-翻译 关闭即时翻译 Parsing the offset code in the kernel, through the structural member address anti-obtain structural address which can manipulate the entire structure, deepen the unde