搜索资源列表
exercise
- c++语言,使用指针算法对字符进行变换。。适合于初学者学习和借鉴-c++ language, the use of pointer arithmetic, the characters transform. . Suitable for beginners to learn from
pointer1
- 指针的应用,该文件说明指针的声明,作用以及关于指针方面的应用。-Pointer to the application, the file pointer to the statement that, the role and on the application of the pointer.
SCULL
- linux下简单的设备驱动程序,实现了读写、定位文件指针、ioctl清零以及简单的读写控制。-the simple linux device driver, to achieve the reading and writing, positioning the file pointer, ioctl clear and simple to read and write control.
qrsc
- 嵌入式 C_C++语言精华文章集锦 struct深层探索、extern“C”含义探索、void及void指针深层探索、可变参数表深层探索、基于ARM的嵌入式Linux移植真实体验、Linux设备驱动编程。C语言高效编程的几招-Embedded C_C++ language to explore the deep essence of the article highlights struct, extern " C" to explore the meaning of, v
file_operations
- ssize_t (*read) (struct file * filp, char __user * buffer, size_t size , loff_t * p) (指针参数 filp 为进行读取信息的目标文件,指针参数buffer 为对应放置信息的缓冲区(即用户空间内存地址),参数size为要读取的信息长度,参数 p 为读的位置相对于文件开头的偏移,在读取信息后,这个指针一般都会移动,移动的值为要读取信息的长度值)这个函数用来从设备中获取数据. 在这个位
CandPointer
- 这是关于如何熟练运用C语言中的最难的部分:指针的操作部分,读者下载后一定要好好看一下-This is on how to skillfully use the C language, the hardest part: Pointer operation readers to download better look
Cpage
- 内存中申请一块区域,创建页表,每一个页号对应一个指针,每一页存放一个数据块。-Memory for a region, create the page table, a page number corresponding to each of a pointer to a block of data stored on each page.
c
- C语言指针、数据结构,培训学习笔记(包含数组指针)。-C language pointer, data structures, training Study Notes (including an array of pointers).
Three-important-data-structures
- 对嵌入式开发很重要的三个C语言的数据结构,栈、指针、链表做了很全面的讲解。-It is important for the development of embedded C language data structures of the three, the stack pointer, made a very comprehensive list of explanation.
ucgui
- ucgui图形绘制函数,制作一个可调时的模拟指针式电子钟。用中文显示当前调时模式。-ucgui graphics rendering functions, making analog pointer when an adjustable electronic bell. With Chinese display the current adjustment mode.
3sw(pthread)
- 实验要求作到以下几点: ①构造具有两个参数的子函数,子函数将首个指针参数中的各个元素进行排序,次参数传递的是收参数的元素数目; ②f2.c:设计具有俩参数的子函数,子函数将二参数值交互; ③实现主函数,主函数中创建俩线程,线程一定义一个十元素的数组,使用文件f1中定义的函数对数组排列顺序并能够使结果输出;线程2定义俩整形的变量,使用文件f2中定义的函数将二变量的值进行 交互而且要结果输出 -The experimental requiremen
0206.tar
- ①  构造1个具有1个整形参数的子函数,取出参数,并能够把低十位置一,还要结果返回;  ②构造1个具有2个参数的子函数,子函数将第1个指针参数中的每个元素做求和运算, 第2个参数传递的是第1个参数的元素数目 具体步骤:1、先在linux环境找到终端。2、切换路径到home路径下,建立工作文件夹,并且将工作路径切换至此。 3、建立主函数main,并且创建两个进程,进程1实现①,进程2实现②。 -① construct a child with a plastic pa
C-cheng-xu
- 实验手册几章答案,包括简单程序,条件语句程序,选择程序,数组及指针程序-Lab manual chapters answer, including simple procedures, conditional statements, procedures, Programs, array and pointer program
cyc
- 环形缓存 使用结构体指针,二维数组 经试验可以使用-Use the ring buffer structure pointer, two-dimensional array can be used by the test
FreqCo
- A pointer to the memory to encrypt. The size of the memory must be a multiple of the RTL_ENCRYPT_MEMORY_SIZE constant.