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

搜索资源列表

  1. Linux

    0下载:
  2. 整体功能:如果调用的进程不是一个组的组长时,setsid创建一个新会话。调用进程将成为该新会话的组长,新进程组的组长,并且没有控制终端。-The overall function: if the call process is not a group leader, setsid create a new session. Call process will become the new session of the group leader, the new process group lea
  3. 所属分类:Driver develop

    • 发布日期:2017-11-08
    • 文件大小:126596
    • 提供者:吴晓
  1. 12

    0下载:
  2. 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:1296
    • 提供者:包伟伟
  1. USB-serial-driver

    0下载:
  2. 这个结构是定义一个USB串行驱动。它提供了所有的的信息USB系列核心代码的需要。如果函数指针定义,然后当TTY端口功能一致的时候USB系列核心代码会叫他们是所谓的天圆。如果他们不被调用,则为通用串行函数来代替。-This structure is defines a USB Serial driver. It provides all of the information that the USB serial core code needs. If the function pointer
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-23
    • 文件大小:11773
    • 提供者:黄晓
  1. CPUfreq

    0下载:
  2. 该程序模块中xllp_CPUfreq.s,xllp_freq.c,xllp_intc.s,xllp_freq.h四个文件是修改CPU频率的主要代码,使用前可以将这些文件和xllp目录下的文件编译在一起,以便可以在程序的任何地方调用它们,修改和读取CPU频率主要依靠调用xllp_freq.c文件中的两个函数完成:XLLPSetCoreRunFrequency,xllpGetCurrentFreqSetting。-The program module xllp_CPUfreq.s, xllp_fre
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:14349
    • 提供者:wind
  1. pThread

    0下载:
  2. 在Linux上实现的调用API的线程控制函数,包括线程的生成以及释放-Call the API on Linux thread control functions, including the generation and release of the thread
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-10
    • 文件大小:712
    • 提供者:顾兆伦
  1. driver-add-ptz-GM8126

    0下载:
  2. GM8126 GPIO驱动程序,用户可以调用驱动程序的接口来使用,带中断。-GM8126 GPIO driver, the user can call the driver interface to use with interrupt.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:949964
    • 提供者:yang
  1. gpio_f.c.tar

    0下载:
  2. 嵌入式具体引脚驱动程序,应用程序可以调用ioctl函数控制引脚电平的高低-Embedded specific pin drivers, applications can call ioctl function to control the pin high and low
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:1731
    • 提供者:飞线
  1. kexec-loader-2.3.tar

    0下载:
  2. kexec使用Unix系统调用exec()的覆盖哲理,它产生一个新的内核覆盖正在运行的内核。这个过程不用启动机器上的固件(firmware),所以可以节省一些重启时间。-kexec using the Unix system call exec () covering philosophy, it produces a new kernel covering the running kernel. This process do not have to start the firmware (f
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:55759
    • 提供者:lanve
  1. tpm-tools_1.3.3-2.diff

    0下载:
  2. 可信计算模块TPM的调用接口,在tspi层之上-Trusted computing module TPM call interface, in tspi layer
  3. 所属分类:Driver develop

    • 发布日期:2017-11-10
    • 文件大小:6570
    • 提供者:雨心
  1. linux-system-call

    0下载:
  2. linux system call linux系统调用-linux system call
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:41515
    • 提供者:张浩
  1. test

    0下载:
  2. 写的一个使用qt调用WEBKIT显示谷歌地图的程序-Write a qt call WEBKIT Google map procedures
  3. 所属分类:Driver develop

    • 发布日期:2017-11-18
    • 文件大小:3928
    • 提供者:tianjunqiang
  1. wav

    0下载:
  2. 利用visual stdio2005的mfc,api函数调用 来播放音频文件-The visual stdio2005 mfc, api function call to play audio files
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:2262785
    • 提供者:王婷婷
  1. dev

    0下载:
  2. linux下的设备驱动模拟程序,新增了一个字符设备驱动,并可以调用该设备,观察模拟的运行效果,了解linux驱动的运行机制!-linux device driver under the simulation program, a new character device driver, and you can call the device to observe the simulation run effects to understand the mechanism of running l
  3. 所属分类:Driver develop

    • 发布日期:2017-12-03
    • 文件大小:19798
    • 提供者:李建波
  1. Touchscreen

    0下载:
  2. 电阻触屏驱动四线电阻触摸屏代码,代码比较简单,调用有几个函数即可-Resistive touch screen drive four-wire resistive touch screen code, the code is relatively simple, the call has several functions can be
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:2211
    • 提供者:aa
  1. libusb-1.0.9

    0下载:
  2. libusb 设计了一系列的外部API 为应用程序所调用,通过这些API应用程序可以直接操作USB硬件。-libusb designed a series of external API for the application call these API application can directly manipulate the USB hardware.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-08
    • 文件大小:569533
    • 提供者:mike
  1. a

    0下载:
  2. 发送程序与msg1.c类似。在main函数中,删除msg_to_receive声明,代之以buffer[BUFSIZ]。移除消息队列删除代码,并且在running循环中做出如下更改。现在我们调用msgsnd来将输入的文本发送到队列中。 -The sending program msg1.c similar. Delete msg_to_receive statement in the main function, replaced by the buffer [BUFSIZ]. Remove
  3. 所属分类:Driver develop

    • 发布日期:2017-11-13
    • 文件大小:516
    • 提供者:程晨
  1. qtcamera_PC

    0下载:
  2. 在linux下通过Qt来调用摄像头进行数据采集并将其在窗口中显示-In linux with Qt to call camera for data acquisition and display in the window
  3. 所属分类:Driver develop

    • 发布日期:2017-11-23
    • 文件大小:4156
    • 提供者:Alex
  1. Based-H1621-lcd-driver

    0下载:
  2. 基于HT1621的lcd段式液晶源码驱动,内附手册资料。方便移植,直接调用-Based on the lcd HT1621 Segment LCD source driver, enclosing manual data. Easy to transplant, direct call
  3. 所属分类:Driver develop

    • 发布日期:2017-03-30
    • 文件大小:698593
    • 提供者:bob
  1. examples

    0下载:
  2. mini6410 开发板上几种驱动的调用方法,便于熟悉怎样去调用linux的驱动程序-mini6410 development board driver calls several methods to facilitate familiar with how to call linux drivers
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:54477
    • 提供者:夏荣华
  1. time

    0下载:
  2. 内核中的时钟函数编程,通过该时钟函数可以正常的来显示时钟并且可以快速的调用时钟来进行编程-Kernel clock function programming, through the normal function of the clock to show the clock and the clock can quickly be programmed to call
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1185
    • 提供者:sunxu
« 12 3 »
搜珍网 www.dssz.com