资源列表
[Dephi控件源码] exe-rc
说明:直接运行资源文件中的可执行文件,对exe封装很有作用-Directly run the executable file in the resource file, useful role in the exe package<maorongcai> 在 2025-06-26 上传 | 大小:655kb | 下载:0
[汇编语言] CalculatetheIDcheckcode
说明:从键盘上输入一个17位的身份证号(身份证号的前17位,即上面描述中的第18位至第2位),通过计算补充第1位后,将完整的身份证号显示出来。-Input from the keyboard on a 17 identification number (ID number 17, 18 described above, to 2), through the calculation add a complete ID number displayed .<严涵康> 在 2025-06-26 上传 | 大小:2kb | 下载:0
[易语言编程] DuoXianChengXiaZai
说明:易语言-多线程文件下载,完全调用基本支持库实现下载功能-Yi language- multi-threaded file downloads, completely call a basic support library download function<撒撒> 在 2025-06-26 上传 | 大小:1.38mb | 下载:0
[编译器/词法分析] fwdfwfwdcompiler
说明:the document covers some essential information about compiler design<abhishek> 在 2025-06-26 上传 | 大小:655kb | 下载:0
[汇编语言] aaa(shiyansi)
说明:微机原理与汇编语言课程实验指导书实验四求俩个数之和-Microcomputer Principle and assembly language course experiment instructions experiments seeking both the number of<wangfei> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[编译器/词法分析] JavaBugChecker1.0
说明:源码统计分析器,统计源代码中的代码是否符合语法风格-statistics<王伟> 在 2025-06-26 上传 | 大小: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-26 上传 | 大小: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-26 上传 | 大小: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-26 上传 | 大小:1kb | 下载:0