资源列表
[Windows编程] TCP-UDP-Socket
说明:Windows下基于TCP和UDP的Socket编程,分别有服务端和客户端,好用。-TCP&UDP Socket Coding<田海海> 在 2025-11-21 上传 | 大小:4kb | 下载:0
[数据库编程] FCFS101
说明:FCFS算法每次从就绪队列中选择一个最先进入该队列的进程,为之分配CPU,使之运行。该进程一直运行道完成或被某事件阻塞后,才放弃CPU。本程序模拟了FCFS算法。-FCFS algorithm for each queue ready to a first cohort to enter the process, which the allocation of CPU, to make it run. Run Road, the process has been completed or o<m41ouba> 在 2025-11-21 上传 | 大小:8kb | 下载:0
[Windows编程] HuffumanTree
说明:这是在学习数据结构时,自己实现的哈夫曼树代码-This is the Huffman code when learning data structure, realize their own<燕藏锋> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[其他小程序] Computer-simulated-atom
说明:计算机模拟原子-Computer simulated atom<duxiaomu> 在 2025-11-21 上传 | 大小:1kb | 下载:0
[数据库编程] fei
说明:编写一个统计学生成绩程序,完成以下功能:输入4个学生的2门课成绩;求出全班的总平均分,将结果输出。-Student achievement to prepare a statistical procedure, complete the following features: four students enter the two classes results calculated the total average score in his class, the results outpu<m549beiz> 在 2025-11-21 上传 | 大小:10kb | 下载:0
[数据库编程] fengechuangkou
说明:一个基础的窗口分割的例子,用两个列表控件和一个picturebox实现的-A basic example of split window, with two list control and a picturebox to achieve<i964yongzhij> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[数据库编程] fengshancesu
说明:风扇测速显示,这只是一部分的程序,还有后面的速度控制程序,有待完善-Fan speed display, this is only part of the program, as well as behind the speed control program, to be improved<i964yongzhij> 在 2025-11-21 上传 | 大小:1kb | 下载:0
[数据库编程] fenqu100
说明:模拟内存分区分配和回收(首次适应算法,最佳适应算法)-Simulation of geographical distribution and recovery of memory (the first adaptation algorithm, the best adaptation algorithm)<wr68beilian4> 在 2025-11-21 上传 | 大小:2kb | 下载:0
[数据库编程] fenshidiaoduxitong
说明:分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err<wr68beilian4> 在 2025-11-21 上传 | 大小:3kb | 下载:0