搜索资源列表
集中探讨C指针的文章--我眼中的指针
- 集中探讨C指针的文章--我眼中的指针,可以参考。-focused on the C pointer articles -- I see as a pointer, they can refer to.
bujindianjizhishi
- 本程序是C语言编写的,由 步进电机驱动的指针式温度表,反应灵敏,指示精确.-this process is the preparation of the C language from the stepper motor-driven pointer thermometer responsive, precise instructions.
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
CLOCK
- 用C语言实现的指针型时钟模拟,可简单修改移植用在LED显示屏上-Pointer in C language based simulation clock can simply modify the transplant on the LED display
aa_hiresantialiasing
- μC/GUI 是一种用于嵌入式应用的图形支持软件。它被设计用于为任何使用一个图形LCD 的应用提供一个有效的不依赖于处理器和LCD 控制器的图形用户接口 指针实现-μC/GUI is a graphical support software for embedded applications. It is designed for any application using a graphical LCD to provide a valid pointer to the gra
Clock
- 实用c#开发的基于wince5.0的时钟控件,可以实现在窗体上显示动态石英钟,可以自定义背景图片和指针的样式,使用时只需实例化该类即可,完全开源,可以自行修改-Based on the development of practical c# wince5.0 clock control can display dynamic quartz in the form, you can customize the background image and pointer style, use only
C51_skill
- C语言嵌入式系统编程修炼(键盘操作).mht Keil C51与标准C比较.mht Keil C51下快速小数运算算法.mht 用C51实现PID算法.mht C51指针类型和存储区的关系详解.mht C语言指针学习.mht C语言测试:嵌入式程序员必须知道的16个问题.htm C51编程技巧-从单片机指针说到黑客程序.htm 单片机C51编程规范.mht 实用C51编程的高级技巧(C51编程).htm C51编程技巧.CHM 全
home2
- 指针式时钟QT-C++QPushButton 按钮类QButtonGroup 按钮组合类QGroupBox 群组类QDateTimeEdit 日期时间编辑框类QLineEdit 行编辑框类QTextEdit 文本编辑框类QComboBox 组合框类QProgressBar 进度条类QLCDNumber 数字显示框类-Pointer clock QT-C++ QPushButton button type QButtonGroup button combinations category QGro
c_pointer
- 单片机C语言指针学习资料...对于初学C指针的朋友有一定帮助-Singlechip C language pointer learning materials for the novice C pointer ... friends have some help
very_clear_C_point
- c指针的详细用法,解决指针困惑,非常有用-c pointer detailed usage, to solve pointer confusion
Cchaper4
- C语言进阶-第四讲存储器与指针 C语言进阶 (东大 凌明)-C-Advanced- Lecture memory and pointer C-Enhancement (Dong Da Ling Ming)
c-pointer-Detailed
- c指针详解!!!看完你对指针就可了如指掌了!-c pointer Detailed!!! can read you well aware of the pointer!
C
- 单片机编程 C语言 指针大全 节省内存处理速度 -The microcontroller programming C language pointer Daquan save memory processing speed
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
c
- C语言指针、数据结构,培训学习笔记(包含数组指针)。-C language pointer, data structures, training Study Notes (including an array of pointers).
the-size-of-pointer
- 简单c语言,自己编写的小程序。检测一个指针变量的大小。-ez c program,to know a pointer s size.
C-cheng-xu
- 实验手册几章答案,包括简单程序,条件语句程序,选择程序,数组及指针程序-Lab manual chapters answer, including simple procedures, conditional statements, procedures, Programs, array and pointer program
pointer-clock-by-PG12864LCD
- 基于PG12864的指针式电子钟的仿真 proteus仿真 keil开发环境C- a pointer type electronic clock by PG12864LCD proteus simulation keil c
C之灵魂_指针
- 指针对C语言的重要性不言而喻,它是C的灵魂,我将指针和数组比作习武之人的任督二脉,如果学习C语言之人一旦将其二脉打通,那么对C语言的理解和使用就犹如内功层次的提升,跟表面的花架子将不再同一档次。(The pointer on the importance of the C language it is self-evident, it is the soul of C, I will be two big puleses compared to the pointer and array mar
C之指针复杂解析
- int * (* (*fun) (int *)) [10]这是一个可能会让初学者感到头晕目眩,感到恐惧的函数指针的声明,在熟练掌握C/C++的声明语法之前,不学习一定的规则,想理解好这类复杂声明是比较困难的。 C/C++所有复杂的声明结构,都是由各种声明的嵌套构成的,如何理解复杂指针声明,右左法则是一个很著名,很有效的方法,不过,右左法则其实并不是C/C++标准里面的内容,它是从C/C++标准的声明规定中归纳出来的方法,C/C++标准声明规则,是用来解决如何创建声明的,而右左法则是用来解决