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

搜索资源列表

  1. shc-3.8.6

    0下载:
  2. shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的,很有可能会泄露敏感信息,如用户名,密码,路径,IP等. 同样,在shell脚本运行时会也泄露敏感信息. shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 这就很好的解决了上述问题.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:34.68kb
    • 提供者:moto
  1. industio

    0下载:
  2. MOXA多串卡I386 LINUX下驱动及测试工具-MOXA card I386 LINUX many strings under the driver and test tools
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:112.65kb
    • 提供者:王宏亮
  1. hammingCode_unix

    0下载:
  2. The program implements Hamming code on binary strings
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.39kb
    • 提供者:dandyIII
  1. crashme_2.4

    0下载:
  2. crashme generates strings of random bytes and then attempts to execute them. Used to test kernel stability.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:109.48kb
    • 提供者:Ji
  1. maillist

    0下载:
  2. 用三个线程,第一个线程负责mailing-list和template的处理,就是把mailing-list里人的邮箱地址和人名之类的按照要求填进template里的模板里, 第二个是负责处理template里的空格的,多于一个的连续空格要变成一个,每行最后的空格要去掉,每行开头不能有空格 第三个就是处理?,。等标点符号后要有两个空格,,而且命令行输入一个X,每行超过X个字节后就要自动换行 输出就是要把mailing-list里的人的信息填入tempate后输出到文件mail00001
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5.1kb
    • 提供者:徐小民
  1. scan

    0下载:
  2. 這是一個用lex撰寫的一個小程式,主要可以判斷出一些KEYWORD 噹輸入字元最兩邊加上" 可以判斷為字串 單純輸入英文與數字的字串 會儲存-This is a lex written with a small program that can mainly be to determine some of the most KEYWORD When the input characters on both sides of the words " can be judged as a s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:599byte
    • 提供者:Ken
  1. sharedm

    0下载:
  2. 用共享存储区方式实现多个进程的通信程序: 该程序通过shmget()函数创建共享存储区,将一个字符串指针指向该存储区的起始地址,然后通过fork()创建两个子进程,通过对该字符串指针的读写达到多进程间的通信。程序中使用sleep()函数调节各进程对共享存储区的读写操作顺序。-With the shared memory area where multiple processes of communication program: the program through the shmget
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:870byte
    • 提供者:JK
  1. CRY.tar

    0下载:
  2. Cryptography : you have to add three strings
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1.11kb
    • 提供者:jaydeep
  1. My-Random-Letters-Numbers-Generator-for-Linux

    0下载:
  2. This is random letter and number string generator. It may be used to make passwords or strings for a project. The code may be used in any c/pp projects. This code may work on both windows and linux.-This is random letter and number string generato
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-23
    • 文件大小:1kb
    • 提供者:BMX
  1. all-kinds-of-string-function

    0下载:
  2. 1.取左子串2.取右子串3.去除字符串空格及TAB及回车换行 4.替换字符串5.一个文件有很多行,每行的宽度是固定的,例如都是 100个字符. 给出一个字符串序列,在指定的宽度处加上空格,生成新文件. -1. Take the left sub-string 2. Get the right sub-string 3. Remove the spaces and TAB, and enter the string line 4. Replace string 5. A file has
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:1.68kb
    • 提供者:罗斯
  1. searchemail.c.tar

    0下载:
  2. 通过对一堆字符串分析,找出正确的email。并将其打印出来-Through analysis of a bunch of strings, find the correct email. And print it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:610byte
    • 提供者:刘永
  1. gzip

    0下载:
  2. The deflation algorithm used by zip and gzip is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:292.41kb
    • 提供者:Dennis
  1. arrayoutput

    0下载:
  2. 将若干字符串按字母顺序 利用指针(由小到大)输出 (禁止调用系统string相关函数) input: ddcc aabbcc bbccaa output: aabbcc bbccaa -the number of strings in alphabetical order using pointers (small to large) output (Prohibition call the system string correlation f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:791byte
    • 提供者:谭书田
  1. Android_helloworld

    0下载:
  2. 实验功能: 在第一个Hello World!为标签的activity中显示good,该界面中有一个名为Next的按钮。点击Next按钮进入到第二个activity中去,第二个界面中只有1个Close按钮。当然,据网上有人将要比较安全的实现关闭程序的功能也不是挺简单的,因为android有专门的退出键返回键等。所以该Close按钮暂时没去实现它。 我的第1个activity为HelloworldActivity,第2个activity为NextActivity. 实验说明:
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-01
    • 文件大小:681.96kb
    • 提供者:wuwei
  1. pick_up.c

    0下载:
  2. 实现将一段数字字符串,拆分成数字串和字符串。-For a string of numbers, split into a string of numbers and strings.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:667byte
    • 提供者:benson
  1. chipcHw_str

    0下载:
  2. Contains strings which are useful to linux and csp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:591byte
    • 提供者:xiebinreng
  1. caps

    0下载:
  2. Generate readable cap strings for debugging output.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:19.96kb
    • 提供者:tunhaoheng
  1. strings

    0下载:
  2. MSVC doesn t define ffs ffsl. This dummy strings.h header is provided for both.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.05kb
    • 提供者:fbvenvw
  1. strings

    0下载:
  2. Print the strings of printable characters in files Source Code for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.58kb
    • 提供者:qfdeiyon
  1. strings

    0下载:
  2. Descr iption:This file contains all the global strings for Device Driver for linux v2.13.6.
  3. 所属分类:Linux-Unix program

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