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

搜索资源列表

  1. BMarithmetic

    0下载:
  2. 该BM算法用来求二元域上长度为11的序列的线性综合解-the BM algorithm used for binary domain length of the sequence of 11 linear integrated solution
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6529
    • 提供者:傻傻
  1. Linux内核重编译常见故障介绍

    0下载:
  2. 收集整理了几个在Linux内核重编译中最常见的故障及其解决方法,如果您在编译内核过程中遇到了类似的故障,那么本文将会对您有所帮助。-collected several of the Linux kernel recompile the most common fault and the solution, if you are in the kernel process encountered a similar fault, then this will be of help to you.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2708
    • 提供者:李明
  1. SeePass

    0下载:
  2. 采用远程线程查看星号密码,支持查看某些采用了 anti 技术的编辑框。大部分网游就是因为这样所以用传统的键盘HOOK技术取不到密码。这份代码提供了完整的解决方案。用处嘛?还用多说?-distance threads View asterisk password used to support the view of some anti technical editor box. Most online games is the reason why the traditional keyboar
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:6207
    • 提供者:漆光耀
  1. ProjectMIDI_demo

    0下载:
  2. MIDI provides a common interface that allows interconnecting a vast array of electronic devices. Getting those devices working cooperatively is an entirely different story. This project aims to provide a solution to that specific problem.-MIDI provid
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:602533
    • 提供者:邹增理
  1. 基于密码技术的MobileAgent系统安全问题解决方案

    0下载:
  2. Agent技术的研究起源于人工智能领域。由于Agent具有自治性、智能性、反应性、主动性等优点,因此越来越受到人们的重视,并被广泛应用于网络技术和分布式计算。Agent技术很好的解决了网络间任务分配及合作的问题,但Agent系统实际应用时的安全问题一直没有得到很好的解决。本文设计了一个可实际应用的Mobile Agent系统安全问题解决方案,该方案可以有效解决实际运行中Agent系统的安全认证及安全通信问题。最后介绍了该方案在个性化E-learning系统中的实际应用情况。-Agent tech
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:154003
    • 提供者:李皓
  1. zhcon-0.2.4.tar

    0下载:
  2. zhcon最新版本0.2.4,完美的中文,日文,韩文输入法,完整的解决方案,界面类似UCDOS,界面友好,具有智能输入能力,安装配置简单,适合入门级的你学习和使用。-$ latest version 0.2.4, the perfect Chinese, Japanese, Korean input method, a complete solution, interface similar UCDOS friendly interface, with intelligent input cap
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5036479
    • 提供者:观光客
  1. RuntimeMonitoringAgent

    0下载:
  2. 开发程序过程中,经常需要实时知道某个变量的值,某个函数执行时间以及程序运行到哪里了,使用debugger会打断程序的执行,本例程提供了一个好的解决办法-development procedure, often need to know the value of a given variable, a function of time, and procedures for the implementation of the operation where the debugger will be
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:253941
    • 提供者:peter
  1. Computmethod

    0下载:
  2. 有关计算方的经典算法的C程序,迭代、插值、各类积分公式,常微分方程的数值求解、Gauss列主元消去法-side of the calculation of the classical algorithm C procedures, iterative, interpolation, all integral formula, and often the numerical solution of differential equations. Gauss out PCA elimination
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13759
    • 提供者:易牧
  1. des_cross_any_os

    0下载:
  2. 该代码实现跨平台的des加密解密功能,解决了平台间高低字节差异所造成的密文不同问题-the code to achieve cross-platform des encryption and decryption functions, the solution platforms byte level differences caused by different problems ciphertext
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6368
    • 提供者:王建英
  1. CONAX

    1下载:
  2. CONAXCA的源代码,怎么设置过滤器,怎么解EMM,ECM都有-CONAXCA the source code, how set up filters, how EMM solution, ECM has.
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:92230
    • 提供者:lwy
  1. 20050917192634_refresh

    0下载:
  2. 一个用双缓冲解决闪烁问题的程序源码 用双缓冲解决闪烁问题的例子。-a double-buffer solution Flicker procedures source in double buffer solution Flicker example.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:287415
    • 提供者:王芳
  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. 硬件求解平方根源代码加密 (硬件求解平方根的,将license添加到原有的MaxplusII或QuartusII的license中就可以直接使用,但源代码加密。altera提供 )-solving square root of the hardware encryption code (square root of the hardware solution will be added to the original license MaxplusII or Quartus II of the
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:40676
    • 提供者:咱航
  1. enterprise_managemant_system

    0下载:
  2. 企业内部管理信息系统 检索结果关键字突出显示; 中文乱码问题简单有效解决; 按业务逻辑功能布置Bean包-internal management information system keyword search results highlighted; Chinese Clobber simple and effective solution; by business logic function layout packages Bean
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1219494
    • 提供者:罗楷
  1. md4.c

    0下载:
  2. 主要是加解算法类的,大家如果需要可以下载,谢谢大家-mainly comprised the kind of solution algorithm, we can be downloaded if required, thank you
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3212
    • 提供者:rgb
  1. sanpack_rsa_vs2003sln_src

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1052497
    • 提供者:周刘兵
  1. barber(2)

    0下载:
  2. 理发师问题的信号量解决方法实现,基于C语言编写-Semaphore barber problem solution implementation, based on C language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1742
    • 提供者:wgx
  1. Instructors-Solution-Manual.pdf.tar

    1下载:
  2. 《深入理解计算机系统》课后作业答案(英文版)-<computer systems : a programmer perspective> instructor s solution manual
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:241434
    • 提供者:joe
  1. solution

    1下载:
  2. solution prevent attack blackhole in protocol routing on manet
  3. 所属分类:Network Security

    • 发布日期:2017-05-16
    • 文件大小:4415697
    • 提供者:ngo huyen
  1. solution.tar

    0下载:
  2. 利用LU分解来求解方程的解,方乘的要求是中小型稠密矩阵,算法复杂度为O(n2)-calculate the solution of a equation with LU decomposition
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:1362
    • 提供者:徐飞
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com