资源列表
[编译器/词法分析] JavaBugChecker1.0
说明:源码统计分析器,统计源代码中的代码是否符合语法风格-statistics<王伟> 在 2025-06-10 上传 | 大小:2.05mb | 下载:0
[语音合成与识别] textread
说明:本软件采用微软公司先进的TTS语音合成技术,能流畅朗读中文、英语等文本,专业播音员音质,可以读小说,制作店面广告等。有慢、中、快三种语速,并可将朗读文本导出保存为WAV文件。-This software Microsoft advanced TTS voice synthesis technology, and be fluent in reading Chinese, English text, the sound quality of a professional announcer, re<xiulin> 在 2025-06-10 上传 | 大小:413kb | 下载:0
[操作系统开发] management-of-process
说明:综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞输入,图形用户界面GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。-Comprehensive application of the following knowledge points and the process scheduler of the operating system : the adjacency table , Boolean array , non-blocking input , gra<Poline> 在 2025-06-10 上传 | 大小:47kb | 下载:0
[编译器/词法分析] sizeyunsuan
说明:请完成以下描述算术表达式的LL(1)文法的递归下降分析程序G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)| d | i A→+|- M→*|/ 说明:终结符号d为正整数,终结符号i为变量。 其功能为: 从键盘上输入一串四则运算表达式,对照文法G[E]检查输入串的语法是否正确,如果不正确必须指出错误原因。 -Please complete the following descr iption<ck> 在 2025-06-10 上传 | 大小:1kb | 下载:0
[编译器/词法分析] 1dayCPP
说明:我自己编的C++教程,目的在于全面的介绍C++的语法和一些实用的例子,这是第一版,还不是很完善,希望大家给些建议-Tutorial I compiled C++ purpose is a comprehensive of introduction C++ the syntax and some practical examples, this is the first edition is not perfect, I hope we can give some advice<植物的> 在 2025-06-10 上传 | 大小:107kb | 下载:0
[编译器/词法分析] tcc-0.9.25
说明:这是传说中的TCC编译器源码,它是一个只有1M却功能齐全的C编译器,作者已停止更新,这是最后一版-TCC compiler source legendary, it is only 1M but full-featured C-compiler, the author has stopped updating, this is the last edition<植物的> 在 2025-06-10 上传 | 大小:507kb | 下载:0
[操作系统开发] three-options
说明:实现存储器空间的分配和回收,采用动态分配,首次适应算法,循环首次适应-Memory space allocation and recovery, dynamic allocation, the first-fit algorithm, the cycle for the first time to adapt to<yolandmao> 在 2025-06-10 上传 | 大小:274kb | 下载:0
[易语言编程] youxicaidan
说明:游戏菜单,完全开源,皮肤用了模块,希望对开发游戏管理的朋友有帮助-Game menu, and completely open source, the skin with a module, the friends of the development of game management<唐祖强> 在 2025-06-10 上传 | 大小:968kb | 下载:0
[编译器/词法分析] SLR
说明:程序输入为形如i+i*i# 或者ii#的串,对于SLR(1)分析,输出为包括分析步骤、分析栈情况、剩余输入串以及分析动作在内的分析过程,并考虑增加语义分析生成中间代码功能的程序扩展。-Program input shape i+i* i# or ii# string for the analysis of the SLR (1), the output analysis to include steps to analyze the analysis process, including the<Jiang> 在 2025-06-10 上传 | 大小:199kb | 下载:0