-
lab4
lab report for lab 4
- 2019-04-17 21:17:08下载
- 积分:1
-
经过图片高亮手风琴代码
说明: jQuery经过图片高亮手风琴代码是一款鼠标悬停图片高亮显示,滑动展开手风琴效果代码。(JQuery through the picture highlighted accordion code is a mouse hover picture highlighted display, sliding to expand the accordion effect code.)
- 2019-04-08 14:32:18下载
- 积分:1
-
CFAR
利用恒虚警检测概率检测方法(CFAR)添加了一定噪声的目标信号中目标的个数(The process of CFAR in target detection)
- 2021-01-11 17:08:48下载
- 积分:1
-
CRLB
说明: MALTLAB仿真克拉美罗界,CRLB即不可能求得方差小于下限的无偏估计量,并为比较无偏估计量的性能提供了一个标准。(It is impossible for CRLB to obtain unbiased estimators whose variance is less than the lower limit, which provides a standard for comparing the performance of unbiased estimators.)
- 2021-04-15 14:48:55下载
- 积分:1
-
利用全排列的算法编的判断套汇路径的算法
利用全排列的算法编的判断套汇路径的算法-use with a whole series of algorithms to judge arbitrage path algorithm
- 2022-08-12 21:48:26下载
- 积分:1
-
another type of ppt format
another type of ppt format
- 2022-03-11 22:24:22下载
- 积分:1
-
Archive5
说明: 页面排序 数据挖掘 数据分析 机器学习 代码(pagerank data mining analysis ml code)
- 2020-06-21 15:20:02下载
- 积分:1
-
精饲料单放机快速地翻看联赛积 精饲料单放机快速地翻看联赛积...
精饲料单放机快速地翻看联赛积 精饲料单放机快速地翻看联赛积-Feed player quickly look at the plot League player feed quickly look at the plot League
- 2022-10-21 03:10:03下载
- 积分:1
-
computationalgeometry
计算几何,英文版,写的十分详细,适合初学者入门学习,老手也可丛中学到不少知识(Computational geometry, English, written in great detail, suitable for beginners study entry, a pair of veterans may also learn a lot of knowledge)
- 2009-02-25 09:59:46下载
- 积分: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