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

搜索资源列表

  1. injection

    0下载:
  2. Simple Process Hijacking in delphi.
  3. 所属分类:Hook api

    • 发布日期:2017-04-14
    • 文件大小:3929
    • 提供者:sebastian
  1. Modern_communication_systems_and_matlab(process)pr

    0下载:
  2. 现代通信系统与matlab(程序)proakis版-Modern communication systems and matlab (process) proakis version
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3590039
    • 提供者:
  1. process

    0下载:
  2. 进程运行轨迹的跟踪与统计 系统进程的调用-The process of running track the process of tracking and statistical system calls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:826
    • 提供者:金淼
  1. process

    0下载:
  2. 在Linux下的C文件创建进程,查看进程,换出进程,杀死进程-C under the Linux file creation process, view the process of changing out the process, kill the process,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1225
    • 提供者:zy
  1. delphi_PspTerminateProcess

    0下载:
  2. delphi版内核调用PspTerminateProcess杀进程源码,在ring3下搜索PspTerminateProcess地址,传给ring0,然后在ring0下调用。-delphi kernel call PspTerminateProcess kill the process, source code, in the next ring3 search PspTerminateProcess address, passed ring0, and then ring0 invoked.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:12902
    • 提供者:9908006
  1. GMM-GMR-v1.2

    0下载:
  2. GMM-GMR is a set of Matlab functions to train a Gaussian Mixture Model (GMM) and retrieve generalized data through Gaussian Mixture Regression (GMR). It allows to encode efficiently any dataset in Gaussian Mixture Model (GMM) through the use of an Ex
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1034732
    • 提供者:ning
  1. PL.SQL.Develope

    0下载:
  2. PL/SQLDeveloper是一种集成的开发环境,专门用于开发、测试、调试和优化OraclePL/SQL存储程序单元,比如触发器等。PL/SQLDeveloper功能十分全面,大大缩短了程序员的开发周期。强大的PL/SQL编辑器,完善的Debugger调试器(需要Oracle7.3.4或以上版本)询问创建\SQL视窗\命令视窗\报告视窗\项目\浏览器\过程优化\HTML手册\Non-PL/SQL目标\模板目录\比较用户目标\输出用户目标\工具\lug-In扩展\Multi-threadedID
  3. 所属分类:Oracle

    • 发布日期:2017-06-11
    • 文件大小:18285657
    • 提供者:刘海滨
  1. HideProcessVB

    0下载:
  2. 程序隱藏範例檔案-process hide sample for VB..........
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:26264
    • 提供者:foluswen
  1. process-pipe

    0下载:
  2. 一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code. A very good understanding of
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:85112
    • 提供者:sss
  1. process

    0下载:
  2. linux进程管理方面的相关测试程序 有助于大家学习 -linux process management aspects of the relevant test procedures will help them to learn from
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:55838
    • 提供者:韩佳楠
  1. Ring3Kill-process-cutek

    0下载:
  2. Ring3 下采用复制句柄的方式打开进程,并终止,可以干掉很多反病毒软件和一些驱动保护的进程-Ring3 used under way to open the process of copying handle and terminate, you can get rid of a lot of anti-virus software and a number of drive protection in the process of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:21323
    • 提供者:康康
  1. pipe

    0下载:
  2. 该程序先使用pipe()函数创建一个临时通信管道,然后使用fork()创建两个子进程,使用write()函数向管道两次写入”I’m parent process。”的信息,两个子进程使用read()函数从管道中获取信息并输出,然后两个子进程分别向管道写入”I’m child process a”和”I’m child process b”信息,由父进程从管道中读出并显示。在使用write()函数前,需要先使用lockf()函数锁住管道,写完信息后再解锁管道。-The program first
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:768
    • 提供者:JK
  1. ProtectPC

    0下载:
  2. 小精灵主动防御系统的设计与实现(附源码)。一个山寨版的简单的主动防御,代码比较简单, 进程方面:本主动防御系统采用驱动技术对进程创建进行拦截并通知用户,从而使用户了解到未知的恶意程序,达到防范病毒的目的。 文件方面:开启本主动防御将会对新创建的隐藏文件进行提示,从而达到对文件方面的监控。 注册表方面:病毒通常修改注册表,因此本主动防御系统提供了注册表创建功能,同时本主动防御系统还对病毒有可能的各种启动方式进行监控。 驱动方面:开启本主动防御将会对加载的驱动程序进行监控。 恶意
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2632998
    • 提供者:阿东
  1. matlabgeneticoptimum

    0下载:
  2. 基于MATLAB的遗传算法优化程序的编程 每一步都有详细的说明-MATLAB-based genetic algorithm optimization process every step of programming detail
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:4711
    • 提供者:田恩远
  1. process

    0下载:
  2. NEC芯片小车驱动程序,2009年电子设计大赛首次使用-NEC chip process for the small car,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1364793
    • 提供者:陈轩
  1. Process

    0下载:
  2. VC语言编写的进程查看程序,还包含关机功能,供大家参考!-VC language process viewer, but also contains the shutdown function for your reference!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1890226
    • 提供者:lu
  1. hide

    0下载:
  2. hide process, exe mais dll. simples e funcional
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:6289
    • 提供者:munizf
  1. jinchengjianshi

    0下载:
  2. 打开进程,然后监视这个进程是否关闭!delphi实现!-Open the process, and then monitor the process to turn it off! delphi implementation!
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:174365
    • 提供者:张洪涛
  1. APIHOOK

    0下载:
  2. Windows api hook的一段代码,在书上找到很好用可以保护进程不被结束-Windows api hook section of code found in the book very well not be used to protect the end of the process. .
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2786050
    • 提供者:爱雪人
  1. MATLAB-interpolation-process

    0下载:
  2. MATLAB 中的插值程序,含说明与范例,并比较四种插值方法的结果。-MATLAB in the interpolation process, including descr iption and examples, and compare the results of four kinds of interpolation methods.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:112204
    • 提供者:岳弘达
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com