搜索资源列表
vold
- linux下自动mount各种即插即用设备的一个小程序源码 文件包含内容: /vold.h /vold.c /split.h /split.c /disktype-6/disktype.c /disktype-6/unix.c /disktype-6/main.c /disktype-6/linux.c /disktype-6/dos.c -automatically mount all kinds of plug-and-play equipment
VB6Str2Cpp
- VB6 has two very useful string functions: Join and Split. This code implements Join and Split functions using STL so that you can use them in your C++ programs -VB6 has two very useful string functions : Join and Split. This code implements Join and
aic79xx-linux-2.4-20040522.tar
- 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries.
splitter
- qt4 中实现分割窗口,使用了QSplitter类,分割窗口是应用程序中经常用-qt4 achieve split window, use the QSplitter class, split the application window is often used for
protocol_in
- Module: protocol_in.c Program: PROTOCOL LIBRARY Info: Message processor for all protocols (input functions). Subsystem: OpenFEP - OSI Front-End Processor Notes: moved from fepcommand.c split into protocol_in.c and protoco
wavelets
- A wavelet function can be viewed as a high pass filter, which aproximates a data set (a signal or time series). The result of the wavelet function is the difference between value calculated by the wavelet function and the actual data. The scaling fun
dname-0.1.tar
- 一小段C程序,实现路径中的目录和文件名拆分,能够接收命令行参数或控制台或管道输入,程序结果类似dirname和basename命令。常用于对大量目录名和路径名进行拆分和列表统计,基本满足工作所需。enjoy it-A short C program, to achieve the path of the directory and file name resolution, able to receive command-line parameters or the console or pip
fork
- 操作系统创建一个新的进程(子进程),并且在进程表中相应为它建立一个新的表项。新进程和原有进程的可执行程序是同一个程序;上下文和数据,绝大部分就是原进程(父进程)的拷贝,但它们是两个相互独立的进程!此时程序寄存器pc,在父、子进程的上下文中都声称,这个进程目前执行到fork调用即将返回(此时子进程不占有CPU,子进程的pc不是真正保存在寄存器中,而是作为进程上下文保存在进程表中的对应表项内)。问题是怎么返回,在父子进程中就分道扬镳。 -Operating system creates a new
fork3
- 操作系统创建一个新的进程(子进程),并且在进程表中相应为它建立一个新的表项。新进程和原有进程的可执行程序是同一个程序;上下文和数据,绝大部分就是原进程(父进程)的拷贝,但它们是两个相互独立的进程!此时程序寄存器pc,在父、子进程的上下文中都声称,这个进程目前执行到fork调用即将返回(此时子进程不占有CPU,子进程的pc不是真正保存在寄存器中,而是作为进程上下文保存在进程表中的对应表项内)。问题是怎么返回,在父子进程中就分道扬镳。 -Operating system creates a new
analiza
- awk example model search and split
peazip-3.9.src
- linux 解压 带界面 Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, spl
01
- nix (officially trademarked as UNIX, sometimes also written as Unix) is a multitasking, multi-user computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs, including Ken Thompson, Dennis Ritchie, Brian Kernigh
libsplit-0.2
- Library to split/merge files.
facedetect
- 基于图分割的人脸检测,主要是用opencv中的算法-Based on Figure split face detection
pick_up.c
- 实现将一段数字字符串,拆分成数字串和字符串。-For a string of numbers, split into a string of numbers and strings.
fs-writeback
- 10Apr2002 Andrew Morton Split out of fs/inode.c Additions for address_space-based writeback
nvram_64
- Split the /dev/nvram part (that one can use drivers/char/generic_nvram.rar) from the arch & partition parsing code.
split
- split - split a file into pieces for Linux.
split
- 这是一个shell脚本,能将kettle中按目录导出的xml文件分拆为单个job或transformation-This is a shell scr ipt used to split the single xml file that exported from kettle into multiple xmls. the xml files is job or trans
split
- Linux Device Driver: split passwd(passwds, passwd adjuncts, options).