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

搜索资源列表

  1. aic79xx-linux-2.4-20040522.tar

    0下载:
  2. 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.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:499525
    • 提供者:LiuQingShan
  1. pack

    2下载:
  2. 对多文件进行扫描纪录,对大文件进行数据分割,使用zlib进行打包,解包,解包同样使用分段数据-Scan record for multiple files, split large files of data, use zlib to package, unpack, unpack the same segmented data
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:1953662
    • 提供者:陈培山
  1. project_U8_test_last

    0下载:
  2. en_RUPT 编码的字节操作,全部是Byte操作,将u32 拆分成Byte x[][4],实现en_RUPT 加解密算法-en_RUPT byte coding operation, all Byte operation, will split u32 into Byte x [] [4], to achieve en_RUPT encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:21623
    • 提供者:zhaoguodong
  1. Bas64_EnCode

    0下载:
  2. Base64 加密算法(Author 蒋柏良 Jerry Jiang)-* * DEscr iptION * Base64 processes input in 24bit chunks by converting each chunk into 4 * bytes of output. It does so by splitting input into four 6bit groups and * using these as indexes in the following
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1151
    • 提供者:JerryJiang
  1. HugeChm

    0下载:
  2. CHM打包、拆分工具 ,不仅可以将海量(测试近20万个)HTML文件打包成CHM,而且可以反编译CHM,包括CHM内部控制文件。HugeCHM最大的特色是没有用HHA.DLL,而是直接通过ITStorage接口对CHM文件进行操作,因此能对CHM内部控制文件进行更精准的控制(其实是进行了大刀阔斧的删减) -CHM packing, split tool, not only can be massive (test nearly 200,000) HTML files are packaged
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:98564
    • 提供者:PPPPPP
  1. wavelets

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:271072
    • 提供者:Amy Liu
  1. dname-0.1.tar

    0下载:
  2. 一小段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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:660
    • 提供者:robot
  1. SplitVolumeNames

    0下载:
  2. SplitVolumeNames to split names of your drive volume
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1542
    • 提供者:Alex
  1. fork

    0下载:
  2. 操作系统创建一个新的进程(子进程),并且在进程表中相应为它建立一个新的表项。新进程和原有进程的可执行程序是同一个程序;上下文和数据,绝大部分就是原进程(父进程)的拷贝,但它们是两个相互独立的进程!此时程序寄存器pc,在父、子进程的上下文中都声称,这个进程目前执行到fork调用即将返回(此时子进程不占有CPU,子进程的pc不是真正保存在寄存器中,而是作为进程上下文保存在进程表中的对应表项内)。问题是怎么返回,在父子进程中就分道扬镳。 -Operating system creates a new
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1701
    • 提供者:hylzuo
  1. fork3

    0下载:
  2. 操作系统创建一个新的进程(子进程),并且在进程表中相应为它建立一个新的表项。新进程和原有进程的可执行程序是同一个程序;上下文和数据,绝大部分就是原进程(父进程)的拷贝,但它们是两个相互独立的进程!此时程序寄存器pc,在父、子进程的上下文中都声称,这个进程目前执行到fork调用即将返回(此时子进程不占有CPU,子进程的pc不是真正保存在寄存器中,而是作为进程上下文保存在进程表中的对应表项内)。问题是怎么返回,在父子进程中就分道扬镳。 -Operating system creates a new
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1703
    • 提供者:hylzuo
  1. libsplit-0.2

    0下载:
  2. Library to split/merge files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:2010
    • 提供者:Sife
  1. dynamic-split-window

    0下载:
  2. 基于 Visual C++的动态分割窗口的实现例子,对于初学者来说是个不错的东东,分享一下 -an example to realize the dynamic split window base on visual c++, it is good for the beginner,share it
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:38867
    • 提供者:
  1. qdom

    0下载:
  2. Helper to split a qualified name in the prefix and local name for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:35332
    • 提供者:zoukixou
  1. NameSplitter

    0下载:
  2. The purpose of this class is to split a full name into given names and last name.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:6178
    • 提供者:tukinqing
  1. split

    0下载:
  2. 这是一个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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:680
    • 提供者:田亮
  1. extent-buffer-tests

    0下载:
  2. Passing NULL trans here should be safe because we have plenty of space in this leaf to split the item without having to split the leaf.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1275
    • 提供者:nbtonqz
  1. Tokenizer

    0下载:
  2. just extend the first run.token in this range, we need to split.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7122
    • 提供者:hvvonzg
  1. equally_split

    0下载:
  2. brief function to split a sequence into parts of almost equal size.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1397
    • 提供者:mxtvrm
  1. Hlw

    0下载:
  2. How to split the string into an array
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-23
    • 文件大小:3072
    • 提供者:Genaly
  1. BRoya

    0下载:
  2. File: (max 100MB, zip/rar/gz file) Tags: Csharp linux Visual C++ use,to split Directory: All directories (Suggest new directory) Plat/Language: (Suggest new plat)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:71680
    • 提供者:telesag
« 12 3 »
搜珍网 www.dssz.com