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

搜索资源列表

  1. Linux1

    0下载:
  2. Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep \"Jun 27\" | grep 1998 下面这个scr ipt,存成一个符合规则名字的文件,置上x属性就行了。 -Shell source : find search for a particular day in the paper A = ~ find - print | ls-l -- full-
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.09kb
    • 提供者:姚璇
  1. tse.040422-1152.Linux.tar

    0下载:
  2. 在linux下的crawler程序,来自北大天网tiny search engine spider-in the crawler procedures, from Beijing University Skynet tiny search engine spider
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:339.96kb
    • 提供者:zj
  1. find3

    0下载:
  2. 上个星期随便编的linux小程序,实现查找文件夹-last week casually series linux small procedures, search folders
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:888byte
    • 提供者:马猴
  1. SearchInFile

    0下载:
  2. 文件内容高级搜索程序:在电脑上面指定文件夹搜索文件里面多个关键字,中间用分号分隔开即可 版权归周立发所有-Advanced Search contents of the documents : on the computer above the designated folder search keyword file number, Middle separated with a semicolon will be the property of all Zhou Lifa
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:225.76kb
    • 提供者:范俊
  1. optimalBinarySeachTree

    0下载:
  2. Build an optimal binary search tree using dynamic programming.-Build an optimal binary search tree using d ynamic programming.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:526.32kb
    • 提供者:zhoushusen
  1. mixdevice

    0下载:
  2. 混音器的基本用法,包括查找混音设备,检查某个混音设备是否可用-Mixing the basic directions, including the search for sound mixing equipment to check whether a particular sound mixing equipment available
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.76kb
    • 提供者:cjw
  1. xindetiaoshi

    0下载:
  2. 我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input), 从文件列表中删除一个记录(delete a record from list),保存文件(save), 查找文件(search record on table),文件的列表(list)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-18
    • 文件大小:1.4kb
    • 提供者:杨李
  1. blue.tar

    0下载:
  2. blue-usu: (Search, Connect, Playback, Record) with bluetooth devices like headset. Rely on usu driver specialized for usb-bluetooth dongle. Use GPL license.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:20.55kb
    • 提供者:mickey
  1. env_audit-1.05.tar

    0下载:
  2. 项目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for process IDs, UID, GID, signal masks, umask, priority, file descr iptors, and environmental variables. It comes with test configurations for anacron, a
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:19.54kb
    • 提供者:阿荣
  1. bst

    0下载:
  2. binary search tree in c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:5.5kb
    • 提供者:manoj
  1. PERL_search_and_replace_multiline_text_in_files.z

    0下载:
  2. Multiline search and replace in multiple files (Perl)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5.46kb
    • 提供者:dandadude
  1. OptimalBST

    0下载:
  2. 最优二叉搜索树的构建,动态规划实现。gcc编译通过,可将构建好的树以列表的形式打印出来。-Optimal binary search tree construction, Dynamic Programming. gcc compile.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:11.56kb
    • 提供者:m
  1. search

    0下载:
  2. linux 下搜索引擎 C语言实现 终端下运行-linux search engine under the C language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:4.16kb
    • 提供者:wangyy
  1. search.tar

    0下载:
  2. 查找字符串B各个字符在字符串A中可能的位置 比如 A:kjdfasdkdkjfa; B:kfd 结果:[1 4 7],[1 4 9]-search.c search str2 possible position on str1
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1.07kb
    • 提供者:太幸福
  1. search-all-files-under-a-dir

    0下载:
  2. 采用C语言相关函数实现对目录进行遍历搜索所有文件-search all files under a dir(C language)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-09
    • 文件大小:2.63kb
    • 提供者:jacky
  1. search

    0下载:
  2. 本程序实现了 各种查找算法,主要是几个版本的二分查找和顺序查找,并给出接口进行各种算法的比较。-This program implements a variety of search algorithms, mainly several versions of binary search and sequential search, and gives a comparison of various algorithms interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.85kb
    • 提供者:zhangqiang
  1. search-engine-content-acquisition

    0下载:
  2. 百度内容搜索引擎采集,此源码公开给大家免费使用。-Baidu search engine content acquisition, this source is open to everyone free of charge.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1.81kb
    • 提供者:HUAQIANGNORTH
  1. linear-search(wrk)

    0下载:
  2. this shell program unix for linear search-this is shell program unix for linear search
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:832byte
    • 提供者:shailesh
  1. search

    0下载:
  2. This file contains code for the crash function search.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.45kb
    • 提供者:nengyakong
  1. google search开机报错

    0下载:
  2. android系统编译,google search 开机报错(android system google search error)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-29
    • 文件大小:9kb
    • 提供者:ice_fish
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com