CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - CALL
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - CALL - List
[
Process-Thread
]
endzippro
DL : 0
功能介绍:有些软件在运行中要将某些文件压缩成压缩文件。自己写压缩过程未免太麻烦了, 虽然有很多免费的源代码类可以使用,还要看代码的使用方式,一个不小心就不一定很正常了。 我的做法是调用现有的压缩文件来完成压缩功能。用等待进程结束的方法实现压缩。 完成后再作后面的其他工作。 本程序旨在演示启动和等待进程结束的方式调用其他程序的方法。 -functional presentations : Some software in the operation of certain documents should compressed into compressed files. , Wrote the compression process would be too troublesome, although there are many free source code can use category, but also the use of code, a careless It is not the normal. My approach is to call the compressed files to complete compression. The process used to wait for the end of the compression method. Upon the completion of the back for the other work. This procedure aims to demonstrate the process of initiating and wait for the end of the call other procedures.
Date
: 2008-10-13
Size
: 160.01kb
User
:
冷寒
[
Process-Thread
]
ThreadSync01
DL : 0
当你在程序中使用多线程时,这经常会用到,而且这些线程需要同时访问同一个资源时,这个可能性很大,这时候你就需要用到线程同步技术。有些线程以只读方式访问资源,我们叫它ReadThread,而有些线程却需要对资源进行写入,我们叫它WriteThread,我们暂时先这样称呼。如果一个线程对资源的访问是读写方式,我们把它看作是WriteThread。 -when you process multiple threads, which are often used, but these threads need to visit the same resources, the great possibility that when you need to use thread synchronization technology. Some threads to read-only access to resources, we ask ReadThread, and some thread is the need for resources to write, we ask WriteThread the time being, we do call first. If a thread right of access to resources is reading and writing, we see it as WriteThread.
Date
: 2008-10-13
Size
: 7.29kb
User
:
周将华
[
Process-Thread
]
在ActiveX控件中如何动态调用DLL函数
DL : 0
在ActiveX控件中如何动态调用DLL函数,有实用价值-in how ActiveX DLL function call dynamic, practical value
Date
: 2008-10-13
Size
: 756.72kb
User
:
张刚
[
Process-Thread
]
ProgressThreadTest
DL : 0
最简单的用工作线程控制有进程条的窗口,主窗口调用后,调用工作线程,并显示模式对话框,并可控制线程的进展——在对话框上有pause和stop按钮-most simple thread work with a process control of the window, the main window to call after call work thread, and displays the dialog, can control the progress of threads -- in a box on pause and stop buttons
Date
: 2008-10-13
Size
: 42.13kb
User
:
nchang
[
Process-Thread
]
gouzi
DL : 0
使用钩子函数+DLL共享线程实现进程调用记录.记录文件保存为*.sys-use shared DLL function hook threaded process call records of achievement. Save the file to record *. sys
Date
: 2008-10-13
Size
: 415.69kb
User
:
陈玲玲
[
Process-Thread
]
vxdmon
DL : 0
监视vxd调用,需要在 windows95 或 windows98 下-surveillance vxd call, or the need to 900.0 under Windows98
Date
: 2008-10-13
Size
: 144.67kb
User
:
放弃
[
Process-Thread
]
VC_Thread_Test
DL : 1
用VC打包好的线程类,很方便的调用,这个线程类在实际应用中已经用了10多年,经的住考验的,推荐给大家-VC packaged good threads category, is a convenient call, the thread type in the actual application has been used for more than 10 years, the tests and recommended for everyone
Date
: 2008-10-13
Size
: 33.15kb
User
:
zj
[
Process-Thread
]
HowToMutiThread
DL : 0
多线程示例. 演示了VC基本的多线程调用方法和调用的过程-multithreading example. VC demonstrated the basic multithreading call methods and the use of the process
Date
: 2008-10-13
Size
: 157.08kb
User
:
xuzhen
[
Process-Thread
]
HideProcessFORXP2000
DL : 0
在2000和xp下,隐藏进程,VC6.0测试通过 在需要隐藏进程的时候#incoude\"HideProcess.h\",调用HideProcess()即可。-in 2000 and xp, hidden process, VC6.0 tested in the process need to hide when # incoude "HideProcess.h" Call HideProcess () can be.
Date
: 2008-10-13
Size
: 3.17kb
User
:
力
[
Process-Thread
]
CreateOneProcess
DL : 0
调用windowsAPI创建一个进程,示范如何使用createprocess这个API函数-call windowsAPI create a process, A demonstration of how to use this API function createprocess
Date
: 2008-10-13
Size
: 6.26kb
User
:
黄海
[
Process-Thread
]
TerminateCloseProcess
DL : 0
windows控制台程序,调用windowsAPI,关闭外部的一个应用程序.输入目标进程的进程ID后,即可关闭-windows console procedures, call windowsAPI. Close an external application. Goals process input in the process ID, will be closed
Date
: 2008-10-13
Size
: 6.95kb
User
:
黄海
[
Process-Thread
]
tenor_cycle
DL : 0
用于存储器分配的最佳适应算法的模拟 要求:利用Windows API中内存分配和释放的函数调用模拟用于动态分区分配的最佳适应算法的实现过程。-memory allocation for the best adaptation algorithm simulation requirements : Using Windows API memory allocation and the release of the function call for dynamic simulation of the distribution of the best regional meet Algorithm of the process.
Date
: 2008-10-13
Size
: 41.6kb
User
:
刘星
[
Process-Thread
]
thread_useandcorrespond
DL : 0
线程的调用与关闭以及使用两个信号量来完成双线程(读取与写入操作)的协调问题。-thread with a call to the closure and the use of two signals to complete the two-volume threads (read and write) and coordination issue.
Date
: 2008-10-13
Size
: 8.07kb
User
:
李力
[
Process-Thread
]
glibc-linuxthreads-2.3.tar
DL : 0
This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c \"pthread\" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the other threads through the new system call clone(). Scheduling between threads is handled by the kernel scheduler, just like scheduling between Unix processes.
Date
: 2008-10-13
Size
: 238.29kb
User
:
马帅
[
Process-Thread
]
夜猫文章管理系统免费版)
DL : 0
mArticleFree Version 2.0 (夜猫文章管理系统免费版) ymArticle 功能列表: 1. 可支持用户组功能, 可按不同用户组设定各类权限 2. 支持JS调用某类别或所有类别的最新/最热门文章 3. 支持手工分页, 分页只需在文章中插入 [page] 代码 4. 支持搜索功能 4. 支持相关文章功能 5. 后台WEB管理 6. 可统计今日浏览和总浏览数 7. 支持BB代码, HTML 8. 更多功能无法一一列出... -mArticleFree Version 2.0 (Night Cat article management system free version) ymArticle function list : 1. Supports user group functions, users can set various competence Group 2. JS support of a certain category or call all categories of the latest / 3 most popular articles. Paging support manual , tab only inserted in the article [page] code 4. four search function support. support functions related article 5. background WEB management 6. Statistics available today for browsing and total View 7. support BB code, HTML 8. more features not spell them out .. .
Date
: 2008-10-13
Size
: 143.19kb
User
:
jack214465
[
Process-Thread
]
os_show
DL : 0
内含两个本人开发的模拟进程互斥和进程调度的题目以及源代码,本内容只供参考,不得用于抄袭,如有发现将遭本人精神谴责,详细问题可来电010—51122242找黄某人联系解答,请多多指教。-development of the modeling process and the process of scheduling contradict the title of the source code, the content purposes only and should not be used for copying, if I was found to the spirit of condemnation, detailed questions can call 010-51122242 to find answers to contact Huang X, please exhibitions.
Date
: 2008-10-13
Size
: 5.7kb
User
:
黄世湛
[
Process-Thread
]
call_test
DL : 1
调用其他程序进程中的函数,比如网络游戏等。-Call other procedures in the process of function, such as network games.
Date
: 2025-12-25
Size
: 40kb
User
:
培根
[
Process-Thread
]
Watch
DL : 0
delphi环境下调用操作系统Api监视系统资源-delphi call the operating system environment monitor system resources Api
Date
: 2025-12-25
Size
: 760kb
User
:
侯永平
[
Process-Thread
]
CALL
DL : 0
易语言绑定主线程调用CA-Easy language bindings main thread calls CALL
Date
: 2025-12-25
Size
: 1.26mb
User
:
sad dj
[
Process-Thread
]
methoe-nethod-call
DL : 0
一个用VC调用VB写的DLL的调用例子程序,也许有人觉得奇怪,但这也是一种方法(A written in VC call VB DLL call examples of procedures, maybe someone feel strange, but it is also a kind of method)
Date
: 2025-12-25
Size
: 42kb
User
:
ELP%2540629703
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.