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

搜索资源列表

  1. hidethewindow.Rar

    0下载:
  2. 易语言隐藏任意windows窗口的源码,调用了精易模块,可以直接编译,隐藏效果很好。-Easy language Hide the the source code of the arbitrary windows window, call the the fine and easy to module, can be directly compiled, the hidden effect is is very good.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-15
    • 文件大小:389765
    • 提供者:fangruixuan
  1. ViewProcess

    0下载:
  2. VB进程显示,调用API函数,vb是如何执行简单的系统控制-VB process, call the API function, vb how to perform simple system control
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-23
    • 文件大小:2550
    • 提供者:江临菲
  1. Process_control

    1下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 -Design and implementation of the Unix
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-16
    • 文件大小:238479
    • 提供者:Dean Miller
  1. create-process

    0下载:
  2. 创建两个进程,让子进程读取一个文件,父进程等待子进程读取完文件后继续执行,实现进程协同工作。 进程协同工作就是协调好两个进程,使之安排好先后次序并以此执行,可以用等待函数来实现这一点。当需要等待子进程运行结束时,可在父进程中调用等待函数。 -Create two processes, allowing the child to read a file, read the parent process waits for the child process to continue exe
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3312855
    • 提供者:Jane
  1. banksulotion

    1下载:
  2. 银行柜员服务问题:银行有n个柜员负责为顾客服务,顾客进入银行先取一个号码,然后等着叫号。当某个柜员空闲下来,就叫下一个号。   编程实现该问题,用P、V操作实现柜员和顾客的同步。 实现要求 某个号码只能由一名顾客取得; 不能有多于一个柜员叫同一个号; 有顾客的时候,柜员才叫号; 无柜员空闲的时候,顾客需要等待; 无顾客的时候,柜员需要等待。 测试文本格式   测试文件由若干记录组成,记录的字段用空格分开。记录第一个字段是顾客序号,第二字段为顾客进入银行的时间,
  3. 所属分类:Process-Thread

    • 发布日期:2015-01-02
    • 文件大小:4890624
    • 提供者:赵宛玥
  1. OneInstanceDlg_Demo

    0下载:
  2. 只允许一个实例运行的代码,封装为函数,方便调用,基于vs2008编写的demo-Allow only one instance to run the code, packaged as a function to facilitate the call, based on written vs2008 demo
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:49605
    • 提供者:jupiter
  1. mytime

    0下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间-Design and implementation of Unix " time" command. " Mytime"
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-16
    • 文件大小:25080333
    • 提供者:frank
  1. control

    0下载:
  2. 统计系统调用NtCreateFile次数,此程序将此次数从内核态返回至用户态-NtCreateFile statistical system call number, the program returns this number from user mode to kernel mode
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:598
    • 提供者:赵福利
  1. Bank-Service-System-Simulation

    0下载:
  2. 操作系统课程,银行服务系统设计,进程通信与进程同步机制实践: 某银行提供10个服务窗口(7个对私服务窗口,3个对公服务窗口)和100个供顾客等待的座位。顾客到达银行时,若有空座位,则到取号机上领取一个号,等待叫号。取号机每次仅允许一位顾客使用,有对公和对私两类号,每位顾客只能选取其中一个。当营业员空闲时,通过叫号选取一位顾客,并为其服务。 -Operating system courses banking system design, process communication and
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5312809
    • 提供者:zhangqian
  1. Bank

    0下载:
  2. 银行有n个柜员负责为顾客服务,顾客进入银行先取一个号码,然后等着叫号。当某个柜员空闲下来,就叫下一个号。 编程实现该问题,用P、V操作实现柜员和顾客的同步。 -Bank tellers have n responsible for customer service, the customer enters the bank to take a number and wait for call number. When a teller idle down, and called the
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-26
    • 文件大小:8954077
    • 提供者:Liuning
  1. hideprocesses

    0下载:
  2. 在 XP/2K 任务管理器的进程列表中隐藏当前进程 原理直接调用 HideCurrentProcess()-Hidden process in XP/2K system VB code Hide the current process in the process list XP/2K Task Manager in Direct call HideCurrentProcess ()
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:8786
    • 提供者:fornext
  1. tongyongdongtiankutiaoshi

    0下载:
  2. 通用动态库调试工具,在测试动态库时,不用通过开发语言环境,定义函数调用过程,再去调用测试,而是直接在本工具程序中直接调用。程序支持几乎所有的动态库函数。-Universal dynamic library debugging tool when testing the dynamic library, not the environment through the development of language, the definition of a function call, go cal
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:558309
    • 提供者:刘海
  1. MemoryLoadDll

    0下载:
  2. 内存装载DLL并调用 内存装载DLL并调用-Memory load DLL and call Memory load DLL and call
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:35455
    • 提供者:huhai
  1. AsynchInvoke

    0下载:
  2. 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。-VC++ source code based on a simple example of an asynchronous call, the definition of a string loop design, format string, the text edit box design, implementation instance asynchronous
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:20826
    • 提供者:dfjdj
  1. lab2

    1下载:
  2. 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 -In Windows to achieve: Use CreateProcess () to create a process - the use of WaitForSingle
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-27
    • 文件大小:9438519
    • 提供者:忧郁二郎
  1. 2

    0下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实现: • 使用fork()/execv()来
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-14
    • 文件大小:22254865
    • 提供者:王光杰
  1. WTServer

    0下载:
  2. 进程外组件实现方式,对接设备为文通(TH-PR210),实现64位程序调用32位动态库。-Process component implementation docking device, 64-bit programs call 32 dynamic library for Wen Tong (TH-PR210)
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-06
    • 文件大小:931846
    • 提供者:胡宗华
  1. delphi-thread-gui

    0下载:
  2. The problem I had to solve is how to make file processing as fast as possible. Having a bunch of files ( 500 to 2000+) I have to process them (let s call this scanning ). The sequential approach (one after another) proven to be too slow. Machines hav
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-05
    • 文件大小:6178
    • 提供者:hieumc
  1. qurrentslnth

    0下载:
  2. 简单的time调用,年月日,时分秒,当前时间-Simple time call, (date) (month) (year), when the minutes and the current time
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1090
    • 提供者:Maamqek
  1. vkmoutand

    0下载:
  2. 将结构存入文件中,并在文件总调出,以实现图的结构-The structure in the file, and file the total call out, in order to realize the graph structure
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:8192
    • 提供者:GGKHtoqm-89364
« 1 2 3 45 6 »
搜珍网 www.dssz.com