-
frmModifyPwd.Designer
一个很好的demo,可以学习到很多的基础编程技巧,期待大家的学习成果!(A good demo, you can learn a lot of basic programming skills, look forward to your learning results!)
- 2020-06-25 02: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
-
communi2.pdf
说明: Radio frequency communication
- 2019-04-26 15:19:43下载
- 积分:1
-
python机器学习预测分析核心算法
机器学习预测分析python程序,很有用的啊,希望对大家有帮助(Machine learning prediction analysis Python procedures, very useful ah!)
- 2017-09-04 10:50:42下载
- 积分:1
-
电力系统潮流计算
说明: 实现线性的电力系统潮流计算,分别为首端电压末端功率和末端电压末端功率,可实现一定精度的迭代计算(Power flow calculation in power system)
- 2019-01-25 17:22:46下载
- 积分:1
-
makefiles
SWMM源代码,里面包含SWMM计算引擎,以及动态链接库、源文件和头文件,可供其他软件进行二次开发(swmm resurce code reate a sub-directory named VC2010_DLL under the directory where
the SWMM 5 Engine source code files are stored and copy SWMM5.DEF
and VC2010-DLL.VCPROJ to it.)
- 2020-08-05 10:38:34下载
- 积分:1
-
505128GDOP_of_AOA
双站测角GDOP仿真,有原理、推导公式、matlab仿真都有(Dual station angle measurement GDOP simulation, principle, derivation formula, matlab simulation)
- 2020-11-21 12:49:36下载
- 积分:1
-
计算水仙花数(x^3+y^+z^3=x+y+z)3的程序.
计算水仙花数(x^3+y^+z^3=x+y+z)3的程序.-calculated narcissi (x ^ 3 ^ y = z ^ 3 x y z) 3 procedures.
- 2023-08-13 04:15:03下载
- 积分:1
-
vb-supermario
用VISUAL BASIC编写的超级马里奥(supermario by VISUAL BASIC)
- 2013-10-15 12:06:00下载
- 积分:1
-
Res_DemoCard
JAVA纸牌的基础文件,可实现发牌、打开、关闭等功能(JAVA Card basic documents, you can achieve licensing, open, shut down and other functions)
- 2017-06-15 20:56:02下载
- 积分:1