-
biospassword
biospassword
- 2022-05-29 19:21:20下载
- 积分:1
-
Rotating shafts experience a an elliptical motion called whirl. It is important...
Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution
%
% compute the forward/backward Campbell/specgtrogram
%
% INPUT:
% y (n x 2) each column is measured from a different sensor
% ///////
% __
% |s1| y(:,1)
% |__|
% __
% / ________|/
% | | | s2 |/ y(:,2)
% \____/ --------|/
%
% Fs Sampling frequnecy
%
% OUTPUT:
% B spectrogram/Campbel diagram
% x x-axis coordinate vector (time or Speed)
% y y-axis coordinate vector (frequency [Hz])
-an experience a elliptica l motion called whirl. It is important to decomp Rose this motion into a forward and backward whil orbits. The current function makes use of two se nsors to generate a bi-directional spectrogra m. The method can be extended to any time-freque ncy di
- 2022-07-04 14:40:27下载
- 积分:1
-
该JavaScript可以动态的编辑TABLE中的某一行。类似.Net中的TableGrid控件的编辑功能。...
该JavaScript可以动态的编辑TABLE中的某一行。类似.Net中的TableGrid控件的编辑功能。-the JavaScript dynamically TABLE editor of a particular trip. Similar. Net TableGrid control of the editing function.
- 2022-11-28 16:20:04下载
- 积分:1
-
Java异常处理的方法和几个例子源码
Java异常处理的方法和几个例子源码,帮助你理解异常类型、声明异常、抛出和捕获异常、从异常获取信息、创建自定义异常等。
- 2022-03-02 17:09:47下载
- 积分:1
-
software testing inside a memory test methods and a silly things
软件测试里面的一种测试内存的方法和一种无聊的东西-software testing inside a memory test methods and a silly things
- 2022-01-21 05:07:39下载
- 积分:1
-
VC++透明效果的屏幕放大镜
VC++透明效果的屏幕放大镜,实现透明窗口或放大镜窗口效果,简单研究CDC的用法,适用于VC++新手上路。操作方法:将透明窗体拖动到有内容的区域,即可放大对应区域的图像,如演示截图所示。程序主要是使用VC++ CXTPWnd类来实现。
- 2023-06-11 09:50:03下载
- 积分:1
-
JAVA编写的推箱子游戏
虽然很简单也是不错的经典
JAVA编写的推箱子游戏
虽然很简单也是不错的经典
-JAVA prepared Sokoban game is pretty good although very simple classic
- 2022-08-17 16:45:08下载
- 积分: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
-
- 2023-06-20 11:00:02下载
- 积分:1
-
minigui API 函数手册,版本为1.6.X。
minigui API 函数手册,版本为1.6.X。-minigui API function manual, version 1.6.X.
- 2023-09-02 02:55:04下载
- 积分:1