-
一个3,9码生成动态库
一个3,9码生成动态库- 3,9 yard productions dynamic storehouses
- 2023-03-29 20:00:03下载
- 积分:1
-
数值计算方法C语言程序,经测试均可用!!大家快快下载吧
数值计算方法C语言程序,经测试均可用!!大家快快下载吧-Numerical Method C language program, have been tested are available! ! We quickly download the bar
- 2022-08-13 07:01:16下载
- 积分:1
-
三国杀识别
这个程序确定的三国杀国战历史信息。它所使用的语言分析技术和图像模板匹配的方法。
- 2023-05-25 16:10:03下载
- 积分:1
-
mobus通信51程序
modbus RTU 的C51程序
单片机89S52
通信波特率 9600 8位数据 1位停止位 偶校验 485通位接口
单片机控制板地址 localAddr(变量)
通信可设置数据的地址:
字地址 0 - 255 (只取16位的低8位)
位地址 0 - 255 (只取16位的低8位)
- 2022-04-16 05:51:15下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC+...
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting data processing and regression analysis of the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-09-26 01:50:03下载
- 积分:1
-
C++ 红黑平衡二叉树实现
应用背景简化了map的功能,应用于高效的查询;不维护迭代器等功能,提供数据从启动到停止生命周期内的快速查询,不提供删除数据,只提供清理数据;经过测试千万数据的查找比map快5倍关键技术根据红黑树的算法,实现了key、value存储map,完全按照平衡树的原理,实现了快速添加和查找功能
- 2022-04-11 18:03:28下载
- 积分:1
-
Adaptive Data Fusion
自适应数据融合算法-Adaptive Data Fusion
- 2022-04-23 20:41:44下载
- 积分:1
-
单源最短路径求解
单源最短路径求解-single source shortest path Solution
- 2022-05-22 20:18:43下载
- 积分:1
-
很好的卡尔曼滤波程序
很好的卡尔曼滤波程序-a goog source program about Kalman filtering
- 2022-03-02 21:41:55下载
- 积分:1