-
R及TSA
R软件安装及应用,R上输入下图中红色的命令,之后再弹出来的镜像那个选一个比如香港(Installation and Application of R Software)
- 2020-06-17 21:00:07下载
- 积分:1
-
matlab系统辨识工具箱
matlab系统辨识工具箱,实测能用;仅供参考和学习交流,换积分(Matlab system identification toolbox, the actual measurement can be used; only for reference and learning and communication, exchange integral)
- 2019-05-26 20:59:47下载
- 积分:1
-
人工神经网络例子
人工神经网络练习实例,可用于初学人工神经网络的同学,实例都比较简单(Artificial neural network training examples)
- 2017-12-14 11:41:33下载
- 积分:1
-
ASP中一个很好的无组件文件上传工具,如果上传的是图片,在选择时还可以看到图片的面貌。...
ASP中一个很好的无组件文件上传工具,如果上传的是图片,在选择时还可以看到图片的面貌。-ASP with a good file upload tool components, if it is to upload pictures, the choice can also see pictures of the landscape.
- 2022-03-08 09:04:07下载
- 积分: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
-
App3
C++ code for Datalogic Teriminal
- 2013-09-12 21:54:57下载
- 积分:1
-
DIV+CSS网页模板2
CSS和DIV布局学习,提供一些模板,参照例子进行。(A template designed by a web page)
- 2017-08-03 18:31:59下载
- 积分:1
-
对讲机芯片RDA1846,20110304
RDA1846对讲机射频文档资料集合大全(RDA1846data acquisition system)
- 2017-10-19 23:33:21下载
- 积分:1
-
读取RGB
说明: 读取图片的RGB,并将R和G波段与B波段做拟合(Read the RGB of the picture and fit the R and G bands with the B band)
- 2019-11-28 18:05:08下载
- 积分:1
-
初学者学习c++的好帮手,重点明确,结构清晰。
初学者学习c++的好帮手,重点明确,结构清晰。-Beginners to learn c++ Good helper, focused, clear structure.
- 2022-08-18 05:51:21下载
- 积分:1