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

搜索资源列表

  1. RC5-CTS

    1下载:
  2. RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.73kb
    • 提供者:郭佳
  1. FEAL8

    0下载:
  2. 本次的FEAL8轮叠代要求将64位的密文C与64位的密钥K经过要设计的解密程序运行得到所需的64位的明文P。由于2进制输入输出的位数太长不方便,再程序的数据运算中大量用上16进制。在数据的运算过程中又常常把输入的数据平均分成等份,因此在数据处理上用上数组形式。FEAL算法的三个基本运算函数是整个程序的重心,程序的密钥处理和解密过程都将以这三个运算函数为中心,因此,程序的设计以S函数 函数和 f函数来展开,再由主函数编写时调用三个函数。-the FEAL8 round of the iterati
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:逍遥
  1. vnx4

    0下载:
  2. vnc本地口令破解C源代码 默认情况下VNC服务端的密码是放在注册表中的,本工具只针对这种情况。首先用ASP读出注册表中的加密密码,然后用破解工具破解。我给出大家一个读取VNC密码的ASP脚本,默认情况下VNC密码存放在HKCU\\Software\\ORL\\WinVNC3\\Password Set WshShell = server.CreateObject(\"Wscr ipt.Shell\") bkey=WSHShell.RegRead(\"HKCU\\Software\\ORL\
  3. 所属分类:弱点检测代码

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

    0下载:
  2. BP算法的C++类,输入输出全部采用文件格式,不用在运行的时候一个一个输入拉-BP algorithm C++ Category, input and output file format used, do not have a running time of an input pull
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:5.06kb
    • 提供者:
  1. linux_shell_C

    0下载:
  2. C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redirection as well as the simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:132.47kb
    • 提供者:secret
  1. s3c2410_ts

    0下载:
  2. 基于S3C2440的四线电阻式触摸屏驱动程序,linux2.6.22内核。把touchscreen.c放在driver/input/touchscreen/下。修改arch/arm/mach-s3c2440/mach-smdk2440.c以及相应的Makefile加上驱动即可-S3C2440 based on the four-wire resistive touch screen driver, linux2.6.22 core. Touchscreen.c on the driver/inp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:3.73kb
    • 提供者:nhonz
  1. smooth.c

    0下载:
  2. smooth an array of floating points. User specify number of points. Sort in-place or input-to-output array. Smooth double array.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:587byte
    • 提供者:steveo
  1. beipin

    0下载:
  2. 倍频出200M时钟,对输入脉冲进行计数测量时间间隙-produce 200M clock,count the input pulse
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:193.45kb
    • 提供者:储培
  1. input

    0下载:
  2. qt4编写的输入法,字库为文件存储的形式,通过c++里面的map容器进行检索-input for qt4
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:82.02kb
    • 提供者:洪国海
  1. RSA

    0下载:
  2. 输入明文,用rsa算法加密,然后输出加密后的密文,再用此算法解密,输出解密后的明文。-Input plaintext, using rsa encryption algorithm, and then the output encrypted ciphertext, and then decrypt this algorithm, the output of the plaintext after decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:797.58kb
    • 提供者:陌生初熏
  1. c-md5code

    0下载:
  2. 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) /*输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符) 字符串 */ char* MDFile (char *) /*输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长 (32个字符)字符串 */ char* hmac_md5(char* text, char* key) /*输入任意一个字符串text,和一个用
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:5.82kb
    • 提供者:wangyicai
  1. c

    0下载:
  2. 学生信息管理系统功能有学生信息的录入、修改、查询、删除、排序。-Student Information Management System features information on student input, modify, query, delete, sort.
  3. 所属分类:Network Security

    • 发布日期:2017-04-06
    • 文件大小:2.16kb
    • 提供者:单鹏涛
  1. six_four.c

    0下载:
  2. 用C语言编写程序,将输入文件的各行逆序显示在标准输出上。如果不指定文件名,则逆序显示标准输入的内容。当使用-c选项时,每一行的字符也逆序输出。 标准输入以CTRL+D表示结束。使用系统调用.-With the C programming language, each line of the input file to standard output in reverse order. If you do not specify a file name, display the standar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:701byte
    • 提供者:zangxiao
  1. evtest.c.tar

    2下载:
  2. 使用在Linux下面的程序,可以用来测试event设备,这些设备通常位于/dev/input/。它支持很多的设备类型,对于调试非常有帮助。-Use the following program on Linux, can be used to test the event equipment, which is usually located in/dev/input /. It supports many types of equipment, very helpful for debuggin
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-07-17
    • 文件大小:6kb
    • 提供者:haohuiming
  1. syscall

    1下载:
  2. fprintf(stdout,"*** *** Help information for s*** *** *\n",APP_NAME) fprintf(stdout,"[Usage] s -[b:n:c:w:p:rsdh] <value>\n", APP_NAME) fprintf(stdout,"Version: s, Date: s, Author: Youri Zhang\n\n", VERSION, BUILD_DATE) fprintf(stdou
  3. 所属分类:Driver develop

    • 发布日期:2017-03-31
    • 文件大小:2.85kb
    • 提供者:李建永
  1. DAQmx-ANSI-C

    0下载:
  2. NIDAQmx入门学习代码,数据采集,模拟输入输出-NIDAQmx started learning code, data acquisition, analog input and output
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:947.49kb
    • 提供者:高峰
  1. maze.c.tar

    0下载:
  2. analyse the various characteristics of a maze, represented by a particular coding of its basic con- stituents into numbers stored in a file whose contents is to be redirected to standard input, and – either display those characteristics – or ou
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.53kb
    • 提供者:zx
  1. Project1.c

    0下载:
  2. Write a C program (on a Unix/Linux system) that counts and displays the number of words, non-white space characters, and/or lines in a text file. The name of the input file is to be provided to the program as a command line argument. In addition, the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1.02kb
    • 提供者:aaron7pm
  1. tm6000-input

    0下载:
  2. tm6000-input.c - driver for TM5600 TM6000 TM6010 USB video capture devices.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.11kb
    • 提供者:cuimankei
  1. SM3,SM4_UI

    1下载:
  2. 将国密算法SM3, SM4 ECB的C代码打包成dll库。 然后在C#中进行调用。 有输入输出接口,测试结果正确。 包含所有源代码,可在此基础上进一步开发(The C code of the Chinese national algorithm SM3, SM4 ECB is packaged into a dll library and then called in C# with input and output interfaces. The test result is corre
  3. 所属分类:加密解密

    • 发布日期:2019-04-04
    • 文件大小:73kb
    • 提供者:iammark
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com