搜索资源列表
Visual Basic .NET 中实现后台进程
- 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
4Tasking
- 本程序由VC++.NET 2003编写,功能是探讨多线程的实现。-procedures by the VC.NET 2003 prepared function is to explore multithreading realized.
进程手术刀1.0
- 功能:1.显示系统进程及进程的模块、线程信息。2.能*任意进程包括系统服务进程。3.能释放任意进程中的任意模块,不过有些关键模块释放不了。4.结束任意进程中的任意线程。5.请用右键进行操作。编译平台:1.该代码在Windows2000+sp2+VC.net平台下编译通过。应用:1.可以用来结束有些以服务进程形式的HACKER及病毒进程。2.可以干掉以DLL形式存在的*。警告:不要太随意得KILL进程,有些服务进程你KILL了之后要倒霉的。-functions : 1. Display Sys
loadEXE.rar
- 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。,of non-self-injected into the EXE other process control operation of the code. Very classic things.
MFC_MultiSender_OVER
- 在局域网络上实现文件传送,采用多线程编程。-translate file in net,it use mulitthread to send files。
mulThread
- 一个多线程的简单例子,可以用vc++ .net编译通过,适于初学者。-More than one thread of a simple example, you can use vc++. Net compiler is passed, for beginners.
vb.net
- vb.net多线程编程,由于VB.NET使用公共语言运行时(Common Language Runtime),它增强了很多新的特性,其中之一便是创建自由线程应用程序的能力。 -vb.net multi-threaded programming, VB.NET as a result of the use of common language runtime (Common Language Runtime), it enhances a lot of new features, one of w
smartthreadpool
- 线程池。检查线程数的动态变化;取消工作项目;-A smart Thread Pool implementatio in .NET.
CSharpmultithread
- 在.NET和C#中编写一个多线程应用程序将非常得容易。即使对于那些从没有用C#编写过多线程应用程序的初学者,只需遵循以下这些简单的步骤就可以实现目的。 -C# to create multi-threaded applications
get-processname-cPP.net
- Csharp写的读取当前窗口进程名称的源代码,可作为系统监控的组成部分,用来开发进程监控。-The Csharp write the source code to read the name of the current window process, can be used to develop as an integral part of system monitoring, process monitoring
ChildProcess
- 《进程通信之三 父进程传参数与子进程返回值》 程序带博客文章说明,值得一看。对应博客文章 http://blog.csdn.net/morewindows/article/details/8683830-" The process of communication of the parent process pass parameters with the child returns the value of the program with a blog post that e
FSFSDF
- VB.NET 系统进程管理器源码,基于VB.NET2008开发的操作系统进程镜像列表、管理的源代码。可以扫描进程相关信息,更改进程优先级,同时支持多进程同时结束功能。-MANAGER PROCESS ,VB.NET
多线程实例
- VB.NET 2012版本编写的多线程实例,喜欢的朋友可以下载,以此抛砖引玉。