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

搜索资源列表

  1. VPNDialer_0.3.7

    0下载:
  2. VPN拨号程序源码(from sourceforge.net)-VPN digit dialing procedure source code (from sourceforge.net)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:144804
    • 提供者:none
  1. xlspass

    0下载:
  2. 本程序只用于个人EXCEL密码遗忘时,试图探测密码; 减少重复劳动,不可进行其它不当使用,否则后果由使用者自负; 在文本框中输入EXCEL文档的全路径名称,例如: C:\\doc\\book1.xls; 适用于WINDOWS95/98/NT系统 ,安装了EXCEL97 。 此源码公开,欢迎感兴趣的网友优化提高。 稍加修改即可用于探测ACCESS ,WORD 文档的密码。 适当修改或增加密码字典:dict.DIC(纯文本),可提高探测速度。 可探测1~1
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16299
    • 提供者:chen
  1. digit

    0下载:
  2. 数字电压计是个实验例子,她使用FPGA开发板的AD、DA接口开发的数字电压表
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:10296
    • 提供者:suoguang
  1. ccx

    0下载:
  2. 适合于初学者的c语言小程序。例如 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 -Suitable for beginners c language applet. For example, the topic: There are 1,2,3,4 digits, how many can be composed of m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:5895
    • 提供者:xvzhihui
  1. MD5.tar

    0下载:
  2. 一个用Qt开发的MD5暴力破解工具,可破解4位数字密码。-Qt development of a use of violence to break MD5 tool to crack the 4-digit password.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:513577
    • 提供者:Hxcan
  1. SimpleEncryptionAlgorithmReversibleAndIrreversible

    0下载:
  2. 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:6609
    • 提供者:lym
  1. DataProtect

    0下载:
  2. EFToolkit程序操作说明: 基本功能: 锁定桌面、定时关机、定时备份 适用环境:windows系列操作系统 操作方式: 1.所有的操作均需要输入密码 2.密码的计算方式为:后四位数相加乘以第一位数即为密码-Operating procedures EFToolkit Descr iption: The basic function: lock desktop, timing shutdown, regularly back up the ap
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:235683
    • 提供者:黄佳星
  1. JinZhiZhuanHuan

    0下载:
  2. 任意进制数的转换。 设计思路:求n整除d的余数,就能得到n的d进制数的最低位数字,重复上述步骤,直至n为0,一次得到n的d进制数表示的最低位至最高为数字。由各位数字取出相应的字符,就能得到n的d进制的字符。 主函数是用于测试trans函数,要求输入一个待转换的正整数,接着调用trans函数进行转换,并输出改正知识的2-16进制数转换结果。-Arbitrary hexadecimal number conversion. Design: n divisible by d for the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:35084
    • 提供者:cl
  1. ElGamal

    0下载:
  2. Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal digit.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:65287
    • 提供者:vinay
  1. PanelCode

    0下载:
  2. The source code for the program is offered under the GNU General Public License. Please feel free to download the code, read it, modify it, compile it and run it locally. -Parameter definitions: use_naca: logical, true if we want to ge
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:78465
    • 提供者:XJ
  1. newmul.c

    0下载:
  2. This a program to multiply 2 infinite Digit numbers. The program also calculates the execution time. thanks Kr Anurag
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1313
    • 提供者:Kumar Anurag
  1. BinaryCode

    0下载:
  2. 字符串加解密:一个将该字符串进行加密的办法是:为每一位数字加上相邻数字的和。此程序时进行解密。完全原创!-String encryption and decryption: a way to encrypt the string is: for each digit and add the adjacent number. This program to decrypt. Completely original!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:4843
    • 提供者:兰丽
  1. cwcli_src

    0下载:
  2. CipherWall Client, code to work with sockets, sqlite database and CA realization: - RSA 2048-4096 bit - digit auth on RSA - 3-step cert auth - Blowfish in CFB mode (448 bit) - SHA-256 и SHA-512 - HMAC on base SHA-256 - random-digit gen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:94137
    • 提供者:Andrey
  1. safecli_src

    0下载:
  2. CipherWall Client, code to work with sockets, sqlite database and CA realization: - RSA 2048-4096 bit - digit auth on RSA - 3-step cert auth - Blowfish in CFB mode (448 bit) - SHA-256 и SHA-512 - HMAC on base SHA-256 - random-digit gen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:131481
    • 提供者:Andrey
  1. semaphore

    0下载:
  2. The shared memory has three character buffers, which are used to store a small letter, a capital letter, and a digit respectively. These buffers are logically independent. This program have some writer and reader threads. The writer threads are respo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:14304
    • 提供者:eagle
  1. digit-src-4_1.tar

    0下载:
  2. Graphics Digital source for linux/unix -Graphics Digital source for linux/unix
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-20
    • 文件大小:5831396
    • 提供者:房有定
  1. RSAManaged

    0下载:
  2. Silverlight中非对称加密及数字签名RSA算法的实现-Silverlight RSA Algrithm to impliment dissymmetrical encryption and digit sign
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:486019
    • 提供者:Zhaohua Mei
  1. DES

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。 明文按64位进行分组, 密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位, 使得每个密钥都有奇数个1)分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。 -DES algorithm for the key system of symmetrical cipher system, also know
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:13185
    • 提供者:yangyifan
  1. Airead-digit-box-6e93783.tar

    0下载:
  2. JPEG 文件解压缩(库文件) 背景音乐播放(多进程) 用户按键控制( IPC ) 画面特效显示(多线程) 目录遍历(多线程间通讯) Frombuffer 的应用(内存映射) U 盘检测(文件 I/O ) 天气预报( HTTP/XML )-JPEG files unzip (library files) The background music playback (Multi-process) The user button control (IPC) S
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:32437
    • 提供者:冬冬
  1. 12864LCD

    0下载:
  2. 12864液晶显示屏的一个C语言程序代码,第一行显示“1,2,3,4,5,6,7,8,9,0”并让每一位数字随机变化。-12864 LCD display, a C language program code, the first line " 1,2,3,4,5,6,7,8,9,0" so that each digit random variation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1202
    • 提供者:邵烨平
« 12 3 »
搜珍网 www.dssz.com