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

搜索资源列表

  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
    • 文件大小:123.63kb
    • 提供者:吴晓
  1. 12

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

    • 发布日期:2017-04-03
    • 文件大小:1.27kb
    • 提供者:包伟伟
  1. qt-creator-2.2.0-beta-src.tar

    0下载:
  2. linux环境下可视化开发工具,可以直接开发很多界面,免去界面编程的烦恼,类似于VisualC++。-Linux based visual develop tool,you can directly develop UI with it,its function is like Visual C++ in windows enviroment.
  3. 所属分类:Linux驱动

    • 发布日期:2017-06-16
    • 文件大小:23.49mb
    • 提供者:zhouhongjin
  1. 2440Init

    0下载:
  2. 本代码主要是实现对三星2440开发板所做的驱动,主要功能是配置相关的寄存器,实现编程环境-This code is to drive made ​ ​ by Samsung s 2440 development board, the main function is to configure register realization of the programming environment
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:30.43kb
    • 提供者:我就这样
  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
    • 文件大小:11.5kb
    • 提供者:黄晓
  1. test_all.tar

    0下载:
  2. function of C/C++ on ubuntu
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-12
    • 文件大小:2.58mb
    • 提供者:hung
  1. chumo_huantu

    0下载:
  2. 此程序为tiny6410触摸屏+LCD驱动程序,此程序实现了点击触摸屏查看图片的功能,有左右功能键-This program to tiny6410 touchscreen LCD driver, this program click on the touch screen to view pictures with left and right function keys
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:811.15kb
    • 提供者:gjx
  1. ALIENTEK-MINISTM32

    0下载:
  2. cortex的跑马灯简单功能的实现与仿真-The cortex scrolling simple function and simulation
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:569.09kb
    • 提供者:mr zhang
  1. gethostbyname

    0下载:
  2. 1、了解struct hostent 结构 2、了解gethostbyname()的使用方法 3、调用gethostbyname()获取主机信息 -Understanding of the gethostbyname () function to use, familiar with one of the important data structures and programming to obtain the host name, address and other infor
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-05
    • 文件大小:822byte
    • 提供者:李安瑞
  1. sort.cpp

    0下载:
  2. 写一个函数,输入参数有四个,分别是map<string,float>型数据,整数,float型数组,string型数组。返回结果,将map中的数据按float值进行排序,并将排序后的结果保存到float、string两个数组中,两个数组元素必须对应于map数据。-Write a function, there are four input parameters, are the map <string,float> data, integer, float array,
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:1.05kb
    • 提供者:汪亚男
  1. network-link-state

    0下载:
  2. 此系统实现网络流量监测功能,可以实习远端监测,并能分析出是tcp或者是udp-This system network traffic monitoring function, can practice distal monitoring, and analysis of the TCP or udp is out
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:28.38kb
    • 提供者:李维
  1. videodemo

    0下载:
  2. 基于arm s3c2410平台的linux系统usb摄像头监测程序。通过使用v4l的api函数从摄像头中读取数据 ,然后写人Frame Buffer, 使采集到的图像在液晶屏中显示出来。-Usb camera arm s3c2410 platform-based linux system monitoring procedures. By using the v4l api function to read data from the camera, and then writing Frame
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:3.58kb
    • 提供者:yangweichang
  1. drv_dv_platform_gpio_a

    0下载:
  2. 一个简单的led驱动程序,在linux平台下操作的函数。-A simple led driverA simple LED driver, based on the platform of Linux operation function
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:48.07kb
    • 提供者:李杰蔚
  1. keyboard

    0下载:
  2. 按键驱动程序,功能是开发板上的按键,采用的是输入子系统的架构-The key driver, the function is the key development board, using the input subsystem architecture
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-17
    • 文件大小:36.13kb
    • 提供者:fax
  1. v4l

    1下载:
  2. v4l.c摄像头采集驱动程序,包括各种函数,以及yuv转为bmp文件的函数-v4l.c camera capture driver, including a variety of functions, as well as the yuv into the function of the bmp file
  3. 所属分类:Linux驱动

    • 发布日期:2016-06-20
    • 文件大小:3kb
    • 提供者:wang
  1. findfd

    1下载:
  2. 目前linux的系统调用中没有可以有效获得当前进程打开的所有文件标识符的函数。所以我实现了nextfd,findfd系统调用,使用bitmap高效率实现。-Linux system calls can access the function of all open files in the current process identifier. So I achieve a nextfd of findfd system calls, the use of bitmap high efficie
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-14
    • 文件大小:3.72kb
    • 提供者:Zhaiyf
  1. platform_dou

    0下载:
  2. 基于cortexA8开发板的按键中断处理,设计了按键的防抖动功能-Interrupt handling, the design of the key of the judder function based on the keys of the cortexA8 development board
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-31
    • 文件大小:86.95kb
    • 提供者:chenhao
  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
    • 文件大小:1.69kb
    • 提供者:飞线
  1. Full-function-keyboard

    0下载:
  2. 全功能键盘: 支持消抖、长按、组合按键、按两次、三次等-Full-function keyboard: Support debounce, long press, the combination of keys, press twice, three times, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4.93kb
    • 提供者:twfxk
  1. linuxC-function

    0下载:
  2. 主要写的是linux的函数手册,包括接口介绍、头文件、输入参数介绍、使用范例等-The main function is written linux manual includes an interface descr iption, header files, the input parameter descr iptions, usage examples, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:252.6kb
    • 提供者:均均
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com