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

搜索资源列表

  1. 基于数据挖掘技术入侵检测系统研究

    0下载:
  2. 入侵检测技术已经成为网络安全领域的研究热点。本文介绍了入侵检测的分类以及应用在入侵检测中的数据挖掘方法,并阐述了构建的基于数据挖掘技术的入侵检测系统的设计与实现。-Intrusion Detection Technology network security has become a hot topic. This paper introduces the intrusion detection and the application of the classification in Intru
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:6753
    • 提供者:李显
  1. 视频会议系统的安全保密方法

    0下载:
  2. 视频会议中的加密算法 数据加密标准(DES) RSA公钥密码体制 MD5算法及其实现 -Video conferencing system video conferencing methods in security encryption algorithms Data Encryption Standard (DES) RSA public key cryptosystem MD5 algorithm and its implementation
  3. 所属分类:加密解密

    • 发布日期:2017-03-26
    • 文件大小:35353
    • 提供者:张三
  1. PrimeGenAndTester

    0下载:
  2. Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:22393
    • 提供者:s_wilfred
  1. codeinject_package

    0下载:
  2. 如何将代码注入不同的进程地址空间,然后在该进程的上下文中执行注入的代码。本文将介绍三种方法-How to code the process into a different address space, and then in the process into the context of the implementation of the code. This article will introduce the three methods
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:48346
    • 提供者:huanf
  1. codeinject_pacage

    2下载:
  2. 收集几款VC++代码注入程序,不同时期的都有,通过这些示例你会明白如何将代码注入不同的进程地址空间,随后在该进程的上下文中执行注入的代码。这里主要是三种方法:   1、Windows 钩子   2、CreateRemoteThread 和 LoadLibrary 技术 ——进程间通信   3、CreateRemoteThread 和WriteProcessMemory 技术   ——如何用该技术子类化远程控件   ——何时使用该技术-Collection of se
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:48499
    • 提供者:300
  1. opeDataSet.dll

    0下载:
  2. 界面部分和业务部分物理分离。将业务部分和界面部分分别编译成dll和exe可执行文件。 定义一个接口部分以实现界面部分和业务部分之间通讯。接口部分可使用接口或抽象类来实现。一定要保持接 口的稳定,轻易不要改变接口单元中的内容。还可通过预留接口来满足未来功能增长的需求。 经常变动的通常是业务部分,通过修改DLL封装对象的实现方法来升级DLL,无需重新修改和编译界面部分的Exe文件。-Interface part and the operational part of the phy
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:630777
    • 提供者:黄磊
  1. sms4_xorl

    0下载:
  2. 我们在项目中使用的SMS4实现的加密算法,不仅使用sms4还有4次扰码进行的高安全的加密方法。-We have used in the project implementation SMS4 encryption algorithm, not only to use sms4 there four times scrambling codes of the high-security encryption methods.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:10443
    • 提供者:Cocos
  1. cal.tar

    0下载:
  2. 在linux中的运用QT程序和C++编写的计算器的源码,有信号和槽的实现方法和鼠标获取的方法-The use of QT in linux programs and calculator written in C++ source code, there are signals and slots implementation of methods and ways to obtain the mouse
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:35801
    • 提供者:wangqujian
  1. VC_TCL

    0下载:
  2. 功能描述: 此程序主要演示TCL的以下几个方法: 1. 使用接口Tcl_CreateCommand()增加命令 2. 使用另一个API接口Tcl_CreateObjCommand()增加命令 3. 演示Tcl_CreateCommand()和Tcl_CreateObjCommand()接口中参数ClientData和 Tcl_CmdDeleteProc *的使用方法 4. 如何使用TCL API创建自己的应用程序 5. 使用TCL自带的交互接口执行用
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:8114
    • 提供者:曾华荣
  1. 8

    0下载:
  2. 介绍嵌入式实时操作系统及其 BSP 的功能和模块划分,在此基础上分析 BSP 主要流程和典型结构框架;接着介绍和分析嵌入式实时操作系统 BSP 设计的四种 方法;然后具体实现基于 PowerPC 平台的 VxWorks BSP,以及基于 ARM 平台的嵌入 式实时 Linux BSP,并给出测试结果;最后总结全文,指出进一步研究的方向。 本文介绍的 BSP 设计方法对优化和扩充 BSP 的基本功能有一定的指导意义。本文 实现的 VxWorks BSP 和嵌入式实时 Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1019945
    • 提供者:king
  1. banker

    0下载:
  2. 共享资源分配与银行家算法 [问题描述] 本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。 -Share resource allocation algorithm with bankers [Problem Descr iption] T
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:11294
    • 提供者:yuebo
  1. Linux_loadable_kernel_module_mechanism_and_applica

    0下载:
  2. 为了缩短 Linux 开发和测试的时间,提高开发效率。详细分析了Linux 可加载内核模块机制即LKM(Loadable Kernel Module)的工作原理、实现细节和LKM 机制中的关键技术,总结了在实际开发中针对最新内核稳定版本2.6 编写内核模块的方法和需要注意的问题。在Linux操作系统环境下应用LKM 对零拷贝原理进行了实现。在Linux 开发和研究中应用LKM 可以大大加快开发速度-In order to shorten the Linux development and tes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:127134
    • 提供者:jsh
  1. base64_

    0下载:
  2. base64 编解码实现,其中有两种方式,一种是比较普通的c++ stl实现,另一种是根据国外的某人用java写的程序 用c++的方式重新实现的-base64 codec implementation, where there are two methods for a more general c++ stl implementation, and the other is based on a person abroad programs written using java with c+
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:7972
    • 提供者:qiangl
  1. hiding_concepts_rootkits

    0下载:
  2. Many people do not realize the real danger from rootkit technology. One reason for this probably that publicly available rootkits for Windows OS are relatively easy to detect by conventional methods (i.e. memory scanning based). However, we can i
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:222085
    • 提供者:alice
  1. Linux

    0下载:
  2. 主要对linux下的驱动开发流程以及方法、和实现做出详细的讲解!-Mainly driven under linux development process and methods, and implementation to make a detailed explanation!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:2392795
    • 提供者:杨钊
  1. led_dev_and_led_test

    0下载:
  2. 一个在友善mini2440板子上控制led的驱动程序和应用程序,通过混杂设备模型实现,通过完整的ioctl设备方法实现规则实现,友善之臂提供的源码没有利用完整的ioctl实现规则,这里的代码多了ioctl命令定义,ioctl命令检查。在应用程序中多了一个获得led状态的功能。里面附代编译好的模块和程序,可直接加载到mini2440板子上进行实验。-A control board in a friendly mini2440 led drivers and applications, throug
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:7299
    • 提供者:lifegnwei
  1. Volume

    0下载:
  2. 体绘制方法以及属性控制界面,可以嵌入自己的跨平台程序中,界面用Qt实现-Volume rendering methods, and properties of the control interface, you can embed your own cross-platform program, the interface implementation with Qt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:192323
    • 提供者:tiancai
  1. BitmapWindow1

    0下载:
  2. VC++异形窗口,示范了如何使用VC创建以图片为对话框形状的异形窗口,本款异形窗口在WM_ERASEBKGND消息中自贴图,实现的方法和原理:先创建一个无背影画刷窗口,然后在WM_CREATE中并指定透明颜色, 缩放位图后加载至s_hdcMem中,最后在WM_ERASEBKGND中用s_hdcMem贴图即可。   实现时需要缩放位图、得到窗口大孝创建与窗口大小相等且能容纳位图的HDC - s_hdcMem、将原位图缩放到窗口大校   按下Esc键时退出(关闭)窗口。-Profiled
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:165897
    • 提供者:张海玲
  1. MobileMap

    0下载:
  2. 代码过程中加入了部分注释,便于阅读理解,对Android移动地图感兴趣的,或许可下载看看这个例子,每个人实现MobileMap的思路或许不尽相同,也许有时候会找到一种更灵活的实现方法。-Code process some notes, to facilitate reading comprehension, interested in Android mobile map, or license download look at this example, everyone MobileMap
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:112130
    • 提供者:程年生
  1. Four-Methods-of-Singleton

    0下载:
  2. 设计模式中单例模式 的实现,包含了多种实现,真正优秀的单例模式,绝对单例、线程安全、模板-Singleton design pattern implementation, including a variety of implementations, truly excellent single-case model, the absolute single case, thread-safe, templates
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:10201
    • 提供者:xinshangqiusi
« 12 3 »
搜珍网 www.dssz.com