CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - 指针

搜索资源列表

  1. analogyclock

    0下载:
  2. 这是我们研究生嵌入式课上做的,指针时钟。在linux下验证可行。
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:千千
  1. exercise

    0下载:
  2. c++语言,使用指针算法对字符进行变换。。适合于初学者学习和借鉴-c++ language, the use of pointer arithmetic, the characters transform. . Suitable for beginners to learn from
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1539
    • 提供者:白莹
  1. NodeAssign

    0下载:
  2. 在链式结构存储条件下用结构体指针实现二叉树各个节点的修改操作。-Storage conditions in the chain structure pointers with a binary tree structure modification operations of each node.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:13181
    • 提供者:凡卡
  1. pointer1

    0下载:
  2. 指针的应用,该文件说明指针的声明,作用以及关于指针方面的应用。-Pointer to the application, the file pointer to the statement that, the role and on the application of the pointer.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:932
    • 提供者:shellex
  1. SCULL

    0下载:
  2. 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.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:143334
    • 提供者:汪荔枝
  1. pciv

    0下载:
  2. 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
  3. 所属分类:Embeded Linux

    • 发布日期:2016-01-21
    • 文件大小:2685952
    • 提供者:sillygenius
  1. qrsc

    0下载:
  2. 嵌入式 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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:1828528
    • 提供者:
  1. file_operations

    0下载:
  2. ssize_t (*read) (struct file * filp, char __user * buffer, size_t      size , loff_t * p) (指针参数 filp 为进行读取信息的目标文件,指针参数buffer 为对应放置信息的缓冲区(即用户空间内存地址),参数size为要读取的信息长度,参数 p 为读的位置相对于文件开头的偏移,在读取信息后,这个指针一般都会移动,移动的值为要读取信息的长度值)这个函数用来从设备中获取数据. 在这个位
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-21
    • 文件大小:9100
    • 提供者:秦凯
  1. CandPointer

    0下载:
  2. 这是关于如何熟练运用C语言中的最难的部分:指针的操作部分,读者下载后一定要好好看一下-This is on how to skillfully use the C language, the hardest part: Pointer operation readers to download better look
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-19
    • 文件大小:27939506
    • 提供者:like
  1. Cpage

    0下载:
  2. 内存中申请一块区域,创建页表,每一个页号对应一个指针,每一页存放一个数据块。-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.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-19
    • 文件大小:515
    • 提供者:史晓霄
  1. c

    0下载:
  2. C语言指针、数据结构,培训学习笔记(包含数组指针)。-C language pointer, data structures, training Study Notes (including an array of pointers).
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:544487
    • 提供者:jason
  1. c-1116

    0下载:
  2. 一个进程预定义了三个流:标准输入、标准输出、标准出错。分别用文件描述符STDIN_FILENO、STDOUT_FILENO、STDERR_FILENO分别表示他们,用流指针stdin、stdout、stderr可以加以引用。-Process IO on the first day of learning
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-16
    • 文件大小:3592084
    • 提供者:飞机
  1. mtrace

    0下载:
  2. mtrace检测野指针,在Linux系统中测试通过-mtrace detect dangling pointers, pass the test in the Linux system
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:4600
    • 提供者:sunzhongwen
  1. Three-important-data-structures

    0下载:
  2. 对嵌入式开发很重要的三个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.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:1367868
    • 提供者:李泽
  1. ucgui

    0下载:
  2. ucgui图形绘制函数,制作一个可调时的模拟指针式电子钟。用中文显示当前调时模式。-ucgui graphics rendering functions, making analog pointer when an adjustable electronic bell. With Chinese display the current adjustment mode.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-18
    • 文件大小:27528064
    • 提供者:范范
  1. 3sw(pthread)

    0下载:
  2. 实验要求作到以下几点:  ①构造具有两个参数的子函数,子函数将首个指针参数中的各个元素进行排序,次参数传递的是收参数的元素数目;  ②f2.c:设计具有俩参数的子函数,子函数将二参数值交互;  ③实现主函数,主函数中创建俩线程,线程一定义一个十元素的数组,使用文件f1中定义的函数对数组排列顺序并能够使结果输出;线程2定义俩整形的变量,使用文件f2中定义的函数将二变量的值进行  交互而且要结果输出 -The experimental requiremen
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:13695
    • 提供者:高安
  1. 0206.tar

    0下载:
  2. ①  构造1个具有1个整形参数的子函数,取出参数,并能够把低十位置一,还要结果返回;  ②构造1个具有2个参数的子函数,子函数将第1个指针参数中的每个元素做求和运算, 第2个参数传递的是第1个参数的元素数目 具体步骤:1、先在linux环境找到终端。2、切换路径到home路径下,建立工作文件夹,并且将工作路径切换至此。 3、建立主函数main,并且创建两个进程,进程1实现①,进程2实现②。 -① construct a child with a plastic pa
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:4834
    • 提供者:高安
  1. C-cheng-xu

    0下载:
  2. 实验手册几章答案,包括简单程序,条件语句程序,选择程序,数组及指针程序-Lab manual chapters answer, including simple procedures, conditional statements, procedures, Programs, array and pointer program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:7652
    • 提供者:gong51739
  1. cyc

    0下载:
  2. 环形缓存 使用结构体指针,二维数组 经试验可以使用-Use the ring buffer structure pointer, two-dimensional array can be used by the test
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:815
    • 提供者:羽凡
  1. 1.led_S

    0下载:
  2. .globl _start _start: @因为这里的标号是程序的入口,一定要用 _start , @否则链接器将找不到程序的入口 ldr r1, 0xE0200280 @设置GPJ2CON的bit[0:15],让GPJ2_0、GPJ2_1、GPJ2_2、GPJ2_3 ldr r0, 0x00001111 @都作为输出引脚 str r0, [r1] ldr r1, 0xE0200284
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1847
    • 提供者:b-gzhy
搜珍网 www.dssz.com