-
一个有关定时提示的小程序,来自水木!
一个有关定时提示的小程序,来自水木!- Related fixed time prompts the script, comes from the water
wood!
- 2022-11-30 08:10:03下载
- 积分:1
-
3D立方体翻转插件
说明: 一款jQuery 3D立方体翻转插件。该插件可以创建水平或垂直的3d立方体效果,(A jQuery 3D cube flip plug-in. The plug-in can create horizontal or vertical 3D cube effects.)
- 2019-01-09 16:04:42下载
- 积分: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
-
等效粘弹性模型UMAT子程序
说明: 等效粘弹性模型UMAT子程序,适合准备编程学习的朋友(Equivalent viscoelastic model -- UMAT subroutine)
- 2020-02-16 13:43:07下载
- 积分:1
-
Girl power can only be the case, you want to be a member because I wanted to stu...
小妹,实力也只能这样了,好想成为会员呀,因为我想好好学习-Girl power can only be the case, you want to be a member because I wanted to study hard
- 2022-07-12 05:03:37下载
- 积分:1
-
用matlab实现Dijkstra算法的路由协议仿真
利用MATLAB来实现Dijkstra算法模拟了路由选择协议-using MATLAB to achieve the Dijkstra algorithm to simulate the Routing Protocol
- 2022-10-12 20:05:04下载
- 积分:1
-
这是用C++Builder做的一个九宫排字游戏
这是用C++Builder做的一个九宫排字游戏-This is done using C Builder JiuGongTu typesetting of a game
- 2022-03-14 05:56:05下载
- 积分:1
-
使用C编写递归程序
使用C编写递归程序-prepared using recursive procedure C
- 2023-06-14 07:05:04下载
- 积分:1
-
鲁棒控制工具箱
说明: 用matlab的鲁棒控制工具箱实现系统的鲁棒控制,英文版的可能看起来有些痛苦(robust control.Using the robust control toolbox of matlab to achieve robust control of the system, the English version may seem painful.)
- 2019-11-01 14:52:38下载
- 积分:1
-
维度
说明: 在蛋白库中搜索到酶结构文件,可以算出真正的酶的盒维度。(By searching the enzyme structure file in the protein library, you can calculate the true enzyme box dimension.)
- 2020-06-24 02:00:02下载
- 积分:1