-
三种模型重力异常和磁异常
多种模型重力异常的计算,以及地磁异常的计算,matlab,有实例(Calculation of gravity anomalies of various models, and calculation of geomagnetic anomalies, MATLAB, with examples)
- 2020-12-18 11:29:11下载
- 积分:1
-
控制系统仿真程序,里面有很多常用的控制系统仿真程序,有参考价值...
控制系统仿真程序,里面有很多常用的控制系统仿真程序,有参考价值-Control system simulation program, there are many commonly used control system simulation program, there is reference value
- 2022-09-06 11:35:02下载
- 积分:1
-
clock generator can demonstrate minutes and seconds, hours, the next to the FPGA...
时钟发生器,可以显示分,秒,小时,下到FPGA上验证过,功能基本正常-clock generator can demonstrate minutes and seconds, hours, the next to the FPGA tested normal function
- 2023-03-11 14:40:03下载
- 积分:1
-
阵列信号处理中DOA估计及DBF技术研究
说明: 阵列信号处理中DOA估计及DBF技术研究 论文说明:基本介绍几原理讲解(DOA Estimation and DBF Technology in Array Signal Processing)
- 2019-03-15 16:20:04下载
- 积分:1
-
这是一个很好的显示真彩色的24个程序
这是一个非常好的显示24位真彩色的程序-This is a very good show true color 24 procedures
- 2022-03-23 09:19:53下载
- 积分:1
-
MS数据库连接测试工具VB版代码
一个关于SQLSERVER数据库方面的小测试,用来测试程序是否已经连接上了MS SQLSERVER服务器,其实写这个程序主要还是想熟悉VB与SQL之间的各种操作,这个小程序的重点是数据库连接部分,以前经常搞的一头雾水,现在好了,可以先测试下了。
- 2022-06-15 18:11:52下载
- 积分:1
-
yizhitwo
雷达与红外传感器的集中式加权算法融合,配合内插外推法将数值同步(Centralized weighted algorithm fusion for radar and infrared sensors,Synchronizing the interpolation and extrapolation method to synchronize the numerical synchronization)
- 2020-12-11 16:29:18下载
- 积分:1
-
参考
This is a paper for theoretical research.
- 2019-04-07 16:56:25下载
- 积分:1
-
一个用vb做的计算器。截面很好看。而且好用。
一个用vb做的计算器。截面很好看。而且好用。-vb done with a calculator. Very good cross-section. But handy.
- 2022-05-06 01:03:31下载
- 积分:1
-
C# 在格式化日期查询数据库
C# 在查询语句中使用格式化函数,格式化日期,将出生日期格式化为“年月日”的格式,后附完整源代码下载,以下是部分代码:
private void Frm_Main_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(//创建数据库连接对象
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
+ "db_Test.mdb" + ";Persist Security Info=False");
OleDbDataAdapter dap = new OleDbDataAdapter(//创建数据适配器对象
"SELECT * FROM 员工生日表;", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据表
dgv_Message.DataSource = ds.Tables[0].DefaultView;//设置数据源
}
- 2023-05-27 06:05:03下载
- 积分:1