-
lsm&vof openfoam
CFD多相流求解器 level set & vof 方法(CFD multiphase flow solver
methord of level set and vof)
- 2021-01-13 19:58:49下载
- 积分:1
-
数据结构头文件
队列、链表等基础数据结构头文件,cc++仅供学习(dataStructure head file ,just for learning)
- 2020-06-25 16:20:01下载
- 积分:1
-
opencamlib-master
一个C++库,用于CNC数控加工之CAM处理。(OpenCAMLib (ocl) is a c++ library for creating toolpaths for cnc-machines
such as mills and lathes.)
- 2016-01-25 16:14:20下载
- 积分:1
-
GCmatlab.tar
Graph cut with matlab. It is very powerful
- 2021-01-16 21:38:46下载
- 积分:1
-
C# UseHaving 在HAVING子句中使用子查询过滤平均值数据
C# UseHaving 在HAVING子句中使用子查询过滤数据,查询学生表中学生年龄大于平均学生年龄的学生信息,查询代码的编写如下:string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 所在学院,学生姓名,年龄,(SELECT AVG(年龄) FROM tb_Student) AS 平均年龄 FROM tb_Student GROUP BY 所在学院,学生姓名,年龄 HAVING 年龄>(SELECT AVG(年龄) 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-03-02 18:15:07下载
- 积分:1
-
NJW1192音调19A32显示
njw1192音调控制,LCD19A32显示,控制低音,高音,输入,
- 2022-03-02 11:10:13下载
- 积分:1
-
main
temperature data logger-The temperature data logger is a device to read temperature and store persistent temperature and corresponding timestamp data into Flash memory. The collection of temperature data can be retrieved, and analyzed after being logged. The temperature data logger is commonly used for monitoring environmental data and shipments of temperature sensitive products such as foods, pharmaceuticals, and some chemicals. In particular, temperature data logger can operate as a stand-alone device and put in a variety of locations including office, laboratory or geographical location such as mountains, deserts,… and in manufacturing line in industry to collect temperature data over a defined period of time. It is also small enough and portable to be integrated with shipping container or directly attached to products which can be degraded due to exposure to temperature extremes to monitor their temperature
- 2015-03-06 20:03:40下载
- 积分:1
-
DigitalLicense_v3.6
说明: Win10 数字签名激活工具
数字签名激活工具(Win10 Active Tool
Window 10 System Digital License Active tool)
- 2020-06-23 03:40:02下载
- 积分:1
-
C语言密码本(入门级示例源码,可用于管理各网站的账号密码)
随手写的C语言密码本 1、程序初始密码为:1232、请首先在D盘根目录下建立2个文本文件(一个存放站点信息 另一个存放程序开始密码)站点信息.txtmima.txt
- 2020-01-01下载
- 积分:1
-
IEC61850 C语言开发库
libiec61850-1.4.zip
- 2021-05-06下载
- 积分:1