资源列表
SSiFun-V1.3.0.1
- SSiFun通过设计一个通用、简便的数据接口,来封装Windows进程间函数调用的技术实现细节,提高开发效率。一个Dll同时适用于调用者和服务提供者(即客户端和服务端),避免了服务端、客户端的协议兼容和版本问题。SSiFun提供标准WIN32 API接口,适用于各类编程语言(包括VC++、Delphi、VB、C#等)调用。SSiFun.dll 采用VC++ 7.1(VS2003)编制,提供了 SSiFun.dll、SSiFun.lib、SSiFun.h,可直接加入到VC++项目中调用。 支持
Port
- delphi 串口调试软件,有消息处理和多进程处理,供同僚们参考。-delphi serial debugging software, information processing and multi-process handling, for my colleagues to refer to.
Thread
- 线程同步互赤演示, 线程同步互赤演示-Inter-thread synchronization Chek demonstration, thread synchronization interoperability demonstration Chek
ThreadDemo1
- 一个简单的多线程卖票程序,可以手动设定休息时间(sleep),默认为10000ms自动转入睡眠-A simple multi-threaded procedures such as selling a ticket, you can manually set the time to rest (sleep), defaults to 10000ms automatically into sleep
maipiao
- 一个简单的多线程卖票程序,VC6编写,默认为10000ms自动转入睡眠,可改成手动-A simple multi-threaded procedures such as selling a ticket, VC6 prepared automatically defaults to 10000ms sleep, can be changed manually
Cxiazai
- 下载器的源代码!可以多线程进行下载-Download browser s source code! Can be multi-threaded download
threder
- 软件实现在多线程环境下合理进行线程功能的分配,提高运行速度-Software to achieve multi-threaded environment in a reasonable allocation for the thread function to improve the operating speed
Socket123
- 看一看网上找的多线程的例子 用C#写的,看一看网上找的多线程的例子看一看网上找的多线程的例子 -Take a look at the Internet looking for examples of multi-threaded using C# Write, take a look online to find the multi-threaded example take a look at the Internet looking for examples of multi-thr
win32_MultiThreads
- VC 实现的 多线程实例, 采用界面线程实现。-VC to achieve multi-threaded example, using threads to achieve the interface.
CrackWinmine
- 自动扫雷,能够在1S钟以内完成任务,其扫雷信息由反汇编得到-Automatically mine, to complete the task within 1S bell, the mine-related information has been compiled by the anti-
29_161625_pc
- 生产者与消费者问题算法实现,功能要求:根据进程同步机制,编写一个解决上述问题的可视化程序,可显示缓冲池状态、放数据、取数据等过程。 具体参数:有4个生产者进程,分别为P1、P2、P3和P4; 有4个消费者进程,分别是C1、C2、C3和C4; 缓冲区单元个数N=15; 不同的生产进程可生产不同的产品,自己可任意定义,在本程序中是直接将相应生产者代号放入缓冲区,消费时将某消费者消费某生产者的信息显示出来 -Producers and consumers, the issue
multiThead7
- 此代码实现了一个经典的多线程编程的例子,是学习多线程编程难得的代码-This code implements a classic example of multi-threaded programming is to study a rare multi-threaded programming code