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

搜索资源列表

  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
    • 文件大小:1652
    • 提供者:逍遥
  1. 加密模块

    0下载:
  2. Xor对称加密 调用模块里的函数即可-Xor called symmetric encryption module's function can be
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:951
    • 提供者:赵瑜
  1. s-des算法分析及实现

    0下载:
  2. :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:550087
    • 提供者:王冰
  1. PGP803-S-W

    0下载:
  2. vc下的pgp最新版本源码,不过没有网路功能,但还是很不错的!-vc pgp under the latest version of source code, but not the Internet function, but still very good!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7090359
    • 提供者:和焕君
  1. tetris

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:995982
    • 提供者:lif
  1. 2.0

    0下载:
  2. 用于opc开发的dll,包含了opc function网站提供的所有d-Opc developed for the dll, that contains the opc function site provides all the d
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:30566
    • 提供者:zhangronghua
  1. LINUX-function

    1下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-26
    • 文件大小:336540
    • 提供者:netyangarm
  1. jsq

    0下载:
  2. 一个简单的计算器,有简单的功能,同时用户可使用它进行简单的运算,-calculator s function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:2795
    • 提供者:雨郡
  1. SpliterWindows

    0下载:
  2. 在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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:61975
    • 提供者:小毛
  1. all_prmRoot

    0下载:
  2. 通过欧拉函数和判断两个数是否互素的函数来求出一个数的所有原根。-By Euler' s function and determine whether the two numbers to find the prime function of a number of all primitive roots.
  3. 所属分类:Network Security

    • 发布日期:2017-03-27
    • 文件大小:647
    • 提供者:xiaohe
  1. TestVirtual

    0下载:
  2. 查看面向对象多态执行流程,如果父类函数为纯虚函数,则会执行子类函数.-look at multy status in executing,if farther s function no execute health, execute child s function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:26183
    • 提供者:
  1. QQ

    0下载:
  2. QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能完成本模块的功能,那就请你继续装-QQ password e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:5339
    • 提供者:Ken
  1. ps

    0下载:
  2. 内核模块编程 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:85370
    • 提供者:李晓宇
  1. neural

    0下载:
  2. 单神经元自适应S函数仿真设计 亲写亲测 很好用的-self-adaptive single neural control simulin S function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:21775
    • 提供者:张鱼
  1. Shop

    0下载:
  2. 购物网站。推荐产品、人气商品以及热销产品的展示;会员信息的注册及验证;用户可通过关键字搜索指定的产品信息;用户可通过购物车一次购买多件商品;实现收银台的功能,用户选择商品后可以在线提交订单;提供简单的安全模型,用户必须先登录,才允许购买商品;用户可查看自己的订单信息;设计网站后台,管理网站的各项基本数据。-Shopping site. Recommended products, popular products, and selling products show membership inf
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:16973288
    • 提供者:黄梦溪
  1. processManager

    0下载:
  2. 使用WTL实现Windows进程管理器[模拟],可实现进程的查看,结束,以及进程的线程等,vs2005+WTL+windowsxpSP3。-programing the process manager on WTL,it s function just like windows prpcess manager,just for Demo.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:5623527
    • 提供者:alising chen
  1. createprocess

    0下载:
  2. delphi开发的能实现自我复制的小程序,模仿了病毒的自己复制与创建进程能力-the duplicate itself program developed by delphi, it s function include create process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:163406
    • 提供者:xueyuan
  1. server

    0下载:
  2. 用DELPHI开发的木马程序,可以实现自己启动,自我复制,隐藏自己,并把收集到的IP地址传送到指定的客户端-trojian program developed by delphi, it s function includes self duplicate, hide, collect the host s ip information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:171572
    • 提供者:xueyuan
  1. character_hello

    0下载:
  2. 该文档的功能是创建一个简单的字符设备驱动,压缩包里包含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
  3. 所属分类:Driver develop

    • 发布日期:2017-04-09
    • 文件大小:6204
    • 提供者:赤土
  1. DLL-Export-Viewer

    1下载:
  2. 查看dll函数,比Dumpbin使用起来更方便。-View dll s function.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:69450
    • 提供者:盛洪江
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com