-
土木工程中无应力时长度计算程序,可按内容适当作修改再应用于不同的地方...
土木工程中无应力时长度计算程序,可按内容适当作修改再应用于不同的地方-civil engineering at length without stress calculation procedures can be revised as appropriate then applied to different places
- 2023-08-11 10:20:03下载
- 积分:1
-
libpng
说明: Linux headers for ubuntu platform libpng part
- 2019-05-27 21:43:45下载
- 积分:1
-
分子动力学matlab
学习用matlab语言编写的分子动力学的程序。(Learn the molecular dynamics program written in MATLAB language.)
- 2018-07-22 16:48:02下载
- 积分:1
-
统计学习理论及应用课堂讲稿
统计学习理论及应用课堂讲稿-来自麻省理工学院得好资料~-Statistical learning theory and application of classroom lectures- good information from the Massachusetts Institute of Technology ~
- 2023-06-22 23:25:04下载
- 积分:1
-
cpp_200706
说明: C++中友元函数的例子,可以通过这些例子认识友元函数(Examples of friend functions in C + + can be used to understand friend functions)
- 2020-08-03 15:19:16下载
- 积分:1
-
hi everyone, it is other people s program by c++ it is nice (一组开关,希望搞工控界面的xdjm能用...
hi everyone, it is other people s program by c++ it is nice (一组开关,希望搞工控界面的xdjm能用的上。
位图开关,你用你自己的图替换掉,就可以得到你自己风格的开关了,其他几个都是用GDI画的。
), enjoey it~-hi everyone, it is other people s program by c it is nice (a group switches, two or IPC interface delivers usable on. Bitmap switch, you use your own map replace, it can be your own style of the switch, has been used in several other GDI painting.) , it was enjoey
- 2022-02-10 00:49:04下载
- 积分:1
-
rmse
本程序可以用来简单求取数据的(rmse)均方根误差(Root Mean Square Error)
- 2020-11-28 22:39:29下载
- 积分:1
-
VB检查U盘是否插入 自动复制文件
VB检查U盘是否插入 自动复制文件,本VB源码实例具备完成两个功能:1.检测U盘、USB设备是否插入电脑,2.若是U盘等存储设备则会自动复制指定文件,偷偷复制文件哦,这个功能可不要滥用哦。
- 2022-11-24 19:30:03下载
- 积分:1
-
Gamma滤波Lee滤波Trost滤波
说明: 三种滤波方式,亲测好用,简单易懂,非常实用,功能很好(Three filtering methods, easy to understand, practical and functional)
- 2021-03-04 22:19:31下载
- 积分:1
-
VC++计算表达式的测试源码
VC++表达式计算的测试源码,本程序更像是一个“聪明”的数学计算器,可计算公式和表达式,只要输入正确的表达式,就可计算出值,初次编写这样的程序,不足之处,敬请包涵指正!~~
这个程序要求读者具备编译原理的一些知识。
举个实例来说明程序处理过程。假设要求值的表达式为 -25*(56+15)#(其中#号作为表达式结束标志)。首先对表达式进行词法分析,允许出现的字符为{0 ,1, 2 ,3 ,4 ,5 ,6, 7 ,8, 9 . ,+ ,-, *, / ,( ,),#}分析的结果产生两种类型的单词:操作符和操作数。操作符包括:{+, - ,* ,/ ,( ,)}操作数包括int和double类型。上面表达式产生的单词序列为{-25,*,(,56,+,15,)}.这些单词的类型也需要保存。
词法分析正确后将对产生的单词序列进行语法分析。
定义E为表达式,N为常数(视为终结符)。
- 2023-01-02 06:05:06下载
- 积分:1