CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Update
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Update - List
[
Process-Thread
]
multitreadsrc4
DL : 0
线程的同步 虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread synchronization Although multithreading can bring us benefits, but there a lso many problems to be solved. For example, as disk drives such exclusivity system resources and can thread the process of implementation of any code, and the thread running by the scheduling system automatically and to a certain extent the uncertainty, So, then there could be two threads while the disk drives operate, which have operational errors; For example, For the computer banking system, may use a thread to update users of its database, and use another thread to read a database to respond to the needs of depositors, Reading is very likely to read threads database is not fully update the database, Reading may be because the time was only part of the updated data.
Date
: 2008-10-13
Size
: 22.25kb
User
:
苏艳芳
[
Process-Thread
]
EnTeHandle_1
DL : 0
EnTeHandle可以让你查看当前进程打开的句柄。句柄可以是文件、事件、互斥信号量等等。此外,你也可以查看进程当前打开的DLL,线程信息,进程内存,甚至是动态更新。也可以搜索dll和句柄-EnTeHandle can let you see the current process opened handle. Can handle documents, events, etc. mutex semaphores. In addition, you can view the current process open DLL, thread information, the process of memory, or even dynamic update. Dll can also search and handle
Date
: 2008-10-13
Size
: 83.7kb
User
:
yang
[
Process-Thread
]
自动更新软件系统
DL : 0
对新系统自动更新,用户一打开机器就可以直接更新数据 -the new system to automatically update, a user can open the machine directly update data
Date
: 2008-10-13
Size
: 470.49kb
User
:
章孝炎
[
Process-Thread
]
自动更新软件系统
DL : 0
对新系统自动更新,用户一打开机器就可以直接更新数据 -the new system to automatically update, a user can open the machine directly update data
Date
: 2026-01-23
Size
: 470kb
User
:
章孝炎
[
Process-Thread
]
multitreadsrc4
DL : 0
线程的同步 虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread synchronization Although multithreading can bring us benefits, but there a lso many problems to be solved. For example, as disk drives such exclusivity system resources and can thread the process of implementation of any code, and the thread running by the scheduling system automatically and to a certain extent the uncertainty, So, then there could be two threads while the disk drives operate, which have operational errors; For example, For the computer banking system, may use a thread to update users of its database, and use another thread to read a database to respond to the needs of depositors, Reading is very likely to read threads database is not fully update the database, Reading may be because the time was only part of the updated data.
Date
: 2026-01-23
Size
: 22kb
User
:
苏艳芳
[
Process-Thread
]
EnTeHandle_1
DL : 0
EnTeHandle可以让你查看当前进程打开的句柄。句柄可以是文件、事件、互斥信号量等等。此外,你也可以查看进程当前打开的DLL,线程信息,进程内存,甚至是动态更新。也可以搜索dll和句柄-EnTeHandle can let you see the current process opened handle. Can handle documents, events, etc. mutex semaphores. In addition, you can view the current process open DLL, thread information, the process of memory, or even dynamic update. Dll can also search and handle
Date
: 2026-01-23
Size
: 83kb
User
:
yang
[
Process-Thread
]
pudn_1
DL : 0
此程序是用WTL+ATL编写,开发环境为VS2008。data.dll模拟访问驱动程序获得数据序列(本例中设计为正弦曲线数据,详见DataInfo.h),PC.exe用于模拟生产者消费者模型:一个生产者线程调用DLL获得数据,一个消费者线程获得数据并更新显示数据,主界面线程显示该数据,画出动态数据演变的曲线图。-This procedure is used WTL+ ATL development, development environment for the VS2008. visit data.dll simulation driver data sequence (in this example, the design data for the sine curve, see DataInfo.h), PC.exe used to simulate the producer consumer model: one producer thread calls DLL data, a consumers access to data and to update the thread display data, the main thread that the data interface, the evolution of dynamic data to draw curves.
Date
: 2026-01-23
Size
: 15.07mb
User
:
闫帅
[
Process-Thread
]
producerandconsumer
DL : 0
生产者-消费者问题: *设置两类线程,一类为生产者,一类为消费者; *设置生产者消费者数据结构; *使用菜单随机启动生产者或消费者; *在窗口上显示生产者或消费者的执行状态; *随着线程的执行,更新窗口的显示。 -Producer- Consumer problem:* Set up two threads, a category for producers, a category of consumers * Set up producers and consumers of data structures * Use the menu to start random producers or consumers * In the window Show producers or consumers of the implementation of the state * With the implementation of the thread to update the window display.
Date
: 2026-01-23
Size
: 1.85mb
User
:
macintosh
[
Process-Thread
]
NetBot_Attacker
DL : 0
NetBot_Attacker VIP 5.5 更新 [+] 文件传输管理模块显示远程IP [+] 下载文件时自动填充文件名 [+] 增加进程管理中进程线程数,进程优先级等信息 [*] 修改上线和控制协议,不兼容之前所有版本 [*] 服务端免杀-NetBot_Attacker VIP 5.5 update [+] file transfer management module shows the remote IP [+] to download a file automatically populate the file name [+] to increase the number of threads the process of process management, process priority, and other information [*] changes on the line and control protocol, not compatible with all versions prior to [*] server-free death
Date
: 2026-01-23
Size
: 955kb
User
:
刘朝
[
Process-Thread
]
maxyang_ShowUseage
DL : 0
自制Windows任务管理器源码 一个以假乱真的任务管理器(界面有点像,但功能差远了),此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果,取CPU利用率的算法等都非本人原创的(作了部分修正)。-Home Source Windows Task Manager A highly advanced task manager (interface a bit like, but much worse function), the main implementation of this program to take the system s application list, taking the system all processes related to information (Image Name, PID, CPU time, memory usage), real-time CPU-use statistics obtained by the wave line rate and to describe real-time access memory usage records, and to the wave line to describe. Also achieved, the end of the task, new tasks, and switch to other functions. "Options menu" just realized "always best before", "View menu" just realized "update speed." Main function is not implemented, is to take each process CPU utilization and in the system tray display CPU line results. Some users use the program works algorithms: the picturesque background of the effect of CPU utilization, CPU utilization of the algorithm and so take my non-original (made partial amendments).
Date
: 2026-01-23
Size
: 45kb
User
:
1178
[
Process-Thread
]
Remote_into_the_sourcecode
DL : 0
为了屏蔽Ctrl+Alt+Delete这个功能,花了不少时间,也学了不少东西,也经历了本本被偷的悲剧,哎~代码都是从DSK V1 Final中抠出来的,而且我把远线程注入写成了一个Class。DLL用的是MFC的Dynamic-Dll 其实,如果你选择WH_KEYBOARD HOOK,那么提到SE_DEBUG之后,OS会帮你把DLL注入到Winlogon,免去了自己使用远线程的麻烦。但是小花说,用全局钩子注入不是好孩子,所以…… DSK V1 Final Update: *增加主程序重复运行情况处理 *增加屏蔽Ctrl+Alt+Delete *修正Ctrl+Shift的一个BUG *增加屏蔽Ctrl+Shift+Esc 修正了,DLL改用Windows-Standard-Dll,应该可以普遍适用了。不过有可能在Vista下还需要使用管理员运行。不过话说MFC的Dynamic DLL只有10K多,StdDll居然有40KB多…… -In order to shield Ctrl+ Alt+ Delete this function, spent a lot of time, but also learned a lot, also experienced the tragedy of the stolen books, hey ~ code is from DSK V1 Final in the pull out, and I put away thread is written into a Class. Using a MFC-DLL Dynamic-Dll In fact, if you choose WH_KEYBOARD HOOK, then after that SE_DEBUG, OS will help you to DLL injected into the Winlogon, eliminates the trouble of their own thread using the remote. But the flowers that the injection is not a good boy with a global hook, so ... ... DSK V1 Final Update: * Repeat the operation to increase the main program processing * Increase the shielding Ctrl+ Alt+ Delete * Fixed a BUG Ctrl+ Shift * Increase the shielding Ctrl+ Shift+ Esc Fixed, DLL use Windows-Standard-Dll, should be universally applied. However, there may also need to use an administrator under Vista to run. But having said that the Dynamic DLL MFC only 10K more, StdDll actually have more than 40KB ... ...
Date
: 2026-01-23
Size
: 20kb
User
:
zhaoyadong
[
Process-Thread
]
MultiThread5
DL : 0
利用windows MFC 实现工作者线程,Dialog界面上包含一个两个按钮,一个编辑框,一个进度条.在编辑框输入一个数字作为进度条的计数,点击start按钮,会开启工作者线程,进度条会更新,按下user_interface 按钮,会开启用户界面线程.-realize Worker thread and user interface thread through windows MFC.There are two button,one edit box,one progress bar on dialog window.click "start"button,build a worker thread,the progress bar will update according to the value in the edit box. click "user_interface"button,build a user interface thread.
Date
: 2026-01-23
Size
: 4.42mb
User
:
Vector
[
Process-Thread
]
VBAntivirus2013
DL : 0
New anti visus update 2013
Date
: 2026-01-23
Size
: 145kb
User
:
xacker-87
[
Process-Thread
]
Lamport
DL : 0
realize multicasting in different machines and update data with lamport timestamp simultaneously
Date
: 2026-01-23
Size
: 3kb
User
:
姓名
[
Process-Thread
]
Update
DL : 0
Hello I m From Indonesia, This a simple source code to Multi Threading with scanner engine inside Thanks for Read and download my SC before-Hello I m From Indonesia, This is a simple source code to Multi Threading with scanner engine inside Thanks for Read and download my SC before
Date
: 2026-01-23
Size
: 8kb
User
:
untukpcmedia
[
Process-Thread
]
Producers-and-consumers
DL : 0
多进程/ 线程编程:生产者 - 消费者问题。 1,设置两类进程/ 线程,一类为生产者,一类为消费者; 2,建立缓冲区的数据结构; 3,随机启动生产者或消费者; 4,显示缓冲区状况; 5,随着进程/ 线程每次操作缓冲区,更新显示;-Multi-process/thread programming: producer- consumer issues. 1, set two types of processes/threads, one for producers, a class of consumers 2, the establishment of buffer data structure 3 random start producers or consumers 4, the display buffer status 5, with the the process/thread each operation buffer, update the display
Date
: 2026-01-23
Size
: 3kb
User
:
刘禹
[
Process-Thread
]
zhe-reader-zhe-writer
DL : 0
多进程/线程编程:读者-写者问题。 1,设置两类进程/线程,一类为读者,一类为写者; 2,随机启动读者或写者; 3,显示读者或写者执行状态; 4,随着进程/线程的执行,更新显示; -Multi-process/thread programming: Readers- write the problem. 1, set two types of processes/threads, one for readers and one for writers 2, random start reader or writer 3, shows readers who write execution state 4, with the process/thread of execution, update the display
Date
: 2026-01-23
Size
: 13kb
User
:
刘禹
[
Process-Thread
]
simple__ferture__automatic
DL : 0
一个提供简单自动升级功能的代码,希望和大家交流一下,-Providing a simple automatic update feature of the code, I hope to discuss with everybody,
Date
: 2026-01-23
Size
: 84kb
User
:
dccess
[
Process-Thread
]
cuskomers
DL : 0
主机服务器蔬菜商,客户可登陆查询今天的菜价及蔬菜更新,-The host server vegetables, customers can access food and vegetables update today,
Date
: 2026-01-23
Size
: 3kb
User
:
Mucrau
[
Process-Thread
]
900190
DL : 0
AutoUpdate是一个通过网络对软件进行自动更新的系统,可以自动根据软件的版本号(AutoUpdate is a through the network to automatically update the system software, can automatically according to the software version number)
Date
: 2026-01-23
Size
: 662kb
User
:
trvu!68967
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.