资源列表
[其他小程序] dragonraja
说明:dragonra龙族的源码部分 和 FPE可以修改龙族的一些方法-Dragon Source section and FPE can modify some of the ways of the Dragon<韩栋> 在 2025-11-10 上传 | 大小:23kb | 下载:0
[其他小程序] three_coupling
说明:三个耦合区的微环谐振器的滤波特性matlab仿真-Microring resonator filter characteristic three coupling region<许> 在 2025-11-10 上传 | 大小: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-11-10 上传 | 大小:1.67mb | 下载:0
[C#编程] CSharp_SerialPort
说明:单片机串口通信上位机软件。可以进行简单的单片机与电脑间的通信-serial port<朱> 在 2025-11-10 上传 | 大小:58kb | 下载:0
[其他小程序] ProducerConsumer
说明:生产者消费者问题(英语:Producer-consumer problem),也称有限缓冲问题(英语:Bounded-buffer problem),是一个多线程同步问题的经典案例。该问题描述了两个共享固定大小缓冲区的线程——即所谓的“生产者”和“消费者”——在实际运行时会发生的问题。生产者的主要作用是生成一定量的数据放到缓冲区中,然后重复此过程。与此同时,消费者也在缓冲区消耗这些数据。该问题的关键就是要保证生产者不会在缓冲区满时加入数据,消费者也不会在缓冲区中空时消耗数据。-Producers<符舜> 在 2025-11-10 上传 | 大小:7.05mb | 下载:0
[C#编程] CSharp_Hellow
说明:使用C#编写的一个简单的hellowword程序。实验目的是了解c#变成环境-hellow world<朱> 在 2025-11-10 上传 | 大小:28kb | 下载:0
[C#编程] single-linked-list
说明:单链表,实现链表的查找、插入、删除等功能。-Single linked list, the realization of the search list, insert, delete and other functions.<ROUKEN> 在 2025-11-10 上传 | 大小:252kb | 下载:0
[C#编程] LoopInThread
说明:#创建线程与循环的例子,此为演示代码,创建新线程,并创建ThreadStart委托对象,消息传输方法AddMsg。-# Create a thread with examples of the cycle, this is the demo code, create a new thread, and create ThreadStart delegate object, message transmission method AddMsg.<刘锋> 在 2025-11-10 上传 | 大小:9kb | 下载:0