-
Newmark数值分析法
Newmark数值分析法,可以用于求解动力学频率响应。(Newmark numerical analysis method can be used to solve the dynamic frequency response.)
- 2018-11-07 15:05:47下载
- 积分:1
-
DynamicDataDisplay-example-master
说明: 一款强大的图表框架,支持大数据图形显示(通过图片方式)(DynamicDataDisplay-example-master)
- 2020-06-17 10:00:02下载
- 积分:1
-
InternalTraining
congex的机器视觉的培训教程~,挺不错的 (congex the Machine Vision Training Guide ~, quite good)
- 2007-04-03 08:18:26下载
- 积分:1
-
bin executable code will be converted to C language code, the implementation pro...
将bin执行码转换为C语言代码,便分析程序执行过程-bin executable code will be converted to C language code, the implementation process analysis program
- 2023-08-07 13:10:03下载
- 积分:1
-
nine
说明: 一个九宫格小游戏的源代码,主要应该编辑框,实现输入,编辑和修改,检测(A Jiugongge game' s source code, should the main edit box, the input, editing and revising, testing)
- 2011-04-07 11:59:56下载
- 积分:1
-
stm32下的ST7735液晶驱动工程 st7735
stm32下的ST7735液晶驱动工程 st7735,stm32f103上验证好用(stm32 st7735,driver,check ok,work well!)
- 2018-05-12 23:47:55下载
- 积分:1
-
LK
说明: 通过光流法求取视频中的单应性矩阵减少计算时间(The single strain matrix in video was obtained by optical flow method to reduce computing time)
- 2021-03-20 13:19:18下载
- 积分:1
-
matlab 布谷鸟
成本、时间、质量为目标的多目标优化求解代码(Multi-objective optimization code for cost, time and quality)
- 2019-04-15 10:52:53下载
- 积分:1
-
201205141717574901
完整波浪计数 很高的成功率,12345ABC 外汇股市都有一定的分析与操盘(FlatDouble ZigZagTriple ZigZagDouble ThreeTriple Thre)
- 2020-06-25 14:40:02下载
- 积分:1
-
基本操作的基本操作是四大操作,符号…
浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, plus or minus, riding, except from negative, in absolute terms, a comparison of the same. The a
- 2022-05-22 17:45:03下载
- 积分:1