-
利用多线程和IP帮助函数,获取局域网内主机IP,MAC地址和用户名。是学习多线程和IP扫描的好例子...
利用多线程和IP帮助函数,获取局域网内主机IP,MAC地址和用户名。是学习多线程和IP扫描的好例子-The use of multi-threaded and IP help function, access to LAN host IP, MAC address and user name. Is to study multi-threaded IP scanning and a good example of
- 2022-03-06 10:05:03下载
- 积分:1
-
操作系统经典的问题-生产者和消费者问题.C++编写.
操作系统经典的问题-生产者和消费者问题.C++编写.-OS classic problem-producer and consumer issues. C preparation.
- 2022-02-09 13:35:05下载
- 积分:1
-
用多线程保存文件。保存同时显示进度条、对话框大小可变
用多线程保存文件。保存同时显示进度条、对话框大小可变-failed to translate
- 2022-07-12 18:20:24下载
- 积分:1
-
dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy()....
dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy().-class loaded dynamically in dll.
Only 2 virtual functions are important in this class: Create() and Destroy(). Create() function returns TRUE if the DLL is loaded correctly and an instance handle obtained. Destroy() will unload the DLL from process memory.
- 2022-01-30 18:14:26下载
- 积分:1
-
线程的同步
虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运...
线程的同步
虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread synchronization Although multithreading can bring us benefits, but there a lso many problems to be solved. For example, as disk drives such exclusivity system resources and can thread the process of implementation of any code, and the thread running by the scheduling system automatically and to a certain extent the uncertainty, So, then there could be two threads while the disk drives operate, which have operational errors; For example, For the computer banking system, may use a thread to update users of its database, and use another thread to read a database to respond to the needs of depositors, Reading is very likely to read threads database is not fully update the database, Reading may be because the time was only part of the updated dat
- 2022-03-26 17:09:07下载
- 积分:1
-
进程管理子系统,希望喜欢
进程管理子系统,希望喜欢-process management subsystem, like
- 2022-10-21 20:40:03下载
- 积分:1
-
进度条控件的多线程实现程序
进度条控件的多线程实现程序-progress of the control procedures, multithreading
- 2022-07-11 10:11:40下载
- 积分:1
-
This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of...
This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c "pthread" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the other threads through the new system call clone(). Scheduling between threads is handled by the kernel scheduler, just like scheduling between Unix processes.
- 2022-12-05 05:20:03下载
- 积分:1
-
一个多线程的后台管理扫描器,用delphi开发
,是一个多线程软件...
一个多线程的后台管理扫描器,用delphi开发
,是一个多线程软件
-a multithreaded background of the management software, with delphi development is a multi-threaded software
- 2023-07-29 04:45:04下载
- 积分:1
-
threaded, realize the video capture and encoding process! Blackfin532 platform!
使用多线程,实现视频的捕获和编码过程!Blackfin532平台!
- 2022-08-18 15:23:43下载
- 积分:1