搜索资源列表
一个多线程后台扫描的程序和源代码
- 一个多线程后台扫描的程序和源代码,是用delphi7.0编写的。-a multithreaded background scanning procedures and the source code is delphi7.0 prepared.
一个多线程的后台管理扫描器
- 一个多线程的后台管理扫描器,用delphi开发 ,是一个多线程软件 -a multithreaded background of the management software, with delphi development is a multi-threaded software
VC 进度条 后台线程
- 很好的多线程 进度条
ThreadBas
- 一个简化后台线程创建和控制的类.- A simplification backstage line regulation foundation and control kind
Visual Basic .NET 中实现后台进程
- 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和
一个多线程后台扫描的程序和源代码
- 一个多线程后台扫描的程序和源代码,是用delphi7.0编写的。-a multithreaded background scanning procedures and the source code is delphi7.0 prepared.
RS232COMMuniication
- uart串口通信的控件和demo,用API 编写,后台接受线程实时接收,Demo可以实现字符串传送和HEX发送 -UART serial communication controls and the demo, with API preparation, background threads to accept real-time receiving, Demo can be achieved string transmission
一个多线程的后台管理扫描器
- 一个多线程的后台管理扫描器,用delphi开发 ,是一个多线程软件 -a multithreaded background of the management software, with delphi development is a multi-threaded software
java8543535462
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-server and client
SMSGateWay
- 串口短信猫收发软件。支持西门子TC35i设备,多线程处理,并有后台数据库存储收发信息。-serial cat TX SMS software. Siemens TC35i support equipment, multi-threaded processing, and database storage TX background information.
ConvertDatabase
- 数据库转换工具,在内存中开辟一个线程,以防止,界面死机.就是把处理工作放在后台执行.-database conversion tools, in memory opened a thread to prevent, interface lockups. work is on the handling of background.
djava
- 在操作系统后台多线程运行程序的源码,相当有用处的-the multithreaded operating system running background process source and very useful
chengxu
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and
MD5Digest
- 一个关于MD5的摘要程序,用了线程,运算在后台,可取消,带进度条,适合学习-MD5 summary of a procedure, used threads, computing in the background, may cancel, with the progress bar, suitable for learning
threadpool_src
- 线程池是一钟多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排
Multithread
- vb.net 2005 多线程变成源代码. 单线程 多线程 和 后台程序比较-vb.net 2005 multi-threaded into the source code. single-threaded and multi-threaded daemon comparison
scan
- 网站后台扫描程序,采用多线程,可自定义扫描页面-Site background scanning procedures, the use of multi-threaded, can be customized to scan the page
DBServerBackgroundWork
- C#程序,采用后台多线程技术,实现后台数据库的读写和查询修改等功能,不占用主线程的时间。(C # procedures, the use of background multithreading technology to achieve the background database read and write and query changes and other functions, do not take the main t
ThreadPool
- 线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程。每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中。如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙。如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值。超过最大值的线程可以排
后台线程更新UI
- 主线程耗时操作会导致更新UI假死,通过后台线程进行耗时操作可以避免UI假死。(The time-consuming operation of the main thread can cause the update of UI failed , but make the time-consuming operation by the background thread can avoid this.)