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

搜索资源列表

  1. R

    0下载:
  2. 跨进程解锁互斥体 Mutex,解锁CreateMutex,不单单是本进程哦,包括另外一个进程照样解锁,含权举所有进程和所有进程的所有Handel,Model,完整的范例,含demo范例,搞程序多开必备,独家上传.-Unlock mutex Mutex across processes the unlock CreateMutex, not just the process, oh, another process still unlock, including the right to cite
  3. 所属分类:Shell api

    • 发布日期:2017-11-10
    • 文件大小:25983
    • 提供者:曉風
  1. shell

    0下载:
  2. 简单的 Shell命令解析器的功能,创建子进程,并执行用户的命令,创建历史特性,当用户按下 Ctrl+C 键的时候打印出用户最近输入的10 个命令。包含实验报告-Simple Shell command parser function, creating a child process and execute user commands, to create history characteristics, when the user presses Ctrl+ C key when the u
  3. 所属分类:Shell api

    • 发布日期:2017-04-01
    • 文件大小:667369
    • 提供者:lijia
  1. check_lighttpd

    0下载:
  2. Linux下面的检查lighttpd的守护Shell,检查进程中是否存在lighttpd进程来决定是不是启动了lighttpd.可以计划任务运行,每十分钟一次,这样就不用担心 lighttpd进程崩溃后无人值守所造成的-Linux check the following lighttpd guardian Shell, to check the existence of the process to determine the lighttpd process is initiated ligh
  3. 所属分类:Shell api

    • 发布日期:2017-04-07
    • 文件大小:1398
    • 提供者:林王
  1. Injecto_src

    0下载:
  2. 线程的注入程序,快速的绑定到指定的程序,可以帮助初学的人。-Thread into the process, rapid binding to a specific procedure, can help novice person.
  3. 所属分类:Shell api

    • 发布日期:2017-04-03
    • 文件大小:336333
    • 提供者:杨小辉
  1. shell

    0下载:
  2. 使用管道实现父子进程间的通信(c语言编程);判断闰年,比较两个数的大小,文件IO操作-Father and son use the pipeline to achieve inter-process communication (c language programming) judge a leap year, compare the two the number of size, file IO operation
  3. 所属分类:Shell api

    • 发布日期:2017-04-03
    • 文件大小:2388
    • 提供者:黎阳
  1. KillNotes

    0下载:
  2. 我们用的notes经常会出问题挂掉,用这个可以快速杀掉notes进程。-We used to hang notes are often a problem with this can quickly kill the process notes.
  3. 所属分类:Shell api

    • 发布日期:2017-04-03
    • 文件大小:9901
    • 提供者:tj
  1. Phrak

    0下载:
  2. Phrak guide to process injection
  3. 所属分类:Shell api

    • 发布日期:2017-04-29
    • 文件大小:17436
    • 提供者:sasha2
  1. downmp3.tar

    0下载:
  2. 百度mp3自动下载程序,用python实现的,也用到了shell scr ipt,学习的好参考.-Baidu mp3 download process automatically, using python implementation also uses a shell scr ipt, a good reference study.
  3. 所属分类:Shell api

    • 发布日期:2017-04-14
    • 文件大小:3507
    • 提供者:warp
  1. downandexec

    0下载:
  2. 漏洞利用的shellcode ,功能是下载执行,程序给出了调用过程-Exploit the shellcode, download feature is implemented, procedures give a call to the process of
  3. 所属分类:Shell api

    • 发布日期:2017-04-15
    • 文件大小:8521
    • 提供者:张扬
  1. ServerCtr

    0下载:
  2. 定时重启程序,要求该程序与带重启的程序放在同一文件夹下。-Restart the procedure from time to time, require the procedure to restart the process with the band on the same folder.
  3. 所属分类:Shell api

    • 发布日期:2017-05-14
    • 文件大小:3287804
    • 提供者:Heys
  1. OnceCMD

    0下载:
  2. 没有cmd进程,却能完成和cmd相同功能的shell。可以看作一个外壳,没有cmd进程,非常有趣。-a shell like CMDshell but without CMD process,very funning.
  3. 所属分类:Shell api

    • 发布日期:2017-04-15
    • 文件大小:7021
    • 提供者:张问天
  1. unixmmi

    0下载:
  2. 这是一个QT应用部分的程序,是基于VC++平台的。-This is a QT application of part of the process, is based on VC++ platform.
  3. 所属分类:Shell api

    • 发布日期:2017-04-16
    • 文件大小:36848
    • 提供者:hua
  1. Mastering_UNIX_Shell_Scripting

    0下载:
  2. This comprehensive book takes you step-by-step through the process of writing shell scr ipts to solve real-world Unix problems and tasks
  3. 所属分类:Shell api

    • 发布日期:2017-05-12
    • 文件大小:2794957
    • 提供者:flipacas
  1. seh

    0下载:
  2. Working with Exceptions inject in proce-Working with Exceptions inject in process
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:7476
    • 提供者:hamlo
  1. EnumAppOwners

    0下载:
  2. Project enumerates all active processes and shows owner of proce-Project enumerates all active processes and shows owner of process
  3. 所属分类:Shell api

    • 发布日期:2017-04-06
    • 文件大小:232819
    • 提供者:jelisaveta
  1. shiyan2

    0下载:
  2. 学习如何编写一个UNIX的外壳——Shell,即命令解释程序。学习怎样接受命令,解释命令、执行命令,特别是创建子进程的方式来执行一个程序,以及父进程如何继续子进程的工作。-Learn how to write a UNIX shell- Shell, the command interpreter. Learning how to receive an order to explain the command, the command, in particular, the way is to
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:2557
    • 提供者:evaplum
  1. MfcExeSelfUpdate

    0下载:
  2. 看了好多升级程序,都是只能更新其它的文件,不能更新自己,所以写了这个MFC例子,实现升级程序的自更新。-Read a lot of the upgrade process, all other files can only be updated, can not update themselves, so wrote this MFC example, the upgrade process to achieve self-update.
  3. 所属分类:Shell api

    • 发布日期:2017-04-24
    • 文件大小:181974
    • 提供者:肖鹏
  1. BIN2C.ZIP

    0下载:
  2. linux中图像数据处理 用bin2c处理数据-process data in linux
  3. 所属分类:Shell api

    • 发布日期:2017-03-29
    • 文件大小:9785
    • 提供者:windy
  1. 22

    0下载:
  2. 进程管理器的 C++ 源代码 能够查看和管理 Windows 程序-Process Manager, C++ source code to view and manage Windows programs
  3. 所属分类:Shell api

    • 发布日期:2017-04-16
    • 文件大小:44224
    • 提供者:a0xa0
  1. 200512101113178076

    0下载:
  2. 检测进程 结束进程 网管专用程序!易语言版本的-Detection process, the process of network-specific procedures for the end! Easy language version of the
  3. 所属分类:Shell编程

    • 发布日期:2017-04-16
    • 文件大小:68911
    • 提供者:asdasd
« 1 23 »
搜珍网 www.dssz.com