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

搜索资源列表

  1. sqlite-linuxC

    0下载:
  2. sqlite linuxc API函数调用-sqlite linuxc API functions call
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:11823
    • 提供者:皮卡
  1. ok6410

    0下载:
  2. ok6410裸机程序,包括硬件初始化,时钟初始化,内存初始化,串口初始化,使用printf和scanf函数调用串口输出,led程序,mmu程序.-ok6410 bare metal program, including hardware initialization, clock initialization, memory initialization, serial port initialization, use printf and scanf function call serial
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:65062
    • 提供者:朱然
  1. code

    0下载:
  2. 将一个格式混乱的手机通话记录单中的数据提取出来,修改格式之后存入另一个txt文件-The data from one format confusing phone call records list the extracted txt file into another format after modification
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:786
    • 提供者:yuanxm
  1. audit.tar

    0下载:
  2. audit,审计功能。Linux内核有用日志记录事件的能力,比如记录系统调用和文件访问。然后,管理员可以评审这些日志,确定可能存在的安全裂口,比如失败的登录尝试,或者 用户对系统文件不成功的访问。-Audit, audit function. The ability of Linux kernel useful logging events, such as the record of system call and file access. Then, the administrator ca
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1518904
    • 提供者:熊童子
  1. jinchegndechuangjian

    0下载:
  2. 编写一段源程序,使系统调用fork()创建两个子进程,当此程序运行时,在系统中有 一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a” 子进程分别显示字符“b”和字符“c”。试观察纪录屏幕上的显示结果,并分析原因。-Write a program, make the system call fork () to create two sub process, when running, the system is A process and the
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4302
    • 提供者:付小杰
  1. jinchegndeguandaotongxin

    0下载:
  2. 编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sending a message!” 和 “Child 2 is sending a message!” 最后,父进程从管道中读出二个来自子进程的信息并显示。-编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sen
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3264
    • 提供者:付小杰
  1. 01atomic_t

    0下载:
  2. Linux 下的 原子操作驱动,实现了用户的原子的调用-Atomic operations under Linux driver to achieve the user s the call of the atom
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:12145
    • 提供者:黄志林
  1. fypltxsj_v1.4

    1下载:
  2. 风越网页批量填写数据提取软件,可自动分析网页中表单已经填写的内容,保存为填表规则,使用时,只需调用此规则便可自动填写表单、点击网页元素,抓取网页文本内容、下载指定的网页链接文件。   本软件支持的页面填写类型、控件元素种类更多,准确性更高。其它填表工具一般不支持的:多框架页面(frame)、多选列表、HTML文本(ifr a me)输入方式,本软件一般都可正确填写。   本软件不仅可用于普通办公填表,更可扩展为批量注册、投票、留言、商品秒杀、舆情导控、刷-信誉、车牌抢注等工具。 -W
  3. 所属分类:Driver develop

    • 发布日期:2017-05-13
    • 文件大小:2977343
    • 提供者:KUGA
  1. Relatorio.pdf

    0下载:
  2. Intriducing a System Call to Linux Kernel 2.6 .
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:184368
    • 提供者:Bajoja
  1. How_System_Call_Works

    0下载:
  2. How to system call works in linux
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:21194
    • 提供者:mahammad
  1. Code

    0下载:
  2. 一、 编写一段程序,使其现实进程的软中断通信。 1.要求:使用系统调用fork()创建两个子进程,再用系统调用signal()让父进程捕捉键盘上来的中断信号(即按DEL键);当捕捉到中断信号后,父进程用系统调用Kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: Child Processll is Killed by Parent! Child Processl2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下的信息后终止
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:68845
    • 提供者:JING
  1. change_NIC_ord

    0下载:
  2. 修改linux系统的多网卡排序,根据程序调用需求,将网上按一定顺序进行排序,适用于CentOS和Fedora-Modify the Linux system of multi card sorting, according to the requirement of the program call, online according to a certain order to sort, applicable to the CentOS and Fedora
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:519
    • 提供者:西风
  1. Multi-threaded-programming

    0下载:
  2. 主要介绍Linux 线程的基本概念及分析多线程库中的主要函数调用, 阐述使用多线程的优点, 以及多线程编程过程中应该注意的问题。-It introduces the basic concepts of Linux threading and analysis of multi-threaded library main function call, describes the advantages of using multiple threads, as well as multi-threa
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:101974
    • 提供者:JAcket
  1. Advantech_Linux_watchdog

    1下载:
  2. 根据研华AIMD-215D主板说明文档,开发的linux硬狗,并包含调用库(.o文件)和主板说明文档;- According to Advantech AIMD-215D motherboard documentation, development linux hard dog, and contains a call to the library (.o file) and the motherboard documentation
  3. 所属分类:Driver develop

    • 发布日期:2016-07-13
    • 文件大小:2874368
    • 提供者:匡振爽
  1. test-jprobe.tar

    0下载:
  2. 使用jprobe为系统调用write和open增加探点的demo。-Use jprobe and open system call write increase demo probe points.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:14052
    • 提供者:钱坤
  1. ch06

    0下载:
  2. 为了生成轻量级信号量,你可以声明一LWSEM_STRUCT类型的变量并调用_lwsem_create()函数进行初始化,该函数有一指针指向变量并设置了一个初始的信号量计数。该信号量计数表明了并发地访问信号量资源的请求数,并设置为初始值。-In order to generate a lightweight signal, you can initialization function statement LWSEM_STRUCT struct type variables, and call _
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1437620
    • 提供者:李先生
  1. driver

    0下载:
  2. 一个led驱动的优化版本。不依赖硬件平台,使用只需把修改宏定义对应各led即可。压缩包中还包含一个用户空间的封装程序,以简单明了的方式调用该驱动。-Led a drive optimized version. Do not rely on hardware platforms, simply modify the macro definition corresponding to each led to. Compressed package also contains a user-space
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:43978
    • 提供者:chess
  1. kernel_timer

    0下载:
  2. linux设备驱动 内核定时器 在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。 Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。 计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:330110
    • 提供者:李笑
  1. com.acloud.stub.localradio_3561

    0下载:
  2. 收音机的代码流程,调用底层的相关驱动,实现应用层调试的目的。-Radio code process and call the relevant drivers to achieve the purpose of debugging the application layer.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-23
    • 文件大小:7093296
    • 提供者:文奇
  1. 04misc_ioctl

    0下载:
  2. 开发板4412_ARM9开发,通过使用miscdevice驱动框架构建设备结点,开发测试gpio和key驱动测试,测试使用ioctl函数调用实现,里面猪油详细注释;-Development board 4412 ARM9 development, through the use of miscdevice driver framework to build device nodes, development and testing gpio key drive test, the use of
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:6364
    • 提供者:罗姆
« 1 23 »
搜珍网 www.dssz.com