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

搜索资源列表

  1. ctime

    0下载:
  2. 在sco unix 下显示前n天或后n天日期的处理程序。 printf(\"功能: 时间戳与时间格式字符串的转换程序\\n\") printf(\" -i 输入的参数为时间戳\\n\") printf(\" -s 输入的参数为格式化时间\\n\") printf(\" -t 输入的时间取当前系统时间\\n\") printf(\" -x 输入的时间增加或减少的天数\\n\") printf(\" -o 输出的时间为时间戳格式\\n\") printf(\"
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2560
    • 提供者:yux
  1. FanPuGuiZhen__UNIX_code

    0下载:
  2. 《返璞归真——UNIX技术内幕》书中代码。主要包括Bell Laboratories开发的内核代码:1*.h(内核头文件---宏、全局变量和结构定义、函数声明) | |----------------conf(汇编代码---启动函数及工具函数,驱动生成工具mkconf,移植工具sysfix) 2dmr(设备驱动程序) 3ken(内核代码,包括进程调度、文件系统、内存管理、I/O管理等) 另外还有作者写的一些代码。-" Return to Innocence- UNIX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:549430
    • 提供者:James
  1. pem2der

    0下载:
  2. an function to convert pem certification to der format in linux kernel, include the list.h for test it in user space
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1957
    • 提供者:hu jun
  1. File-integrity-testing-procedures

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:21496
    • 提供者:Sunny kim
  1. ebus.tar

    0下载:
  2. 程序主要功能:linux 下通过串口控制智能系统,zo-b8l5a 5a八通道双值输出模块。一、 对应文件:ebus_module.tar.gz(包含三个文件ebus.cc、ebus.h、ebus_test.cc) 其中ebus.h是包含class E_bus的定义和声明的头文件;ebus.cc主要是类里面的函数;ebus_test.cc主要是类的使用,完成了循环依次关闭8路输出,打开8路输出的功能。二、 E_bus类的接口说明:打开或者关闭输出口,只需要函数int E_bus::ebus_
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-06
    • 文件大小:2473
    • 提供者:zhang
  1. 20080410202216928

    0下载:
  2. cadence skill bindkey- you can use min() function to get min coord procedure(quicksort(low high sortArray refp selsub) prog((l h mid tmp subtmp)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3957
    • 提供者:paul
  1. thread

    0下载:
  2. 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:39186
    • 提供者:金建业
  1. pintos-priority

    0下载:
  2. pintos project1的实现,这是斯坦福大学推出的一个操作系统,要我们自己实现其功能-pintos project1 implementation, it is Stanford University launched an operating system, if we are to realize its function
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-24
    • 文件大小:458752
    • 提供者:Cindy
  1. cephes-math-28.tar

    0下载:
  2. Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1753927
    • 提供者:liyi
  1. getIP-impro

    0下载:
  2. 本程序用户获取主机的IP地址和MAC地址,头文件与函数原型如下 #include "getIP.h" int get_ip(char *ipaddr, char *netmask, const char *ethname) #include "getIP.h" int get_mac(char *mac) 以下是get_ip函数简单使用范例 //定义IP和MAC所需要的存储空间 char ethname[] = "eth0" c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:6450
    • 提供者:quietojlt
  1. Linux-serial

    0下载:
  2. Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Descr iption: To provide underlying serial port function, * for high level applications. * */ #include <termios.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:7952
    • 提供者:zhangxiaojun
  1. strcopy

    0下载:
  2. cFile Name : 2440lib.h // Function : S3C2440 // Date : February 26, 2002 // Version : 0.0 // History // 0.0 :Feb.20.2002:SOP : Programming start // 0.01:Mar.29.2002:purnnamu: For POWEROFF_wake_up, the START... label is added-cFile Name :
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:212066
    • 提供者:jinm
  1. ulpi

    0下载:
  2. ulpi.h ULPI defines and function prorotypes. -ulpi.h ULPI defines and function prorotypes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1804
    • 提供者:nulongxb
  1. _string_fwd

    0下载:
  2. This function limits header dependency between exception and string implementation. It is implemented in _string.h.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1467
    • 提供者:xpkimn
  1. ioapi

    0下载:
  2. ioapi.h IO base function header for compress uncompress .zip.part of the MiniZip project. -ioapi.h IO base function header for compress uncompress .zip.part of the MiniZip project.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3726
    • 提供者:satnpd
  1. sparse_crc32

    0下载:
  2. An equivalent implementation of this function that s actually used in the kernel can be found in sys libkern.h, where it can be inlined.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3554
    • 提供者:kvdongla
  1. xf86dri

    0下载:
  2. \file xf86dri.h Protocol numbers and function prototypes for DRI X protocol.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5689
    • 提供者:vhhdkon
  1. ucln_cmn

    0下载:
  2. The cleanup order is important in this function. Please be sure that you have read ucln.h.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1946
    • 提供者:pgsanxm
  1. param

    0下载:
  2. This file contains the function WebRtcSpl_CrossCorrelation(). The descr iption header can be found in signal_processing_library.h.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2589
    • 提供者:skjanrj
  1. filter_ar

    0下载:
  2. This file contains the function WebRtcSpl_FilterAR(). The descr iption header can be found in signal_processing_library.h.
  3. 所属分类:Linux-Unix program

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