资源列表
[书籍源码] C-LANGUGE-CASE
说明:《C语言课程设计案例精编》书籍的源代码,好用 -C CLASS DESIGN FOR case SOURCE<wangg> 在 2025-06-19 上传 | 大小:67kb | 下载:0
[LabView] Correlation-Analysis
说明:基于LabView2011的自相关分析和互相关分析,测试两个信号的互相关函数和自相关函数。-Based on the autocorrelation and cross-correlation analysis LabView2011 analysis, test cross-correlation function of two signals and autocorrelation function.<李攀> 在 2025-06-19 上传 | 大小:46kb | 下载:0
[编译器/词法分析] simplePython
说明:简单版python解释器,仅支持for,if,while等简单语句-Simple version of the python interpreter, supports only for, if, while other simple statement<Lucas> 在 2025-06-19 上传 | 大小:195kb | 下载:0
[汇编语言] AS3992_SOUCER_8051F340
说明:firmware as3992 rfid reader<luiz> 在 2025-06-19 上传 | 大小:66kb | 下载:0
[中文信息处理] jjflashchat
说明:Imitation QQ chat software MyQQ source code instruction code operating instructions operating instructions hide >> MyQQ stage phase of the project Project tasks: MyQQ chat system structure: C / S, the group formed by the exchange chat messages<王儿子> 在 2025-06-19 上传 | 大小:323kb | 下载:0
[中间件编程] Shannon-Encode
说明:香农编码的C语言实现。任意输入一信源概率,可以计算出对应的码长,码字,信源熵,编码效率等。-Shannon coding in C language. Enter an arbitrary source probabilities can be calculated for the corresponding code length, code words, the source entropy coding efficiency.<isky> 在 2025-06-19 上传 | 大小:4kb | 下载:0
[操作系统开发] cunchu
说明:1. 模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。 2. 采用最先适应法、最佳适应法、最坏适应法分配主存空间。 3. 当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这是应把它分成二部分,一部分为占用区,加一部分又成为一个空闲区。 4. 当一个作业撤离时,归还的区域如果与其他空闲区相邻,则应合并成一个较大的空闲区,登在空闲区表中。 5. 运行所设计的程序,输出有关数据结构表项<路东方> 在 2025-06-19 上传 | 大小:167kb | 下载:0