-
AABB算法 PDF 对学习AABB的来说是很好的资料 大家可以下载看看
AABB算法 PDF 对学习AABB的来说是很好的资料 大家可以下载看看 -AABB learning AABB algorithm PDF is a good example of information you can download and see
- 2023-05-01 01:30:03下载
- 积分:1
-
additionapplet java。
AdditionApplet.java
Adding two floating-point numbers.
- 2023-01-09 02:30:03下载
- 积分:1
-
有n个人围成一圈,顺序编号。从第一个人开始报数(从1到3),凡报到3的人退出圈子,问最后一个圈中的人的编号?...
有n个人围成一圈,顺序编号。从第一个人开始报数(从1到3),凡报到3的人退出圈子,问最后一个圈中的人的编号?-n personal cordons of serial numbers. Started from the first report (from 1-3), who reported three people from the circle, asking a final lap of the numbers?
- 2023-06-24 11:35:04下载
- 积分:1
-
信息论推理和学习算法,一本很好的检索信息论和信息检索算法的书籍,值得...
信息论推理和学习算法,一本很好的检索信息论和信息检索算法的书籍,值得-Information theory inference and learning algorithms, a good retrieval of information theory and information retrieval algorithms books, it is worth a look
- 2022-01-24 18:08:15下载
- 积分:1
-
经典的俄罗斯方块游戏。大家都玩过吧?
C语言实现
经典的俄罗斯方块游戏。大家都玩过吧?
C语言实现-The classic Tetris game. We all played it? C language
- 2022-02-02 20:12:09下载
- 积分:1
-
在c++矩阵和向量的运用
在c++矩阵和向量的运用-in the matrix and vector use
- 2023-06-11 20:40:03下载
- 积分:1
-
生物
生物图像在Matlab中的应用
- 2022-07-07 22:50:24下载
- 积分:1
-
Self
自制编程器,新手上路,请多多指教--单片机爱好者---- 谢谢!-Self-made programmer, New Users, please Singlechip lovers exhibitions Thank you!
- 2022-03-24 17:20:53下载
- 积分:1
-
MFC
DissectingMFC2e简体-呕心沥血版,侯捷大作,对刚刚学习vc的同学大有帮助-MFC
- 2022-10-14 22:10:03下载
- 积分:1
-
flex 是一个生成扫描器的工具,能够识别文本中的词法模式。flex 读入给定的输入文件,如果没有给定文件名的话,则从标准输入读取,从而获得一个关于需要生成的扫...
flex 是一个生成扫描器的工具,能够识别文本中的词法模式。flex 读入给定的输入文件,如果没有给定文件名的话,则从标准输入读取,从而获得一个关于需要生成的扫描器的描述。此描述叫做 规则,由正则表达式和 C 代码对组成。flex 的输出是一个 C 代码文件――lex.yy.c――其中定义了 yylex() 函数。编译输出文件并且和 -lfl 库链接生成一个可执行文件。当运行可执行文件的时候,它分析输入文件,为每一个正则表达式寻找匹配。当发现一个匹配时,它执行与此正则表达式相关的 C 代码-flex generated scanner is a tool that can identify lexical patterns in text. flex time into the given input file, in the absence of a given file name, then read from standard input, and thus on the need to generate a description of the scanner. This description is called the rules, by the regular expression and the composition of C code. the output of flex is a C code file- lex. yy.c-- which defines the yylex () function. Output file and compile and link-lfl library to generate an executable file. When running an executable file, it analyzes the input file, for each regular expression match to find. When they find a match, it is the implementation of regular expressions with the related C code
- 2022-07-16 02:04:28下载
- 积分:1