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

搜索资源列表

  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
    • 文件大小:3161
    • 提供者:姚璇
  1. 数据加密传输

    0下载:
  2. :某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:    每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。 -: a company using a public phone data transfer, data is four integer, in the course of transmission is encrypted, encryption rules are as follows : E
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2956
    • 提供者:小倪
  1. WinMsgSimulator

    0下载:
  2. Windows消息模拟器,可以通过XML配置定规则来处理-Windows Message simulator, through XML configuration rules to handle
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:90374
    • 提供者:山中鹤
  1. rawsniffer

    0下载:
  2. Example: rawsniffer -p TCP -dp 25,110 -o f:1.txt -m -sniffpacket 嗅探指定规则数据抱并保存到文件 rawsniffer -sniffsmtp 只嗅探smtp,输出到屏幕 rawsniffer -sniffall -dp 0 -o f:1.txt 嗅探smtp,pop,ftp,post,telnet保存到文件,[-dp 0]过滤无用包 rawsniffer -sniffall -dp 0 -o f:1.txt
  3. 所属分类:系统编程

    • 发布日期:2017-03-23
    • 文件大小:50316
    • 提供者:贺鹏
  1. gtkmm2

    0下载:
  2. 我们的目标就是一切开元,我们致力提供一切开元的东西 我们遵循gun规则 -Our goal is everything Kaiyuan, we are committed to providing all the inception of the things we abide by the rules of gun
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:242655
    • 提供者:许悦
  1. wipfw

    0下载:
  2. 1. logamount, resetlog, frag options support 2. dynamic rules support 3. ndis-hooking driver (for NAT and other)
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:194065
    • 提供者:王斐
  1. snotv6

    0下载:
  2. IPv4和IPv6下发任意包的程序,针对snort规则发的包。-IPv4 and IPv6 packets under the arbitrary procedures, rules against snort fat packages.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:197690
    • 提供者:chengjr
  1. verilogsetup

    0下载:
  2. verilog学习软件,可以用其学习,掌握该语言的语法规则和运行环境-Verilog learning software can be used to study and master the language grammar rules and operating environment
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6624250
    • 提供者:hcf2005
  1. bison

    0下载:
  2. bison源代码.bison 是替代yacc的语法分析程序生成器. yacc是 Yet Another Compiler Compiler的缩写. bison又是什么呐 是一个生成可以分析文本文件结构的程序的程序. 用户不用直接编写程序而只用确定好如何分析这些文本文件的规则就可以了. 这种文本结构应用的例子举不胜举, 其中一个就是计算器(calculator).-bison source code. Bison is a replacement generates a syntax analys
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:287254
    • 提供者:uuutest
  1. metalog-0.6.tar

    0下载:
  2. Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically rotated when they exceed
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:101721
    • 提供者:robo
  1. NetExplorer

    0下载:
  2. 捕获流经指定网卡的数据,协议:ICP、UDP、ICMP。可以以二进制方式、文本方式流程数据,可设置规则,可保存数据。-flowing through designated capture card data, the agreement : ICP, UDP, ICMP. Be in binary mode, text mode data flow can be set up rules, the retention of data.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:382674
    • 提供者:anout
  1. nm_socket

    0下载:
  2. 网管程序.应用于网管主机之间按照规则交换网管数据,并进行md5校验-network management procedures. Management applied between hosts according to the rules of data exchange network, and md5 checksum
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:26178
    • 提供者:again
  1. 99-GuTingTing-RSA

    0下载:
  2. RSA算法是一种公钥密码算法.实现RSA算法包括生成RSA密钥,用RSA加密规则和解密规则处理数据。RSA数字签名算法利用RSA算法实现数字签名。本文详述了RSA算法的基本原理, RSA加密算法的实现以及如何利用RSA实现数字签名.-RSA is a public key cryptography algorithm. Implementation of RSA algorithm include RSA key generation. using RSA encryption and decr
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:19361
    • 提供者:huke
  1. libevent-1.1a.tar

    0下载:
  2. libevent API 提供了一种机制:当一个特殊事件在一个文件描述符上发生或者一个事 先设定的时间到达的时候执行一个callback 函数,另外,callback 也支持由信号或者规则的 timeout 引发的callback.-libevent API provides a mechanism for : When a special event in a file descr iptors occurred or a pre-set time when the arrival o
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:347007
    • 提供者:余少云
  1. ip包捕获的应用程序

    0下载:
  2. 一个很好的IP包捕获程序,可以在包内看到详细的IP包内容,并且设置了过滤规则,可以按照规则得到自己想要的东西VC6.0下调试通过-a good IP packet capture procedures, the package can be seen in detail within the IP packet contents, and set up filtering rules, we can follow the rules of the things you want to debug
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:31312
    • 提供者:丁涛
  1. ASN_1_BER_DER

    0下载:
  2. asn1 ber der 编码子集入门指南说明文档 RSA实验室的一份技术笔记本文简单介绍了OSI 抽象语法符号(ASN.1)的子集——基本编码规则(BER)和可辨别编码规则(DER)。本文的主要目的是为理解和实现PKCS协议族提供足够的背景材料。-asn1 ber der encoding a subset of the Getting Started documentation RSA Laboratories Technical notebook paper a brief intro
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:416177
    • 提供者:张乾亮
  1. makefile-rules

    0下载:
  2. makefile规则.pdf,makefile的制作,全面解析-makefile rules. pdf, makefile production, a comprehensive analysis. . .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:318658
    • 提供者:kingdom
  1. PCB-rules

    0下载:
  2. 我公司内部的PCB设计规范,供工程师参考,双层板及四层板设计规范首选。-the rules about PCB designed in my company
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:48038
    • 提供者:钟健
  1. sysfs-rules

    0下载:
  2. Rules on how to access information in the Linux kernel sysfs.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4551
    • 提供者:woncangxq
  1. community-rules.tar

    1下载:
  2. snort安装必备包 community-rules.tar.gz(Snort installation prerequisite package community-rules.tar.gz)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-08-26
    • 文件大小:330752
    • 提供者:kid1998
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com