资源列表

« 1 2 ... .68 .69 .70 .71 .72 11273.74 .75 .76 .77 .78 ... 14957 »

[编译器/词法分析P73-3

说明:noname00.cpp 是一个C语言的程序,请编译后运行。是取最大值程序-noname00.cpp is a C language program, compiled to run. Is the maximum check procedures
<Alex> 在 2024-09-29 上传 | 大小:3391488 | 下载:0

[操作系统开发e-kernel

说明:发布嵌入式实时操作系统内核 请访问 www.evvei.com 察看详情 反对国外垄断,支持国产OS,星星之火,可以燎原。 -Embedded real-time operating system kernel releases please visit www.evvei.com View the details of opposition to foreign monopolies, support of do
<weilin> 在 2024-09-29 上传 | 大小:208896 | 下载:0

[并行运算matrixMul

说明:采用GPU通用计算API(CUDA)实现矩阵相乘。-The use of general-purpose GPU computing API (CUDA) to achieve the matrix multiplication.
<lry> 在 2024-09-29 上传 | 大小:15360 | 下载:0

[并行运算MonteCarlo

说明:采用GPU通用计算API(CUDA)实现蒙特卡罗方程。-The use of general-purpose GPU computing API (CUDA) the realization of the Monte Carlo equation.
<lry> 在 2024-09-29 上传 | 大小:325632 | 下载:0

[并行运算oceanFFT

说明:采用GPU通用计算API实现快速傅立叶变换-The use of general-purpose GPU computing to achieve fast Fourier transform API
<lry> 在 2024-09-29 上传 | 大小:13312 | 下载:0

[并行运算simpleCUBLAS

说明:
<lry> 在 2024-09-29 上传 | 大小:6144 | 下载:0

[编译器/词法分析myCompiler

说明:这个是java版本的pl0语言的词法分析器,带有图形界面,很好的-This is a java version of the lexical analyzer pl0 language with a graphical interface, very good
<> 在 2024-09-29 上传 | 大小:11264 | 下载:0

[编译器/词法分析yufafenxi

说明:语法分析器是函数绘图语言解释器的核心,因此语法分析器的构造是整个解释权构造的关键。语法分析器的构造分为两个重要步骤:规定语言的文法和根据文风编写程序。由于采用递归下降子程序方法,因此在文法的设计上要求是LL(1)文法。具体到此绘图语言,需要构造语法树的语言结构仅限于表达式,因为后继语义处理需要对表达式求值,而对语法树进行遍历即可得到表达式的值。 我们最终构造的是递归下降的语法分析器,要求文法是LL(1)文法,因此需要对二义文法进行
<qj> 在 2024-09-29 上传 | 大小:3072 | 下载:0

[编译器/词法分析YAC_CLEX2Basic

说明:本文包含简单中文说明和详细源代码,首先利用Lex进行词法分析,然后用YACC进行语法分析,最后生成执行代码,但是没有对执行代码进行优化。-This article contains the simple English descr iption and source code in detail, first of all carried out using Lex lexical analysis, and then carried
<李庆> 在 2024-09-29 上传 | 大小:26624 | 下载:0

[汇编语言read_I2C

说明:介绍了关于dsp运用i2c通讯协议读写数据的注意点,以及汇编的描述。-Information on the dsp to use i2c communication protocol to read and write data on the attention, as well as a descr iption of the compilation.
<蔡立勇> 在 2024-09-29 上传 | 大小:4096 | 下载:0

[汇编语言LC7461jiema

说明:LC7461解码程序,通过P1口显示数据码-LC7461 decoding procedure, I display data through the P1 code
<李谷先> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[操作系统开发PROCESS(1)

说明:一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)
<fangfei> 在 2024-09-29 上传 | 大小:2048 | 下载:0
« 1 2 ... .68 .69 .70 .71 .72 11273.74 .75 .76 .77 .78 ... 14957 »

源码中国 www.ymcn.org