Welcome![Sign In][Sign Up]
Location:
Search - threads

Search list

[Process-Thread第四章进程线程控制

Description: VC 中进行进程线程控制 有兴趣的同志可以看看哪-VC for process control threads are interested can find out where comrades!
Platform: | Size: 95029 | Author: 蔡蔡 | Hits:

[Hook apidllinject

Description: 实现远程线程注入的例子-remote threads into examples
Platform: | Size: 4108 | Author: 杨蔚 | Hits:

[Process-Threadthread_sample

Description: 线程示例:读写文件、递归创建线程进程、快速排序-thread Example : reading and writing documents, recursive process of creating threads, Quick Sort
Platform: | Size: 100811 | Author: none | Hits:

[Windows Developb59

Description: 线程间的数据共享-threads of data sharing
Platform: | Size: 22080 | Author: 纪华 | Hits:

[Process-Thread用线程实现动态改变图标

Description: 用线程实现动态改变图标-using threads to implement dynamic changes icon
Platform: | Size: 13940 | Author: 中国 | Hits:

[CSharp管理线程

Description: c#代码,关于管理线程-c # code on the management of threads
Platform: | Size: 6521 | Author: 李想 | Hits:

[CSharp与线程进行数据通信

Description: c#代码,与线程数据通信-c # code, and data communications threads
Platform: | Size: 6947 | Author: 李想 | Hits:

[Process-ThreadHt04

Description: 在多个线程之间安全地共享有限的资源-threads between the various security sharing limited resources
Platform: | Size: 4380 | Author: 龙泰旭 | Hits:

[Process-Threadxianchengtongbu

Description: 多线程协同工作过程中一些线程等待另一线程提供资源所以要线程之间要同步进行-multithreaded process to work together some threads awaiting another thread there to provide resources between the threads simultaneously
Platform: | Size: 8396 | Author: 石仪 | Hits:

[Windows Develop弹出窗口用线程显示进度条

Description: 弹出窗口用线程显示进度条,很cool-with pop-up window shows the progress of threads, very cool
Platform: | Size: 20471 | Author: 寄居蟹 | Hits:

[Windows Developgetusrdn

Description: 如何获取线程关联用户名和域名-how to access threads associated user name and the domain name
Platform: | Size: 79568 | Author: 王威 | Hits:

[Linux-Unixthreads-3.6.tar

Description: C++ SOCKET 类-SOCKET
Platform: | Size: 213474 | Author: lgh | Hits:

[Develop ToolsJAVA线程第三版

Description: 一款不错的java线程方面的电子书籍-one good java threads of electronic books
Platform: | Size: 1068552 | Author: 王新安 | Hits:

[CSharpczxt_1

Description: 基于dos的多任务系统的实现 通过对线程的创建和撤销,cpu的调度,同步机制,通信机制的实现.-based multi-tasking system of the threads through the creation and withdrawn, cpu scheduling, synchronization mechanisms, communication mechanisms to achieve.
Platform: | Size: 2636 | Author: 沈扬 | Hits:

[Process-ThreadVisual Basic .NET 中实现后台进程

Description: 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 UI 以对其进行控制的过程。本文就介绍了这样一个架构,您可以根据需要使用或进行调整,以满足特定的应用需要。(附有详细的中文说明)-Multithreading is a powerful tool, we can each time the need to implement the mandate of running the use of this tool. We can use it for running auxiliary code, without the bundled user interface. It should be noted that multi-threaded operation is very complex to operate correctly is not easy, but it is also testing more difficult. Although not necessarily to achieve, but we should still try to provide every support threaded a group it can operate independent of data. To achieve this purpose, the simplest way is to create a thread for each object, object contains the thread can operate and the data necessary to complete the work of the code. Through the structure of the architecture to make it as supporting threads and UI thread between the media, we can greatly simplify the preparation o
Platform: | Size: 173784 | Author: 程崇刚 | Hits:

[JSP/JavaJBuilder制作音频播放程序(2)

Description: JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Thread类而使用Thread类的实例来运行了。-JBuilder produced audio player, it needs attention is that when players, the interface on the various buttons can still be right for users to operate the incident response, at least two threads : a control song playback, the other to users respond to the incident. Therefore we need to achieve AudioPlay category Runable interface to the use of multi-threading. According to the interpretation of JDK - JDK1.4.0 any need for threaded implementation of the examples are to be achieved Runable interface, and because we only need to be rewritten to run () method and stop () method, and to start () method is polymorphic, so we have chosen to achieve Runable Interface so you can not inherit Thread type and category of use Thread examples running.
Platform: | Size: 6024 | Author: 麦麦 | Hits:

[CSharp用线程做一个生产者-消费者同步问题

Description: 用线程做一个生产者-消费者同步问题 其实我是想用线程做一个生产者-消费者同步问题,现在已经成功了,贴出来,大家请指证. 我想让线程thread1和thread2按顺序显示,于是加了个信号量mysem,并且在新建两个线程的两个函数中进行P,V操作,来控制先后显示顺序-threads do with a producer-consumer Synchronization I actually want to do with threaded a producer-consumer synchronization issue, it is a success and put them out, please refer to certification. I want threaded thread1 and thread2 sequence, then added a signal mysem volume, and the new two threads of two function for the P, V operation, to control the sequence has revealed
Platform: | Size: 22016 | Author: lj | Hits:

[Process-ThreadUseThreadApp

Description: 线程的启动、终止、和停止操作的实现,操作功能有System.threading完成-threads start to end, to cease operation and the realization of operating functions are completed System.threading
Platform: | Size: 10838 | Author: 丁胜 | Hits:

[Process-Thread学习多线程之一:线程通信--利用事件对象

Description: 多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。-series of multi-threaded programming. The use of the incident to communications between the threads. A good example code.
Platform: | Size: 17398 | Author: xuxu | Hits:

[Process-ThreadNT下进程隐藏

Description: 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级语言完成,理解和实现都比较容易 ,但他让宿主进程使用LoadLibrary来装入新的DLL,所以难免留下蛛丝马迹,隐藏效果并不十分完美。罗 云彬的方法在隐藏效果上绝对一流,不过,由于他使用的是汇编语言,实现起来比较难(起码我写不了汇 编程序:))。笔者下面介绍的方法可以说是对上述两种方法的综合:采用c/c++编码,实现完全隐藏。并 且,笔者的方法极大的简化了远程线程代码的编写,使其编写难度与普通程序基本一致。-the NT environment hidden process, the user is unaware of the conditions, the implementation of their code There are various ways, for instance, the use of the registry into DLL, etc. linked to the use of Windows. The more representative Jeffrey Richer is the "core Windows programming" introduced by the LoadLibrary method and the Luo Bin, "under Windows 32 assembly language programming" introduced by the method. Two methods are common features are : remote threads are used to keep the code as host process threads in the host address space of the process to implement in order to achieve the purpose of hiding. Comparatively speaking, Richer way can be used as c / c Senior complete language, understanding and will be relatively easy to achieve, but he let the host process
Platform: | Size: 32284 | Author: 潘桂聪 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net