-
pls_matlab
偏最小二乘的说明、公式和matlab代码(含注释)。(The text and code of PLS & MATLAB.)
- 2019-06-11 09:48:53下载
- 积分:1
-
定时关机程序
这个程序虽然实用价值不大,但是可以让我们了解函数。(Although this program is practical and of little value, it can give us an understanding of functions.)
- 2017-09-30 16:53:05下载
- 积分:1
-
自虐外掛
Self-abuse plug-in full version
- 2019-06-26 17:01:32下载
- 积分:1
-
免重启修改计算机名称(修改注册版)
免重启修改计算机名称(修改注册版)447879429(No restart to modify the name of the computer (modify registration version) 447879429)
- 2017-11-21 17:10:18下载
- 积分:1
-
The program is the source AD9956, the program demonstration of frequency synthes...
该程序是AD9956的源程序,该程序演示频率合成-The program is the source AD9956, the program demonstration of frequency synthesis
- 2022-10-11 04:20:02下载
- 积分:1
-
Core
说明: 编制复合材料建模软件TexGen,模块Core源码(source code of modul Core, TexGen)
- 2020-11-24 16:29:32下载
- 积分:1
-
Simulink建立的BLDC电机控制仿真,请使用Matlab7.1或低于7.1的版本。高于7.1的版本有些语法不支持,会出错。模块:电机本体的建模,逆变器的建...
Simulink建立的BLDC电机控制仿真,请使用Matlab7.1或低于7.1的版本。高于7.1的版本有些语法不支持,会出错。模块:电机本体的建模,逆变器的建模,控制器建模,Charger的建模,过零点建模。附多份讲解文档。-BLDC modeling.please open the project with matlab version lower than 7.1. project including:motor modeling,inverter modeling,charger modeling,controller modeling and zero-cross modeling.description documents included too.
- 2022-03-11 23:36:17下载
- 积分: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
-
Chinese font, is a C program code, a good use for the beginner Friend font has a...
中文字库,是一个C程序代码,很好用,对于初学字库的朋友有一定的帮助.-Chinese font, is a C program code, a good use for the beginner Friend font has a certain degree of help.
- 2023-01-04 20:45:03下载
- 积分:1
-
ADSP
ADSP-BF533Blackfin开关稳压器设计参考。要顶啊!-ADSP-BF533Blackfin switching regulator design. To顶啊!
- 2023-02-18 06:00:04下载
- 积分:1