搜索资源列表
Visual Basic .NET 中实现后台进程
- 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
NT下进程隐藏
- 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
SuperCopy
- VC++,利用线程技术开发的文件复制工具,对于复制难读的VCD光盘中的硬盘特别有效(也是为此目的而开发,因为在盘片有错误时,WINDOWS会无法复制,这种错误往往会出现在文件的末段).-VC, the use of threaded technology development tools for the reproduction of documents. For hard copy of the VCD reading the hard disk particularly effective
king111
- 这是个简单的线程创建源代码,在进程中建立线程以达到调用系统函数的目的.里面有错误之处望大家改改!-This is a simple thread to create the source code. in the process of establishing calling thread to achieve the purpose of the system function. There were mistakes in his remarks hope you changed!
duoxiancheng
- 编写多线程的程序 1)试验目的和内容 理解操作系统中的进程和线程的概念,比较单进程(线程)和多进程(线程)的程序结构和执行方面的区别,指出多进程(线程)的好处。 2)试验环境 在windows下用VC++编写一个多线程的程序并比较与单线程程序的区别*/-Procedures for the preparation of multi-threading 1) test the purpose and content of understanding the proces
ThreadMutex3
- 实现多线程互斥的一个通用代码,对学习非常有用.-To achieve a mutually exclusive multi-threaded general-purpose code, very useful for learning.
IPC_shareCode
- 此程序是进程间共享快速通讯的例子,目的是快速的进行多进程数据传输和存储,对于编写进程通信有着非常重大的参考价值,是codeproject上很重要的一篇文章的源代码。-This process is the process of sharing examples of rapid communication, the purpose of rapid multi-process data transfer and storage, for the preparation of the proces
jinchengdiaodu
- 进程调度实验报告模板.本实验目的是通过对进程调度算法的实现和实验模拟,加深对操作系统进程调度操作功能和进程调度算法的完整理解,培养和提高学生对操作系统开发的兴趣,以及进程调度程序的开发与应用能力-The process of scheduling experiment report templates. The purpose of this study is through the realization of the process of scheduling algorithms and
Lock
- 简单实用的 多读单写 类。 通过对计数器 对多线程调用达到多读单写的目的-Simple and practical to read a single writing class. Through the counter for multi-threaded calls to read more single purpose of writing
Multi-threaded-programming
- 这个文档的主要用途就是多线程的编程。 所使用的方法简洁明了。-The main purpose of this document is multi-threaded programming. The method used is clear and concise.
LCD-screen
- 用LCD12864显示汉字 “梧州学院欢迎您!” 要求:“梧州学院”和“欢迎您!”分两行显示,要求都要居中。 实验目的:学会使用LCD12864显示汉字和字符。-By LCD12864 display Chinese characters Wuzhou University Welcomes You! Requirements:! Welcome , Wuzhou University and a two-line display, the requirements sho
mnformation
- 通信的目的是要把信息及时可靠地传送给对方,通信系统传输消息-The purpose of communication is to get the information timely and reliably transmitted to each other, communication systems transmit messages
soppose_getter
- The purpose of this driver set is to provide easy, direct ac-The purpose of this driver set is to dojo.provide easy, direct ac
yritncalligraphy
- 一个用VB编写的能练习书法的小巧好程序实现无纸练习书法的目的-Of using VB to write a good to practice calligraphy small program to achieve the purpose of the paper to practice calligraphy
thc
- vb,net程序,程序的目的是联系隐藏程序本身到任务栏(Vb.net program, program contact is the purpose of hiding itself to the taskbar)
eqfelox
- The purpose of this driver set is to provide easy, direct ac()
