-
relax
RELAX谱估计法的matlab源代码,已经通过验证(RELAX spectral estimation method matlab source code has been validated)
- 2009-07-08 15:54:24下载
- 积分:1
-
Myo Data Capture Windows
用于MYO手环采集数据的c++程序,点击exe文件,然后就能得到很多个excel表格(MYO data capture using c++ program)
- 2021-04-26 21:18:45下载
- 积分:1
-
carpayment
这是一个购车还贷计算器的应用程序,里面包括异常处理(This is a car loan calculator applications, which include the exception handling)
- 2008-04-05 19:45:58下载
- 积分:1
-
C#修改Windows电脑的计算机名
Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:
[DllImport("kernel32.dll")]
private static extern int SetComputerName(string ipComputerName);//重写API函数
private void Frm_Main_Load(object sender, EventArgs e)
{
Computer computer = new Computer();//创建计算机对象
textBox1.Text = computer.Name;//显示计算机名称
}
private void button1_Click(object sender, EventArgs e)
{
if (textBox2.Text == "")//判断计算机名称是否为空
{
MessageBox.Show("计算机名称不能为空!");
}
else
{
SetComputerName(textBox2.Text);//修改计算机名称
MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");
}
}
- 2022-03-07 15:38:03下载
- 积分:1
-
利用DAC1208实现程控低通滤波器设计。需要的朋友请下载
利用DAC1208实现程控低通滤波器设计。需要的朋友请下载-DAC1208 realize the use of low-pass filter design program. Friend in need, please download
- 2022-05-19 01:39:20下载
- 积分:1
-
MPC-TSDR-Thermal Storage
用于模拟需求响应的热存储模型预测控制,它模拟了在复杂的,真正存在的经济环境中冷却商业建筑的各种控制策略(Thermal storage model predictive control for simulating demand response, which simulates various control strategies for cooling commercial buildings in complex and real economic environments)
- 2018-11-19 10:06:24下载
- 积分:1
-
VB 图表-单月数据分析
VB生成图表-单月数据分析,我觉得这是个相当不错的统计分析例子,具有多种筛选数据的功能,还可对筛选出的数据进行报表,以直方图(柱状图)的方式进行报表显示,非常直观,且本例结合了Access数据库来实现相关的功能,演示效果明显,可参考性强。
- 2022-06-12 05:54:04下载
- 积分:1
-
文件
说明: 《Python语言在Abaqus中的应用》(曹金凤板)书中例子源码。("Python language in ABAQUS application" (Cao jinfengban) book example source code.)
- 2020-08-16 22:38:56下载
- 积分:1
-
matrixM
基于matlab无人机编队模型程序,数学建模大赛专用,适合初学者(This study investigates the robust fixed-time consensus tracking problem of second-order multi-agent systems under fixed topology. A novel type of non-linear protocol and the corresponding sufficient conditions for achieving robust fixed-time consensus tracking are proposed with the aid of sliding mode technique and Lyapunov theory. Compared)
- 2019-01-14 19:29:57下载
- 积分:1
-
rm31_chase.c
本代码主要仿真了与II型Chase算法相关联的一阶RM码软判决译码(This code simulated the soft-decision decoding of the first-order RM code associated with type II Chase algorithm)
- 2012-05-08 22:58:55下载
- 积分:1