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

搜索资源列表

  1. ProcessCommunication

    0下载:
  2. C#进程间通信编程。使用管道方式在两个进程间传递一个数据结构。-CSharp codes demo of interprocess communication. The demo shows how to use pipeline to pass a data struct between two process.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:488.43kb
    • 提供者:魏兰
  1. csharp

    1下载:
  2. 功能强大的保护进程不被终止,无法在任务管理器中终止,并且360也无法操作-Powerful protection process is not terminated in the Task Manager can not be terminated, and 360 can not operate
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:47.07kb
    • 提供者:xjwang
  1. waibu

    0下载:
  2. 自制打开外部程序的软件与CSHARP源程序,对进程调用编程有借鉴意义-Self-made external program to open the software and CSharp source code of the process called programming reference
  3. 所属分类:CSharp

    • 发布日期:2017-05-17
    • 文件大小:895.6kb
    • 提供者:fsfsd
  1. ProcessInfo

    0下载:
  2. 这是一个CSharp操作进程的实例。适合初学者-CSharp This is an example of operation of the process. Suitable for beginners
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:40.32kb
    • 提供者:卢青波
  1. process

    0下载:
  2. 用于监控系统的进程,同时可以在运行时启动想要启动的进程-Systematic process for monitoring the same time, you can run the process starts when you want to start
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:98.76kb
    • 提供者:lf
  1. CSharp_ListProcess

    0下载:
  2. CSharp枚举计算机进程的实例,程序功能简单,附源码。-CSharp enumerate instances of the computer process, the program features simple, with a source.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:37.12kb
    • 提供者:undead
  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:20.9kb
    • 提供者:
  1. ShareMemery

    0下载:
  2. 内存共享技术,进程通信,通过内存指定区域进行共享使进程间相互通信-Memeory sharead
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:78.5kb
    • 提供者:王朝帅
  1. waigua

    0下载:
  2. 这是DLL文件,引用到工程就可以了, 主要修改的地方我说明下 key kk = new key() int pid = kk.pid("CQ.EXE") //获取进程PID kk.getread(pid, "", 0x298, 4).ToString() //返回INT值的内存读取 kk.getread(pid, 0x04, 4) //返回STRING的内存读取,少了一个参数. 自己写了个全局键盘钩子, kk.UnHook() //加载钩子
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:9.65kb
    • 提供者:qwery
  1. csharp

    0下载:
  2. C# 写的一个隐藏进程。在任务管理器里隐藏进程。。c#源码-C# to write a hidden process.
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:2.55kb
    • 提供者:子非牛
  1. Supertools

    0下载:
  2. 本程序可以对显示屏进行拍照,并分析指定区域的象素,只要包含指定的颜色,软件会KILL掉系统指定的一个进程。-This program can take pictures of the display, and analyze the designated area of the pixel, simply include the specified color, the software will KILL a process out of the system specified.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:64.01kb
    • 提供者:mslism
  1. CSharp-Threading-Handbook

    0下载:
  2. 这是两本在实际运用中可以参考的使用c#语言进行进程操作的电子书。-This is two in practice can refer to the process of using the c# language to operate e-book.
  3. 所属分类:CSharp

    • 发布日期:2017-06-02
    • 文件大小:13.9mb
    • 提供者:禾路
  1. csharp-process-Tracer

    0下载:
  2. 用C sharp 写的关于进程学习的实例,以供大家参考-Written using C sharp examples on the process of learning, for your reference
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:10.07kb
    • 提供者:jake
  1. Csharp-Windows-API

    0下载:
  2. 用C#调用Windows API和其它进程通信-C# to call the Windows API and other process communication
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:24.06kb
    • 提供者:Jason.cui
  1. xiaofeizheshengchanzhe-CSharp

    0下载:
  2. C#写的生产者消费者问题,涉及到进程与线程的操控问题,较为简洁易懂-the problem of producer and consumer written by C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:20.69kb
    • 提供者:李平
  1. Csharp-get-window-hwnd

    0下载:
  2. 获取与桌面有关的所有程序,进程,活动窗口的句柄。-Get all the program about the desktop, approach to handle.
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:314.49kb
    • 提供者:sahdolla
  1. CSharp

    0下载:
  2. 该文档是C#中进程与线程,IP地址转换和套接字的相关PPT,适合学习C#网络编程的同学。-The document is in C# processes and threads, IP address translation and the sockets PPT, suitable for learning C# Network Programming classmates.
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3.15mb
    • 提供者:奚锦文
  1. CopyData

    0下载:
  2. CSharp多进程间相互通信,使用COPYData消息机制,也可使用在同进程不同窗口间通讯-Communicate with each CSharp multi-process, use COPYData messaging can also be used with different inter-process communication window
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:75.24kb
    • 提供者:何涛
  1. FibonacciExplore

    0下载:
  2. 对斐波那契数列的算法实现,采用多种方法,使用了多进程,便于学习斐波那契算法。(The Fibonacci sequence algorithm implementation, using a variety of methods, the use of multi-process, easy to learn Fibonacci algorithm.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-17
    • 文件大小:428kb
    • 提供者:jack12
搜珍网 www.dssz.com