搜索资源列表
ctime
- 在sco unix 下显示前n天或后n天日期的处理程序。 printf(\"功能: 时间戳与时间格式字符串的转换程序\\n\") printf(\" -i 输入的参数为时间戳\\n\") printf(\" -s 输入的参数为格式化时间\\n\") printf(\" -t 输入的时间取当前系统时间\\n\") printf(\" -x 输入的时间增加或减少的天数\\n\") printf(\" -o 输出的时间为时间戳格式\\n\") printf(\"
FanPuGuiZhen__UNIX_code
- 《返璞归真——UNIX技术内幕》书中代码。主要包括Bell Laboratories开发的内核代码:1*.h(内核头文件---宏、全局变量和结构定义、函数声明) | |----------------conf(汇编代码---启动函数及工具函数,驱动生成工具mkconf,移植工具sysfix) 2dmr(设备驱动程序) 3ken(内核代码,包括进程调度、文件系统、内存管理、I/O管理等) 另外还有作者写的一些代码。-" Return to Innocence- UNIX
pem2der
- an function to convert pem certification to der format in linux kernel, include the list.h for test it in user space
File-integrity-testing-procedures
- 基于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
ebus.tar
- 程序主要功能: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_
20080410202216928
- 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)
thread
- 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
pintos-priority
- pintos project1的实现,这是斯坦福大学推出的一个操作系统,要我们自己实现其功能-pintos project1 implementation, it is Stanford University launched an operating system, if we are to realize its function
cephes-math-28.tar
- 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
getIP-impro
- 本程序用户获取主机的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
Linux-serial
- 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>
strcopy
- 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 :
ulpi
- ulpi.h ULPI defines and function prorotypes. -ulpi.h ULPI defines and function prorotypes.
_string_fwd
- This function limits header dependency between exception and string implementation. It is implemented in _string.h.
ioapi
- 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.
sparse_crc32
- 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.
xf86dri
- \file xf86dri.h Protocol numbers and function prototypes for DRI X protocol.
ucln_cmn
- The cleanup order is important in this function. Please be sure that you have read ucln.h.
param
- This file contains the function WebRtcSpl_CrossCorrelation(). The descr iption header can be found in signal_processing_library.h.
filter_ar
- This file contains the function WebRtcSpl_FilterAR(). The descr iption header can be found in signal_processing_library.h.