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

搜索资源列表

  1. dess.zip

    0下载:
  2. Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
  3. 所属分类:加密解密

    • 发布日期:2023-11-09
    • 文件大小:51.61kb
    • 提供者:
  1. dancitongji

    0下载:
  2. 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。 利用二叉树实现-the right time to a text file input.txt, divestment English words, output by an order of the dict
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:40.05kb
    • 提供者:李剑
  1. shebeihuanchong

    8下载:
  2. 假设系统中有两个分别名为P1、P2的进程及两台均可进行输入、输出操作的设备d1、d2。两个进程可以从两台设备中的任何一台输入数据,并可以向其中的任何一台设备输出数据。编写C程序,模拟操作系统中使用的设备缓冲区管理算法,完成上述进程的输入、输出操作及数据处理任务。-assumption that the system has two named P1, P2 and the process can be carried out two input, output operation of equ
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.94kb
    • 提供者:houny
  1. 2_des

    0下载:
  2. DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位,首先,DES把输入的64位数据块按位重新组合,并把输出分为L0、 R0两部分,每部分各长32位,并进行前后置换(输入的第58位换到第一位,第50位换到第2位,依此类推,最后一位是原来的第7位),最终由L0输出左 32位,R0输出右32位,根据这个法则经过16次迭代运算后,得到L16、R16,将此作为输入,进行与初始置换相反的逆置换,即得到密文输出。-DES algorithm combines the 64 expr
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:67.47kb
    • 提供者:fasf
  1. SDes_java

    2下载:
  2. S-加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。 加密算法包括5个函数:初始置换(IP);复杂函数fk,它包含有置换和代换运算,并且依赖于输入的密钥;用以转换数据两个部分的简单置换函数(SW);再一次运用函数fk;最后的一个置换函数是IP的逆。解密过程是加密的逆过程。 -S-encryption algorithm for the importation of an eight expre
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4.31kb
    • 提供者:linvg
  1. SDES_VC++

    0下载:
  2. S-DES加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。解密过程是加密的逆。程序使用:读入一个文档文件,对其内容加密,输入密钥和选定存放生成密文的目录,点加密;解密操作与加密相似。-S-DES encryption algorithm for the importation of an eight expressly group and a 10 Key, output for the eight-
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:37.85kb
    • 提供者:linvg
  1. 对读入的某个文本文件input.txt中,拆出英文单词

    0下载:
  2. 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。-Of reading a text file input.txt, the demolition of the English word, the output of a lexicographical order
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-01-25
    • 文件大小:1kb
    • 提供者:huang
  1. liblogger_0.1

    0下载:
  2. 一款为C++开发的日志工具,支持输出到文件、网络以及控制台。-one for C++ development tools for the log to support output to a file, network and console.
  3. 所属分类:Network Security

    • 发布日期:2017-03-30
    • 文件大小:158.09kb
    • 提供者:孙文
  1. 2c

    0下载:
  2. twocrypt(2c)是一个 PoC工具,用于超狂妄者。它把两个文件加密成一个。不同的口令可以用于解译不同的变量。输出不能从单个加密文件中识别出来,并且这个工具使用一种合法的算法,这种算法本身并不意味着要隐藏任何信息。-twocrypt (2c) is a PoC tool, uses in the ultra arrogance. It encrypts two documents. The different password may use in the solution to tr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-25
    • 文件大小:13.34kb
    • 提供者:王勇
  1. seeopen.ZIP

    0下载:
  2. 一个可以看现在计算机上有那些端口已经被打开的程序。利用了Windows提供的IPHelpApi.DLL提供的输出函数来实现端口监视功能。非常小非常cool!!!特有用-one can see now the computer which port has been open procedures. Use of Windows provided IPHelpApi.DLL provided by port output function to achieve the surveillance f
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:33.35kb
    • 提供者:dong.zhanming
  1. CRC

    0下载:
  2. 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:5.89kb
    • 提供者:lijq
  1. SCode

    0下载:
  2. DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密,如果Mode为加密,则用Key去把数据Data进行加密,生成Data的密码形式作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式作为DES的输出结果。在使用DES时,双方预先约定使用的”密码”即Key,然后用Key去加密数据;接收方
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:83.96kb
    • 提供者:daijie
  1. DES

    0下载:
  2. 可以在J2me下使用的DES加密算法,输入输出参数均为byte[],使用参数1加密,0解密。-J2me can use at the DES encryption algorithm, input and output parameters are byte [], using the parameters of one encryption, 0 decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.52kb
    • 提供者:Jacky
  1. ns2stupidplot.tar

    0下载:
  2. Python module for interfacing with GnuPlot. This will produce a graph like the one below, just by passing in a 2D array containing the data. The output is also customizable.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3.59kb
    • 提供者:milan
  1. mycal

    5下载:
  2. 使用vi编辑器编写一段Shell程序,取名为mycal1459,实现与Linux中cal命令类似的功能,当输入: $mycal [月份名] 年时,屏幕输出指定的年月的月历。例如: $mycal October 2009 屏幕输出2009年10月的月历。 注:参数可以是英文或者是数字。 -Using the vi editor to write a Shell program, named mycal1459, Implementation and Linux in
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-05-16
    • 文件大小:1.49kb
    • 提供者:zy
  1. 11

    0下载:
  2. Linux 下进程间通信实例之一——信号量 使用信号量控制父子进程的输出顺序-Linux, one example of inter-process communication- use semaphore semaphore control the output of the process of the order of father and son
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:11.48kb
    • 提供者:hero
  1. cfz

    0下载:
  2. 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5.18kb
    • 提供者:王跃
  1. dzdz

    0下载:
  2. 查找出两个文件中具有某一相同字段的行,输入:两个文件名 如文件一是有100行的学生学号和姓名,文件二是1000行的学生学号及考试成绩 输出:二个文件 文件一为查找出的100行的学生学号及考试成绩,文件二为未查找出的900行的学生学号及考试成绩 可对原码做相应修改,来得到需要的字段,如把两个文件拼成一个,或只取其中相应字段等-Find out the two files in the same field with a line, enter: First, the two
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:784byte
    • 提供者:dht
  1. ANALYTICAL_GA

    0下载:
  2. The scr ipt fits a given general analytical law using Genetic Algorithms. Such law can depend on several input variables and various parameters, but it must have only one output, to be matched to the input variable y. The optimum coefficients a
  3. 所属分类:CA program

    • 发布日期:2017-11-18
    • 文件大小:1.78kb
    • 提供者:muralikrishna
  1. num

    0下载:
  2. fixes bug in floating point emulation on sparc64 when this scr ipt produces off-by-one output on sparc64 Source Code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.38kb
    • 提供者:gaobipu
« 12 3 »
搜珍网 www.dssz.com