-
这是一个改进的人脸识别 算法,希望对大家有用
这是一个改进的人脸识别 算法,希望对大家有用-This is an improvement of face recognition algorithm, it may be useful to hope
- 2022-06-21 10:41:55下载
- 积分:1
-
几个解题讲课的PPT,当然还是西电的!!!我就是那的!!哈!
几个解题讲课的PPT,当然还是西电的!!!我就是那的!!哈!
- 2022-02-05 19:52:07下载
- 积分:1
-
ksql-master
说明: sql衍生出得ksql 可以做到实时的数据监测(Ksql derived from SQL can achieve real-time data monitoring)
- 2020-05-13 10:33:42下载
- 积分:1
-
未命名文件夹
给了一个一节惯性纯滞后环节,然后用pid或者模糊控制调节该传递函数,比较两者的效果。(A section of inertia pure lag link is given, then the transfer function is adjusted by PID or fuzzy control, and the effect of the two is compared.)
- 2018-12-29 15:04:29下载
- 积分:1
-
matlab_simulation
说明: 纯轨迹跟踪控制 基于matlab 平台编码(pure persuit conntrol source)
- 2019-04-30 11:06:35下载
- 积分: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
-
gaosi
说明: 高斯光束强度仿真,可以仿真光强分布和光强变化(Gaussian beam intensity simulation can simulate light intensity distribution and light intensity change)
- 2020-04-26 23:34:04下载
- 积分:1
-
MATLAB代码的各种方法
matlab code for various methods
- 2022-04-01 22:29:48下载
- 积分:1
-
fault detector
Maximum Correlated Kurtosis Deconvolution (MCKD) [matlabhome.ir]
- 2021-03-09 09:59:28下载
- 积分:1
-
it is dual slope adc implemented in matlab. for full block diagram and suggestio...
it is dual slope adc implemented in matlab. for full block diagram and suggestions do contact me at ravibagade1@gmail.com. Thank You-it is dual slope adc implemented in matlab. for full block diagram and suggestions do contact me at ravibagade1@gmail.com. Thank You..
- 2022-10-25 17:10:03下载
- 积分:1