搜索资源列表
FEAL8
- 本次的FEAL8轮叠代要求将64位的密文C与64位的密钥K经过要设计的解密程序运行得到所需的64位的明文P。由于2进制输入输出的位数太长不方便,再程序的数据运算中大量用上16进制。在数据的运算过程中又常常把输入的数据平均分成等份,因此在数据处理上用上数组形式。FEAL算法的三个基本运算函数是整个程序的重心,程序的密钥处理和解密过程都将以这三个运算函数为中心,因此,程序的设计以S函数 函数和 f函数来展开,再由主函数编写时调用三个函数。-the FEAL8 round of the iterati
加密模块
- Xor对称加密 调用模块里的函数即可-Xor called symmetric encryption module's function can be
s-des算法分析及实现
- :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm
PGP803-S-W
- vc下的pgp最新版本源码,不过没有网路功能,但还是很不错的!-vc pgp under the latest version of source code, but not the Internet function, but still very good!
tetris
- linux 下的 仿联众版俄罗斯方块游戏。qt3 实现。 具有 人机交互功能。 具有 对战模式。 喜欢玩俄罗斯方块的朋友们,在linux下也不再孤单啦-OurGame imitation under linux version of Tetris game. Qt3 achieve. With human-computer interaction function. Battle mode has. Love to play Tetris friends, in linux you
2.0
- 用于opc开发的dll,包含了opc function网站提供的所有d-Opc developed for the dll, that contains the opc function site provides all the d
LINUX-function
- LINUX函数手册.chm 世界上最全的linux 函数大集合,特别添加了有关linux 线程 相关的函数,以及线程编程原理-LINUX manual function. Chm of the world' s most full-function large collection of linux, in particular, to add the linux-thread-related functions, as well as programming principle thre
jsq
- 一个简单的计算器,有简单的功能,同时用户可使用它进行简单的运算,-calculator s function
SpliterWindows
- 在winform中采用SpliterWindows进行页面分割,实现b/s中ifr a me的功能,供大家参考-In winform SpliterWindows for page segmentation used to achieve b/s in the ifr a me' s function, for your reference
all_prmRoot
- 通过欧拉函数和判断两个数是否互素的函数来求出一个数的所有原根。-By Euler' s function and determine whether the two numbers to find the prime function of a number of all primitive roots.
TestVirtual
- 查看面向对象多态执行流程,如果父类函数为纯虚函数,则会执行子类函数.-look at multy status in executing,if farther s function no execute health, execute child s function
QQ
- QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能完成本模块的功能,那就请你继续装-QQ password e
ps
- 内核模块编程 1)设计一模块,该模块的功能是列出系统中所有内核线程的程序名、PID号和进程状态。 2)设计一个带参数的内核模块,其参数为某个进程的PID号,该模块的功能是列出该进程的家族信息,包括父进程、兄弟进程和子进程的程序名、PID号。 -Kernel module programming 1) design a module, the module s function is to list all kernel threads of the process name, P
neural
- 单神经元自适应S函数仿真设计 亲写亲测 很好用的-self-adaptive single neural control simulin S function
Shop
- 购物网站。推荐产品、人气商品以及热销产品的展示;会员信息的注册及验证;用户可通过关键字搜索指定的产品信息;用户可通过购物车一次购买多件商品;实现收银台的功能,用户选择商品后可以在线提交订单;提供简单的安全模型,用户必须先登录,才允许购买商品;用户可查看自己的订单信息;设计网站后台,管理网站的各项基本数据。-Shopping site. Recommended products, popular products, and selling products show membership inf
processManager
- 使用WTL实现Windows进程管理器[模拟],可实现进程的查看,结束,以及进程的线程等,vs2005+WTL+windowsxpSP3。-programing the process manager on WTL,it s function just like windows prpcess manager,just for Demo.
createprocess
- delphi开发的能实现自我复制的小程序,模仿了病毒的自己复制与创建进程能力-the duplicate itself program developed by delphi, it s function include create process
server
- 用DELPHI开发的*程序,可以实现自己启动,自我复制,隐藏自己,并把收集到的IP地址传送到指定的客户端-trojian program developed by delphi, it s function includes self duplicate, hide, collect the host s ip information
character_hello
- 该文档的功能是创建一个简单的字符设备驱动,压缩包里包含module_hello和user_hello,其中module_hello文件夹里面包含了hello.c字符驱动代码和MakeFile文件,经过编译可生成相应的.ko模块;user_hello是用户程序,经过编译后可生成相应的可执行文件,执行用户的可执行文件可对相应的字符设备进行读写操作。-The document' s function is to create a simple character device driver, c
DLL-Export-Viewer
- 查看dll函数,比Dumpbin使用起来更方便。-View dll s function.