资源列表
[Windows编程] lex-and-yacc
说明:对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。 对输入的程序语句进行分析。对每个非终结点定义单个函数,定义了它的后继节点。然后用一个构造来的函数,使定义的后继节点符合语法,否则报错。 -Analysis of the i<凡亚东> 在 2025-07-22 上传 | 大小:105kb | 下载:0
[进程与线程] p-and-c
说明:在Windows和Linux操作系统上,利用各自操作系统提供的Mutex和信号量机制(Win32 API或Pthreads),实现生产者/消费者问题-In the Windows and Linux operating systems, the use of their operating system provided Mutex and semaphore mechanism (Win32 API or Pthreads), to achieve the producer/consumer<凡亚东> 在 2025-07-22 上传 | 大小:17kb | 下载:0
[Windows编程] Bresenham
说明:用c++实现Bresenham算法,打开应用程序 在需要产生点的地方 “双击鼠标左键” “双击鼠标右键” 将复原-C++ implementation with the Bresenham algorithm, open the application where the need to generate points, " Double-click the left mouse button" " Double-click the right mouse bu<凡亚东> 在 2025-07-22 上传 | 大小:57kb | 下载:0