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

搜索资源列表

  1. libv4l-0.6.1.tar

    1下载:
  2. 一个可用于编写v4l2 camera应用程序的库libv4l,里面除有常用的v4l2 ioctl调用的封装API外,还有yuv到rgb转换、rgb到yuv转换和jpeg decoder API。-V4l2 camera can be used for the preparation of an application' s database libv4l, which are commonly used in addition to the package v4l2 ioctl API c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:128334
    • 提供者:碧海
  1. uc-gui.tar

    0下载:
  2. 背景回调函数,调用系统自代的函数,可以选择-Background callback function, call the system from the generation function, you can choose
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4540998
    • 提供者:冯冲
  1. test_class_so

    0下载:
  2. 关于linux下利用dlopen系列函数实现显示(动态)调用so库中类方法。-On linux using dlopen family of functions to achieve the next display (dynamic) call so the library class method.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:50546
    • 提供者:guolei
  1. rpc.rstatd-4.0.1.tar

    0下载:
  2. 远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议-Remote Procedure Call protocol, it is a computer program through the network from a remote service on request, without the need to understand the underlying network technology agreement
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:86883
    • 提供者:崔岩
  1. Res_advanced_programming_in_the_unix_environment.r

    0下载:
  2. 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:14540297
    • 提供者:
  1. IOfuyong.tar

    0下载:
  2. 在UNIX系统编程过程中,一个进程往往需要等待多个描述字发生某一事件,如可读、可写或异常等等。进程不能永远地等待其中任何单独一个描述字,它需要同时等待所有描述字,此时就是IO复用技术,系统调用select就是实现这一目标的方式之-In the UNIX system programming process, a process often have to wait more than describe the character of an event, such as read, write
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:54783
    • 提供者:lavey
  1. CALLCPP

    0下载:
  2. c调用c++,混合编程,make,make test 即可,但是要根据实际情况修改一下makefile-c call c++, hybrid programming, make, make test can be, but to change it according to the actual situation of makefile
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:157725
    • 提供者:kyle
  1. WcfService1

    0下载:
  2. WcfService例子,wcf 服务 wcf 调用-WcfService example, wcf wcf service call
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:65603
    • 提供者:gzben
  1. keyboard

    0下载:
  2. linux平台下用QT生成的虚拟键盘程序 里面提供好了借口 可直接调用 工程应用中直接抽取-linux platform using QT generated virtual keyboard program which provides a good excuse to call the engineering applications can be directly extracted directly
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:67005
    • 提供者:shiyi ren
  1. abs_guid_cn

    0下载:
  2. shell 是一个命令解释器.是介于操作系统 kernel 与用户之间的一个绝缘层.准确地说,它也是一种强力的计算机语言.过 将系统调用,公共程序,工具,和编译过的二进制程序粘合在一起来建立应用.事实上,所有的 UNIX 命令和工具再加上公共程序,对于shell脚本来说,都是可调用的.如果这些你还觉得不够,那么 shell 内建命令,比如 test 与循环结构,也会给脚本添加强力的支持和增加灵活性.Shell 脚本对 于 管理系统任务和其它的重复工作的例程来说,表
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1124289
    • 提供者:daxi
  1. change

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:116993
    • 提供者:小弟
  1. ProcessManagementchannel

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实现对管道
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:180992
    • 提供者:小弟
  1. libssh2-1.2.7.tar

    1下载:
  2. SSH2是一套安全通讯协议框架(早期的SSH1由于存在安全漏洞,现在已经不用了),基于SSH2协议的产品目前主要有openssh,putty,SSH Secure Shell Client等,这些都是开源的,但是这些代码非常难懂而且复杂,一个个函数深层次的调用很快就让人在C语言代码的海洋中迷失了方向,妄图通过从这些开源软件中抽取程序代码段来“组装”自己的应用程序是非一般人所能实现的。不过还好网路上出现了一些开源的SSH2开发库,利用这些开发库开发自己的SSH2程序却要简单得多,由于这些开发库都是
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:583105
    • 提供者:hyl
  1. anjian

    0下载:
  2. 使用系统调用select检查是否能够从/dev/EmbedSky-buttons设备读取数据-Check using the system call select to from/dev/EmbedSky-buttons device for reading data
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:725
    • 提供者:晨子木
  1. phone

    0下载:
  2. linux下MINIGUI的语音拨打接受功能,能在ARM上实现-linux voice call received under MINIGUI functions to achieve in ARM
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:268594
    • 提供者:zt
  1. Time

    0下载:
  2. linux下时间编程,关于时间库函数的调用-time programming under linux, on-time library function call
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1075
    • 提供者:oyj
  1. libcap

    0下载:
  2. 熟悉并掌握Linux环境下数据包捕获开发包Libcap的使用方法。能够熟练应用Libcap开发包中的函数完成网络环境下功能较为简单的网络捕获包和分析程序。通过实验加深对通信协议的理解,熟悉每个Libcap包中函数的功能以及调用方法。-Familiar with and master the packet capture under Linux Development Kit Libcap is used. Experience with the development package Libca
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6242
    • 提供者:
  1. Linux2.6_kernel_acl_data_struct_and_implements

    0下载:
  2. 本文对Linux2.6内核的ACL机制的数据结构和实现进行分析,包括有抽象标准层面上的ACL数据结构以及其在EXT4具体文件系统层面上的数据结构。本文还将着重分析Linux中对节点的访问权限检查算法以及ACL访问控制机制在其中的位置与作用。本文最后将以Open系统调用为例说明ACL总体控制流程。 -This paper makes an analysis on ACL s data structure and implements on Linux 2.6 kernel, which inc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:553666
    • 提供者:tan
  1. dll_doc

    0下载:
  2. 如何理解 extern "C",如何使用 c 和 c++混合编程,如何在c++中动态调用,看看这个,里面带文档和代码,-How to understand the extern " C" , how to use the c and c++ mixed programming, how to call c++ dynamic, look at this, which with the documentation and code,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:154465
    • 提供者:liupeng
  1. UNIX

    0下载:
  2. 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。-This book a comprehensive introduction to UNIX system programming interface- the system call interface and the standard C library provides many of the functions. The mai
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:14541151
    • 提供者:朱少平
« 1 2 3 4 5 6 78 9 10 11 12 ... 34 »
搜珍网 www.dssz.com