-
solar_track
solar-pv model using p&o algo
- 2020-06-25 03:40:01下载
- 积分:1
-
第23组-多种顺序滤波器
说明: 多种顺序滤波器,包括最大值滤波器,中值滤波器,最小值滤波器等等(A variety of sequential filters, including maximum filter, median filter, minimum filter and so on)
- 2021-03-27 21:33:54下载
- 积分:1
-
EcoSmart Meter FW 1.2
E-Metter RF base using CC1101 RF tranceiver and MSP430F5728
- 2017-12-29 19:02:40下载
- 积分:1
-
空时自适应信号处理
说明: 空时自适应信号处理 。。。。。。。。。文献(Space-time adaptive processing algorithm)
- 2020-06-20 10:40:01下载
- 积分: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
-
driverdev_src2
Driver IOCTL Demo Working
- 2020-06-19 00:20:02下载
- 积分:1
-
用于数据预处理的多小波分解与重构程序.其中多小波是采用CL4平衡多小波,所以分解前的预处理是采用等值预滤波器.如果要用别的非平衡多小波,只需替换为相应的预滤波器...
用于数据预处理的多小波分解与重构程序.其中多小波是采用CL4平衡多小波,所以分解前的预处理是采用等值预滤波器.如果要用别的非平衡多小波,只需替换为相应的预滤波器即可.-for data pretreatment multiwavelet decomposition and reconstruction process. Multiwavelet which is the Panasonic balance multiwavelets Therefore, the pretreatment before decomposition is the equivalent pre-filter. If you want other non-equilibrium multiwavelets only replacement for the corresponding pre-filter may be.
- 2022-08-11 09:51:21下载
- 积分:1
-
跳舞机,vb小程序,可以作为初学者的小游戏,比较好玩
跳舞机,vb小程序,可以作为初学者的小游戏,比较好玩-跳舞机, vb applet can be used as a beginner" s game, more fun
- 2023-03-14 22:25:04下载
- 积分:1
-
formatswap
SEGY地震数据不同格式间相互转换小软件,不需要安装。(SEGY seismic data conversion between different formats of small software, do not need to install.)
- 2019-03-28 10:44:20下载
- 积分:1
-
获取文件的CRC32值(VC++源码
获取文件的CRC32值(VC++源码-固定码表)-access to documents CRC value (VC source-code fixed table).
- 2023-03-06 18:50:03下载
- 积分:1