搜索资源列表
unilog-0.55-1227.tgz
- Sample program to conect opc cliente-server in windows.
duoxianchengtongbu
- 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-The event kernel object, the key code segment (critical zone) explanations, and synchronization in a multi-threaded applications. Prepared u
vc
- 在VC_中利用API实现多线程编程实例 .〔摘 要〕32 位Windows 环境下的Win32 API 提供了一些多线程应用程序开发所需要的接口函数,本文介绍 了一种在Visual C + + 中利用Win32 API 编制多线程程序的实例,有助于加深对Windows 多线程编程技术的 认识及理解.-The Case to Real ize Multi- thread Programming Based on API in VC++
MultiThread_
- 演示了windows下多线程函数的执行效果,是基于console平台的,对初学者很有益处。-Demonstrates the multi-threaded functions under windows the performance, is based on the console platform, very good for beginners.
monidos
- 易语言模拟DOS窗口源码例程程序结合易语言控制台操作支持库,调用API函数实现模拟纯DOS窗口的功能。本易语言例程还使用到易语言特殊功能支持库,易语言多线程支持库 -DOS window simulated easy language source code routine operation procedures for the console with easy language support library, call the API functions for simulation
bt
- windows平台的性能测量工具。可以测量从BSTT到BSTP之间的代码运行时间,可以自动统计,并输出测量结果到控制台或者用户指定的流中,支持多线程,可以通过配置文件动态配置。-performance measurement tools for the windows platform. Can be measured from BSTT to BSTP code between the running time, statistics can be automatically and outp
Code3
- 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event kernel object, the key to the explanation of the code segment (critical section), and synchronization in multithreaded applications. M
chatroom
- 简易聊天室应用,C#窗口应用,同机多线程-Simple chat room application, C# windows application, the same plane multithreaded
MyDownloader
- 一个跨平台多线程多协议下载工具,用Qt开发,可运行在Windows系统和Linux系统上-A cross-platform multi-threaded multi-protocol download tool, using Qt can run on Windows systems and Linux systems
JMine
- 本程序为java课程设计。参考Windows自带的扫雷游戏做了简化。用java编写,采用了Swing 界面。其中运用了OO思想。多线程技术、java的awt.events消息处理。总代码量700多行。AboutFrame.java程序“关于”对话框。JCounter.java计数器类。JMine.java主程序类。JMineArth.java 地雷分布图算法类。JMineButton.java:Jbutton的扩展类有行号、列号、标记标志和单击标志。StartJMine.java程序入口点。Wi
sockettest
- windows的socket封装成了类 没有多线程。 有空加上-Packaging has become the windows socket class is not multi-threaded. Free plus
CrossThreadDemo
- 访问 Windows 窗体控件本质上不是线程安全的。如果有两个或多个线程操作某一控件的状态,则可能会迫使该控件进入一种不一致的状态。还可能出现其他与线程相关的 bug,包括争用情况和死锁。确保以线程安全方式访问控件非常重要。-Access Windows Forms controls is not inherently thread safe. If there are two or more threads operating state of a control, you may be fo
MultiThread1
- Win32 SDK函数支持进行多线程的程序设计,并提供了操作系统原理中的各种同步、互斥和临界区等操作。Visual C++ 6.0中,使用MFC类库也实现了多线程的程序设计,使得多线程编程更加方便。该例程为Windows API 编写的一个多线程程序实例。-Win32 SDK function supports multi-threaded programming, and provides a variety of operating system principles in synchron
log
- 日志模块 支持多线程 可用于linux windows系统,项目中实际使用多年 没有问题。-log system for linux and windows
KTimer.tar
- 轻量级计时库。封装了Windows/Linux的高精度计时接口,支持多线程调用,便于在产品发布后对程序中关键部分进行性能统计。-A light-weight timer library. It encapsulation the timer interface of Windows/Linux and support multi-thread. It is easy to record the performance statistics of the key parts in program
快速Ping扫描工具 8
- 图形化界面多线程扫描C类IP,解析主机名,获取网卡地址(MAC)。注:最多允许40个线程同时扫描,通常使用20个线程,当报告no resources时,说明需把线程数调低。快速搜索一段空间的IP地址及其对应的主机名,当取到主机名(即图形上为亮绿时),说明是Windows主机,有可能存在共享文件夹。(Search LAN online IP)
anvironment_multithreaded_the
- 在windows环境下的基于vc++ 的多线程编程 不错的源码(In the Windows environment based on vc + + multithreaded programming source code)
SerialComm
- visual studio 6.0 编译下的 windows 多线程操作串口代码(Windows multithreading serial port code compiled by Visual Studio 6)
Windows下线程的创建和并发执行
- 编写一个程序,完成多个线程的创建,使得所创建的多线程在处理机上并发执行。通过本实验,学习在Win32程序中利用操作系统提供的API创建线程,并通过所创建线程的运行情况来获得关于多线程并发的感性认识,以及加深对临界资源(本实验中临界资源是屏幕)互斥访问的理解。(Write a program to complete the creation of multiple threads, so that the created multithreading is executed concurrentl