资源列表
排序选择:
[微处理器(ARM/PowerPC等)] 80C51wireless
说明:NRF24L01无线通信,支持双向收发,可以正常同学,验证通过-nRF24L01wireless,can link,and transmite<sjy> 在 2025-09-30 上传 | 大小:404kb | 下载:0
[驱动编程] Java-events-driver
说明:java事件驱动程序 小的java程序 供大家一起学习 。-event-driven program in java java program for all learning together.<凡华> 在 2025-09-30 上传 | 大小:26kb | 下载:0
[进程与线程] ThreadCreate
说明:使用系统调用CreateThread()创建一个子线程,并在线程中显示:Thread is Running!。为了能让用户清楚地看到线程的运行情况,使用Sleep()使线程挂起5秒,之后使用ExitThread()撤销进程。-System call CreateThread () to create a child thread, the thread: Thread is the Running! . In order to allow users to clearly see the thr<slp> 在 2025-09-30 上传 | 大小:926kb | 下载:0
[进程与线程] Semaphore
说明:主、子两个线程之间的同步,要求子线程先执行。在主线程中使用系统调用CreateThread()创建一个子线程。主线程创建子线程后进入阻塞状态,直到子线程运行完毕后唤醒主线程。-The main synchronization between two threads of the child requires the child thread is executed first. In the main thread using the system call CreateThread () to<slp> 在 2025-09-30 上传 | 大小:930kb | 下载:0
[进程与线程] Mutex
说明:首先,在主线程中使用InitializeCriticalSection()初始化临界分区。然后建立两个子线程,在两个子线程中使用全局变量count的前、后分别使用 EnterCriticalSection()进入临界区及LeaveCriticalSection()退出临界区。等两个子线程运行完毕,主线程使用DeleteCriticalSection()删除临界区并撤销线程。-First of all, in the main thread InitializeCriticalSection ()<slp> 在 2025-09-30 上传 | 大小:944kb | 下载:0
[数据结构常用算法] GetMemoryStatus
说明:使用系统函数GlobalMemoryStatus()和数据结构MEMORYSTATUS查看系统内存和虚拟存储空间使用情况,使用VirtualAlloc()函数和VirtualFree()函数分配和释放虚拟内存空间。-Using the system function of the GlobalMemoryStatus () and data structure the MEMORYSTATUS view the system memory and virtual memory space, us<slp> 在 2025-09-30 上传 | 大小:1.14mb | 下载:0