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

搜索资源列表

  1. Linux_module_demo

    0下载:
  2. linux驱动例子,有完全演示如何编译驱动,如何通过应用程序调用驱动获取信息。 -a linux driver sample, full code for demo how to build linux driver, and application call driver get information.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:7532
    • 提供者:tsamcn
  1. 364652261

    0下载:
  2. FIFO一个用IP核调用的控制程序,里面有调用的IP核和FIFO读写控制-FIFO with an IP core call control procedures, which are called IP core and FIFO read and write control
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:6056
    • 提供者:lixu
  1. Myshellv0.2

    0下载:
  2. 在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:116449
    • 提供者:谢海斌
  1. Myshellv0.3

    0下载:
  2. 在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:117362
    • 提供者:谢海斌
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
  1. UnixProgramming

    0下载:
  2. unix环境高级编程的讲义。本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。-advanced programming unix environment, the lecture notes. This book a comprehensive introduction to UNIX system programming interface-
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1588076
    • 提供者:张金水
  1. UNIXcoding

    0下载:
  2. UNIX环境高级编程中全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。-Advanced Programming in the UNIX environment, a comprehensive introduction to UNIX system programming interface- the system call interface and the standard C library provides many of the functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:14538236
    • 提供者:丫头
  1. OpenSBC-1.1.5_RC5-Final.tar

    0下载:
  2. good sip clent for understanding basic call folw desing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-26
    • 文件大小:9557990
    • 提供者:smrt
  1. prj0.tar

    0下载:
  2. linux 源代码: When free() is called, the memory cannot usually be returned to the OS, do to contiguity restrictions. So your implementation should simply put this memory on its own internal free list. When malloc() is called, your implementation should
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:2358
    • 提供者:chenkezhao
  1. samba-3.0.36.tar

    0下载:
  2. samba是一个工具套件,在Unix上实现SMB(Server Message Block)协议,或者称之为NETBIOS/LanManager协议.SMB协议通常是被windows系列用来实现磁盘和打印机共享.-samba is a tool suite, in the Unix to achieve SMB (Server Message Block) protocol, or call NETBIOS/LanManager agreement. SMB protocol is often
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-15
    • 文件大小:23416298
    • 提供者:lushujuan
  1. linuxcallnumber

    1下载:
  2. linux下系统调用号 写下来 免得忘记-linux system call numbers under the written down lest forget
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3544
    • 提供者:
  1. usrpfft

    3下载:
  2. 修改GNURadio中的频谱分析工具usrp_fft.py调用的C++模块gr_fft_vcc_fftw.cc,实现频谱的数据的存储,附有画图的matlab程序和实现的效果图,实现频谱数据分析需要。-Changes in the spectrum analysis tool GNURadio usrp_fft.py call C++ module gr_fft_vcc_fftw.cc, to achieve the spectrum of data storage, with a drawing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:127241
    • 提供者:
  1. permission

    0下载:
  2. 实现判断指定目录下各种文件的存取权限。文件系统是使用计算机信息系统的重要接口。通过实验学习文件系统的系统调用命令,提高对文件系统实现功能的理解和掌握。-To achieve the specified directory determine access to various documents. File system is an important use of computer information systems interfaces. Experimental study of th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1250
    • 提供者:lulu
  1. GPRS

    0下载:
  2. lpc2410的GPRS的短信收发,电话拨打源程序,非常值得借鉴!-The message of GPRS lpc2410 receiving, telephone call source program, extremely is worth reference!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:32469
    • 提供者:张三三
  1. asm.tar

    0下载:
  2. at&t汇编与c++混合编程的代码,描述了C++单独调用AT&T汇编-at & t assembly and c++ mixed programming code, describes the C++ compilation of a single call to AT & T
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:4374
    • 提供者:tomcat
  1. libcssl-0.9.4.tar

    0下载:
  2. Linux 串口库函数,便于直接调用库函数-Linux serial port library functions, easy to directly call the library function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:17233
    • 提供者:vibing
  1. static

    0下载:
  2. 简单实现静态链接库函数调用,进一步认识C语言的魅力-Simple implementation of the static link library function call, to further understand the charm of C language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4099
    • 提供者:谢元虎
  1. 1

    0下载:
  2. 一个FORK()调用的实验。通过建立共享内存区来实现进程之间的通信。父进程获取Fibonacci数列长度后,创建子进程来计算,待子进程完成后,父进程输出结果-A FORK () call experiment. Through the establishment of shared memory areas to achieve communication between the process. Parent process for the length of Fibonacci sequen
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:725
    • 提供者:caomin
  1. system_call

    0下载:
  2. ubuntu9.04 编译内核2.6.34 并添加系统调用的实验报告-ubuntu9.04 kernel 2.6.34 and add the system call test report
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:462462
    • 提供者:wq
  1. AdvancedProgrammingInTheUNIXEnvironment

    0下载:
  2. Unix环境高级编程一书的源代码,本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。-" Unix Environment Advanced Programming," a book' s source code, book a comprehensive introduction to UNIX system programming interface- the system call interface and the standard
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:211512
    • 提供者:fbin
« 1 2 3 4 5 67 8 9 10 11 ... 34 »
搜珍网 www.dssz.com