-
混凝土细观模型11
基于MATLAB的细观混凝土骨料模型,可以导入COMSOL中进行数值仿真(The mesoscopic concrete aggregate model based on MATLAB can be imported into COMSOL for numerical simulation.)
- 2021-04-26 10:18:45下载
- 积分:1
-
直齿轮传动系统的动力学方程,通过龙格库塔法进行求解
基于集中参数法,建立了包含齿侧间隙的直齿轮传动系统的动力学方程,通过龙格库塔法进行求解(Based on the method of concentrated parameters, the dynamic equation of the spur gear drive system with the side clearance of the tooth is established)
- 2018-06-08 12:36:00下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-07-22 20:05:58下载
- 积分:1
-
海浪谱分析程序包
海浪方向普和功率谱的计算,可以用于波浪原始资料处理(The calculation of wave direction and power spectrum can be used for wave original data processing.)
- 2018-04-10 16:48:05下载
- 积分:1
-
JAVAJISUANQIDE
java计算器源程序 科学计算器编程方面有些帮助(failed to translate)
- 2011-06-27 19:15:39下载
- 积分:1
-
机器人航路规划代码合集
说明: MATLAB蚁群算法机器人行驶路线紧急避碰(Ant colony algorithm)
- 2019-03-15 10:12:39下载
- 积分:1
-
xmaker gerador德艾维斯
以前的交易系统如何通过开源抽泣一证gnu-gpl作者发布(版本3)。
- 2022-01-25 22:54:32下载
- 积分:1
-
nb-iot narrow reference signal
本程序主要是根据窄带物联网标准,生成窄带参考信号,用于窄带物联网下行信道估计。(The program is used to create Narrow band reference signal in narrow band iot)
- 2017-11-19 16:46:58下载
- 积分:1
-
FTP上传工具,FTP上传的小例子,包括定制时间上传功能
FTP上传工具,FTP上传的小例子,包括定制时间上传功能-FTP upload tool, FTP upload a small example, including the time to upload customized functions
- 2022-01-23 10:04:42下载
- 积分:1
-
PCB 工艺设计规范(2013)
PCB工艺介绍以及规范,里面内容非常详细,虽然资料是13年的,但是很实用。(PCB technology introduction and specification, content is very detailed, although the information is 13 years, but very practical.)
- 2018-08-25 10:14:26下载
- 积分:1