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

搜索资源列表

  1. newdir.tar

    0下载:
  2. 用来在Linux下遍历目录,相当于find命令,是练习嵌套和回调函数的好例子。-It can be used to look through directory ,equal to find .It is a good example to pratice embed function and call faunction.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1926
    • 提供者:会朋
  1. UNIX环境下的日期程序(求时间的函数)

    0下载:
  2. 该函数不仅可求出某个时间前(后)一段时长的日期与时间,而且可得出这个日期是星期几,给程序设计带来不少便利,也方便了费用的计算与核实,读者可直接调用该函数。 -This function can be derived not only some time ago (after) a long time the date and time, but can come to this date is a few weeks to bring a lot of procedures to facil
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5953
    • 提供者:建文
  1. linux系统调用编程

    0下载:
  2. 系统调用是系统内核和应用程序的接口 此代码展示了linux系统调用的实现-system is called the kernel and application program interface that this code to display the Linux system call the realization
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7870
    • 提供者:wzy
  1. myshell

    0下载:
  2. 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the cur
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11295
    • 提供者:叶黎
  1. linphone-1.2.0.tar

    1下载:
  2. Linphone is a web phone: it let you phone to your friends anywhere in the whole world, freely, simply by using the internet. The cost of the phone call is the cost that you spend connected to the internet. -Linphone is a web phone : it let you phon
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7372152
    • 提供者:张海涛
  1. testsleepmyown

    0下载:
  2. 自己实现的sleep函数,通过alarm定时.由于mysleep是个子函数,对其调用者需考虑几种情况,即调用者在调用mysleep之前设置的闹钟时间未被超过和设置的闹钟时间被超过(同未设置闹钟),且要考虑调用者是否有未决信号及其是否屏蔽SIGALRM信号,因为这将影响mysleep函数的调用。-of achieving his sleep function, through the alarm regularly. As mysleep function, is making its calle
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1112
    • 提供者:林茜
  1. unixmy_sunrpc

    0下载:
  2. unix下远程过程调用原代码;可以在LINUX;SUN SOLARIS;IBM AIX多种商业机器运行,使用-Remote Procedure Call source; In LINUX; Solaris OS Sun; IBM AIX machines running a wide variety of business, the use of
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:75624
    • 提供者:张云
  1. syscall

    1下载:
  2. \\Linux系统调用-\\ Linux system call
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:109592
    • 提供者:蔡长永
  1. linuxtcpchat

    1下载:
  2. linux下的聊天程序,server端和client端下载后直接编译就可运行。其他为必需的调运函数,也必须调用并运行。-under linux chat procedures, server and client-side download operation can be directly translated. Other necessary for the transportation function, you must call and run.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4355
    • 提供者:风里的梦
  1. guandaotongxin

    0下载:
  2. 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 -1, the understanding of the system call pipe () fu
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4476
    • 提供者:witkey_eagle
  1. hack

    0下载:
  2. 通过进程的pid号来实现隐藏进程.修改系统调用getdents函数来隐藏进程-Through the process pid number to hide the process of implementation. Getdents modify system call function to hide the process of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2383
    • 提供者:wensi
  1. adding_a_system_call_in_linux

    0下载:
  2. Adding a system call in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4729
    • 提供者:aditya
  1. final

    0下载:
  2. 在内存中修改系统调用表,并添加一个系统调用获得当前系统时间。-In memory, modify the system call table, and add a system call to obtain the current system time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1513
    • 提供者:老胖
  1. System-call-sep

    0下载:
  2. Linux 2.6.11内核文件IO系统调用详解,有 部分代码解释-System call sep
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:24681
    • 提供者:zhangyuan
  1. System-Call

    0下载:
  2. Solaris 所有的系统调用函数描述,包括详细的使用说明.-Solaris system call function descr iption.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1293596
    • 提供者:john tan
  1. System-call

    1下载:
  2. 在Linux内核中添加一个系统调用,返回当前的时间-Linux system call
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:55081
    • 提供者:uncle Tian
  1. add-new-system-call.tar

    0下载:
  2. 如何在ubuntu10.04的2.6.35.13内核中添加一个新的系统调用,这样i也可以在PC机上添加自己的内核代码,并看到实际效果了。-How to add a new system call on ubuntu10.04 with the 2.6.35.13 kernel, so you can add your own kernel code on PC and see the actual results.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-02
    • 文件大小:99011
    • 提供者:wangbo
  1. ar-call

    0下载:
  2. RxRPC individual remote procedure call handling for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:5350
    • 提供者:zermuizing
  1. dbus-pending-call

    0下载:
  2. Object representing a call in progress.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:6676
    • 提供者:yunqeini
  1. add-a-system-call-in-linux

    1下载:
  2. 描述如何在linux中实现系统调用,我们亲自实践过,非常好用-Describes how to implement the system call in linux, we personally practice too, very easy to use
  3. 所属分类:Linux-Unix program

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