搜索资源列表
bujindianjizhishi
- 本程序是C语言编写的,由 步进电机驱动的指针式温度表,反应灵敏,指示精确.-this process is the preparation of the C language from the stepper motor-driven pointer thermometer responsive, precise instructions.
CLOCK
- 用C语言实现的指针型时钟模拟,可简单修改移植用在LED显示屏上-Pointer in C language based simulation clock can simply modify the transplant on the LED display
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
Cchaper4
- C语言进阶-第四讲存储器与指针 C语言进阶 (东大 凌明)-C-Advanced- Lecture memory and pointer C-Enhancement (Dong Da Ling Ming)
qwerr
- c语言中指针的说明用法 很详细 很具体 很有参考价值-c language usage of a very detailed descr iption of the pointer is very specific and useful reference value
c-pointer-Detailed
- c指针详解!!!看完你对指针就可了如指掌了!-c pointer Detailed!!! can read you well aware of the pointer!
LCD1602
- 51单片机的LCD驱动程序,结构非常精巧,注释非常详细,用到了C语言的位域、const指针等许多高级功能,值得一读!-LCD Driver MCU 51, the structure is very delicate, very detailed comments, use the C language bit field, const pointer, and many other advanced features, worth a read!
movie
- movie database C code add movie delete movie update change movie exit very good source code you can learn almost eeverthing about c pointer structure array and many more -movie database C code add movie delete movie update c
clock
- 指针式屏显电子钟程序,采用汇编和c++混编技术-Pointer-screen digital clock program using assembly and c++ mixed technology
os1
- 1用PCB表示整个进程实体,利用随机数方法或键盘控制方法模拟进程执行中产生的事件,或者利用基于图形界面的鼠标或者键盘操作控制进程管理内容。 2定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如内部ID、外部ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 3定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序
clock
- 指针时钟(easyX),使用EASYX来构造一个图形界面的指针时钟,只使用了C语言,该代码用于参照-The pointer clock (easyX the), to use EASYX pointer clock to construct a graphical interface, use only the C language, the code is used to reference
C_Library_SP_init_flow
- 此文件說明ARM C library stack pointer 初始化流程-This document describes the ARM C library stack pointer initialization process
c5
- 指针是C语言的精华,是C语言最重要的内容之一,也是最难掌握的部分。在程序中可以使用指针来处理数据、变量、数组、字符串、函数、结构体、文件及动态分配内存等。正确地使用指针,可以使程序精简、灵活、高效。指针的概念比较复杂,如果误用指针,程序运行将出现意想不到的错误,这是初学指针应注意的问题。因此指针是C语言的重点和难点-Pointer is the essence of the C language, is one of the most important elements of the C la
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
AVRPC
- AVR单片机结构,C语言数据类型、函数和指针等基础,大量基于C语言的AVR单片机实例-AVR microcontroller structure, C language data types, function and pointer, etc, a large number of instances of AVR microcontroller based on C language
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
C之指针复杂解析
- int * (* (*fun) (int *)) [10]这是一个可能会让初学者感到头晕目眩,感到恐惧的函数指针的声明,在熟练掌握C/C++的声明语法之前,不学习一定的规则,想理解好这类复杂声明是比较困难的。 C/C++所有复杂的声明结构,都是由各种声明的嵌套构成的,如何理解复杂指针声明,右左法则是一个很著名,很有效的方法,不过,右左法则其实并不是C/C++标准里面的内容,它是从C/C++标准的声明规定中归纳出来的方法,C/C++标准声明规则,是用来解决如何创建声明的,而右左法则是用来解决