搜索资源列表
exercise
- c++语言,使用指针算法对字符进行变换。。适合于初学者学习和借鉴-c++ language, the use of pointer arithmetic, the characters transform. . Suitable for beginners to learn from
pciv
- 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
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
CandPointer
- 这是关于如何熟练运用C语言中的最难的部分:指针的操作部分,读者下载后一定要好好看一下-This is on how to skillfully use the C language, the hardest part: Pointer operation readers to download better look
c
- C语言指针、数据结构,培训学习笔记(包含数组指针)。-C language pointer, data structures, training Study Notes (including an array of pointers).
c-1116
- 一个进程预定义了三个流:标准输入、标准输出、标准出错。分别用文件描述符STDIN_FILENO、STDOUT_FILENO、STDERR_FILENO分别表示他们,用流指针stdin、stdout、stderr可以加以引用。-Process IO on the first day of learning
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.
3sw(pthread)
- 实验要求作到以下几点: ①构造具有两个参数的子函数,子函数将首个指针参数中的各个元素进行排序,次参数传递的是收参数的元素数目; ②f2.c:设计具有俩参数的子函数,子函数将二参数值交互; ③实现主函数,主函数中创建俩线程,线程一定义一个十元素的数组,使用文件f1中定义的函数对数组排列顺序并能够使结果输出;线程2定义俩整形的变量,使用文件f2中定义的函数将二变量的值进行 交互而且要结果输出 -The experimental requiremen
C-cheng-xu
- 实验手册几章答案,包括简单程序,条件语句程序,选择程序,数组及指针程序-Lab manual chapters answer, including simple procedures, conditional statements, procedures, Programs, array and pointer program