CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - pointer

搜索资源列表

  1. simulate_ext3_filesystems

    0下载:
  2. 模拟linux的ext3文件系统。采用位图法。用一个文件模拟硬盘。实现创建、删除目录、文件。读、写文件,定位文件指针等功能。-simulation Linux ext3 file system. Bitmap method used. With a simulation of hard disk document. Implementation create, delete directory, documents. Reading, writing paper, positioning the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:57.86kb
    • 提供者:kong xiangzhen
  1. PointerInC

    0下载:
  2. c语言指针使用的详细解释和例程,使用规则等-c language pointer detailed explanation and examples use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-28
    • 文件大小:10.49mb
    • 提供者:guohong
  1. ProducerandConsumerProblem

    0下载:
  2. 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Synchronous multi-process so
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-21
    • 文件大小:29kb
    • 提供者:CoCo
  1. explore

    0下载:
  2. String Pointers to explore how the pointer work -The program takes lines from standard input and keeps the last n of them in memory as it goes through standard input. When it gets to an EOF, it prints the last n lines out. You may assume n is les
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1.55kb
    • 提供者:Jian Tian
  1. debug_malloc

    0下载:
  2. 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG,这部分程序已经在linux操作系统下验证通过。-Memory allocation, release and use of inspections to detect illegal pointer, reducing the procedure BUG, this part of the linux operating system procedures have been adopted under the verifica
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:31.06kb
    • 提供者:张权
  1. mmap

    0下载:
  2. UNIX提供了程序共享内存的机制,Linux内核从2.0开始也加入了这一功能。mmap(memory map)函数用于建立一段内存,使之能够被多个程序读写。它创建一个指向一段内存区域的指针并将其与特定的文件内容关联。-UNIX provides a mechanism for sharing memory, Linux kernel 2.0 from the beginning of this feature is also added. mmap (memory map) for the e
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:1.03kb
    • 提供者:sbyygyfd
  1. write

    0下载:
  2. 该程序是在linux下执行,首先创建一个文件,然后对此文件进行读写操作。接着,写入“Hello,I m writing to this file!”,此时文件指针位于文件尾部。接着再使用lseek函数将文件指针移到文件开始处,并读出10个字节并将其打印出来。-The program is run under linux, first of all to create a document, and then read and write operations on this file. Then
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:513byte
    • 提供者:牛志强
  1. c

    0下载:
  2. use these functions to change ur mouse pointer,using different values in the mask array lets u design ur own pointer.changing cursor mask in the mask array u can desig ur own mouse pointer.plz send feedback.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:621byte
    • 提供者:luciano
  1. pthread

    0下载:
  2. 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1.33kb
    • 提供者:刘冉
  1. xstroke.tar

    0下载:
  2. XStroke是一个全屏幕的X Window系统识别程序。它捕获的指针设备,(如鼠标,手写笔,或触摸屏),识别笔画。-XStroke is a full-screen gesture recognition program for the X Window System. It captures gestures performed with a pointer device, (such as a mouse, a stylus, or a pen/tablet), recognizes th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:17.17kb
    • 提供者:詹魏
  1. Pointer

    0下载:
  2. linux下C语言指针应用范例,附带注释信息-( C language )The use of pointer in Linux system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2.98kb
    • 提供者:xiong
  1. consumer

    0下载:
  2. 题目二:用多进程同步方法解决生产者-消费者问题。 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者线程的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Title 2: The multi-process synchronization solution to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:36.95kb
    • 提供者:duge
  1. c_and_the_pointer

    0下载:
  2. c和指针一书的代码和课后习题答案,相当有价值。-c and the pointer of the book code and after-school Exercise answers, quite valuable.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:271.37kb
    • 提供者:xiaohan
  1. c_the_pointer

    0下载:
  2. c和指针一书的清晰版。不要告诉我你的比我的清晰。c和指针,c语言进阶的经典之作。-c, a clear pointer to a version of the book. Do not tell me your clear than I am. c and pointer, c language advanced classic.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-18
    • 文件大小:26.56mb
    • 提供者:xiaohan
  1. sharedm

    0下载:
  2. 用共享存储区方式实现多个进程的通信程序: 该程序通过shmget()函数创建共享存储区,将一个字符串指针指向该存储区的起始地址,然后通过fork()创建两个子进程,通过对该字符串指针的读写达到多进程间的通信。程序中使用sleep()函数调节各进程对共享存储区的读写操作顺序。-With the shared memory area where multiple processes of communication program: the program through the shmget
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:870byte
    • 提供者:JK
  1. cppBasic.tar

    0下载:
  2. C++ Basics: functions and pointer programs for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.9kb
    • 提供者:sk
  1. strutils

    0下载:
  2. This is a string/pointer manipulation units for Delphi/Freepascal compilers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.04kb
    • 提供者:Aleksey
  1. yy

    0下载:
  2. C中指针的定义以及使用头插法建立的链表输出结果,-C in the definition of a pointer the first interpolation method and the use of established lists the output results
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:607byte
    • 提供者:gy
  1. Let-you-no-longer-afraid-of-pointer

    0下载:
  2. 给那些害怕指针的孩纸带来的福音 让你能够看的懂指针-Bring the gospel to those who are afraid of the children of the pointer paper allows you to see to understand pointer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:18.8kb
    • 提供者:Ranvinlon
  1. Pointer-summarize--

    0下载:
  2. 指针的学习和应用学习资料,就像名字说的,不再惧怕如何使用指针-Pointer to the study and application of learning materials, like the name says, is no longer afraid of how to use the pointer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:26.04kb
    • 提供者:kean
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com