说明:简述算法在实际当中的应用以及算法的改进和延伸-Improvement and extension of applications and algorithms of the outlined algorithm in practice <张生> 在 2025-01-13 上传
| 大小:1kb | 下载:0
说明:这是一个C++编的Dijkstra算法,用于离散数学中求最短路径的问题。-This is a C++ compiled Dijkstra algorithm for shortest path problems in discrete mathematics. <付评> 在 2025-01-13 上传
| 大小:1kb | 下载:0
说明:Propósito: Manejo y visualización de caracteres ASCII no imprimibles y del ASCII
extendido (iso_8859_1). Córrase el programa para ver y entender los resultados. <ada> 在 2025-01-13 上传
| 大小:1kb | 下载:0
说明:单片机数字时钟的程序,采用中断方式可以设置时间,实现小时分钟秒钟的拆分,可以手动设置时间-SCM digital clock program, the interrupt mode can set time, realize the hours of split second minutes, can be manually <tina> 在 2025-01-13 上传
| 大小:1kb | 下载:0
说明:在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-Two threads of execution within the same process <刘志愿> 在 2025-01-13 上传
| 大小:1kb | 下载:0