搜索资源列表
windows
- 老师布置的windows核心编程的大作业 功能需求如下: 具有查看系统当前运行进程,线程的功能,并能选择结束进程。设置进程的优先级,休眠,唤醒线程。 系统可以加载一个动态链接库,动态链接库随机不停的产生数据,系统显示该数据。(为保证所有数据都能被显示,要求用同步机制来实现) 具有查看系统当前运行进程,线程的功能,并能选择结束进程。设置进程的优先级,休眠,唤醒线程。 系统可以查看虚拟内存使用情况(10分) 系统可以把输入的信息写入共享内存,并由另一个进程从共享内存中写入磁
EventCore0.004
- 什么是EventCore库 EventCore是一个用于提供线程同步,事件驱动,进程间数据传递,高精度计时器等功能的开源库。EventCore的最新源代码,可以在 http://event.googlecode.com 得到。EventCore库使用方便简单,内建线程管理,是开发多线程程序非常实用的一个库。 为什么要开发EventCore库 开发EventCore的目的是为了解决多线程程序通信,数据传递,函数调用,防死锁,线程同步,高精度计时器等问题。笔者在开发多线程程序时常常被线
CH341PAR.ZIP
- CH341PAR.EXE · USB转并口CH341的WINDOWS驱动程序和DLL动态库的安装包 支持WINDOWS 98/ME/2000/XP,支持USB转EPP/MEM并口, 支持USB转同步串口:IIC/I2C、SPI等, 用于随产品发行到最终用户-CH341PAR.EXE · USB to Parallel CH341 the WINDOWS driver and DLL package to support dynamic library WINDOWS 98
Linux-userthread-library
- 可模拟实现Linux用户级线程库的静态调用,规避了多线程库的竞态条件和复杂的同步问题.除源代码外还有详细的设计说明文档.-Can simulate the realization of Linux user-level Thread Library static call circumvented competing multi-threaded library condition and complex synchronization problems. In addition to sour
librsync-0.9.7.tar
- rsync的核心代码库。主要作用是比较二进制文件,使得通过网络同步处于两台机器上的二进制文件所用的网络传输最少。-rsync the core code base. The main role is to compare binary files, making the adoption of network synchronization in the two machines on the binary file used in at least Network.
LsCommDemo
- LsComm就一个多线程同进接收串口信息的类库,本示例向大家展示如何使用它。示例实现了一个简洁易用的多线程串行通讯接口,可以以切换查询和自动接收两种模式进行对串口数据收发。实现选择串口、选择接收模式、发送数据、同步接收数据、异步接收数据等。-LsComm on a multi-threaded serial port to receive the same information into the library, the examples demonstrate how to use it.
3.c
- 编写程序实现生产者-消费者问题。使用Linux的pthread线程库,创建2个生产者线程和2 个消费者线程。生产者线程计算当前的时间,把时间、第几次计算时间的序号(循环次 数)和线程ID作为一个消息,把消息放入缓冲区,消费者线程从缓冲区读出一个消息 并显示消息。缓冲区大小为5个,每个生产者线程生产10个消息,每个消费者线程消费 10个消息,即生产和消费分别为20次。 要求:2个生产者线程执行的代码是相同的(即执行同一函数),2个消费者线程也 一样。 提示: 生产者
CPPSDK-v1.2
- 腾讯微博最新版C++SDK,SDK源码包含以下内容:json和xml解析器,字符串格式转换,http同步和异步请求,OAuth授权 引用第三方库:curllib.dll,ssleay32.dll,libeay32.dll和openldap.dll,生成QWBlogAPI.d-Tencent microblogging latest version C++SDK for, SDK source code contains the following: json, xml parser, str
libsync.tar
- libsync是一个用于网络数据同步的开发库-libsync is a development libraries for network data synchronization
VCPPcode5
- 多线程,同步与异步,进程间通信,activeX控件,动态链接库,HOOK和数据库ODBC访问-Multi-threaded, synchronous and asynchronous, inter-process communication, activeX controls, dynamic link library, HOOK and database ODBC access
liu_tongbu
- 利用龙库算法实现liu系统的自同步,获得同步混沌信号-Algorithm using the Long Library liu system self-synchronization, synchronization of chaotic signals obtained
0.c.tar
- 经典的线程例子,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果应该是 10。但是因为线程的特性,两个线程同步执行,所以结果是6,这是很有意思的事情。-The classic example of a thread, the thread using pthread library to create two threads, two threads must acc