资源列表
[其他小程序] Vbtiaoshigongju
说明:VB串口调试软件源代码,可以参考修改为其它通讯程序-VB serial debugging software source code, reference can be modified for other communication program<lianshao> 在 2025-06-08 上传 | 大小:7kb | 下载:0
[控制台(字符窗口)编程] pid
说明:vb实现的关于PID控制的仿真小程序,理解后可更改应用到实际工程中-VB implementation of the PID control on the simulation of small procedures, after understanding can change the application to practical engineering<lianshao> 在 2025-06-08 上传 | 大小:1.13mb | 下载:0
[其他小程序] dragonraja
说明:dragonra龙族的源码部分 和 FPE可以修改龙族的一些方法-Dragon Source section and FPE can modify some of the ways of the Dragon<韩栋> 在 2025-06-08 上传 | 大小:23kb | 下载:0
[其他小程序] three_coupling
说明:三个耦合区的微环谐振器的滤波特性matlab仿真-Microring resonator filter characteristic three coupling region<许> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[其他小程序] banker
说明:银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithms to avoid deadlock. The method allows to avoid deadlocks in t<符舜> 在 2025-06-08 上传 | 大小:1.67mb | 下载:0
[C#编程] CSharp_SerialPort
说明:单片机串口通信上位机软件。可以进行简单的单片机与电脑间的通信-serial port<朱> 在 2025-06-08 上传 | 大小:58kb | 下载:0
[其他小程序] ProducerConsumer
说明:生产者消费者问题(英语:Producer-consumer problem),也称有限缓冲问题(英语:Bounded-buffer problem),是一个多线程同步问题的经典案例。该问题描述了两个共享固定大小缓冲区的线程——即所谓的“生产者”和“消费者”——在实际运行时会发生的问题。生产者的主要作用是生成一定量的数据放到缓冲区中,然后重复此过程。与此同时,消费者也在缓冲区消耗这些数据。该问题的关键就是要保证生产者不会在缓冲区满时加入数据,消费者也不会在缓冲区中空时消耗数据。-Producers<符舜> 在 2025-06-08 上传 | 大小:7.05mb | 下载:0