-
一个完整的文档,贪吃蛇游戏,汇编语言版本,我学习…
一个完成文件,贪吃蛇游戏,汇编语言版的,是本人学习汇编语言时做的。-a completed document, Snake games, the assembly language version, I am learning assembly language so.
- 2022-08-25 06:20:30下载
- 积分: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
-
PCB Footprints 很不错的PROTEL库
上传很多次不行啊,不知道怎么才行....
PCB Footprints 很不错的PROTEL库
上传很多次不行啊,不知道怎么才行.-PCB Footprints very good PROTEL Treasury can not upload many times ah, do not know how to do.
- 2023-02-22 07:45:03下载
- 积分:1
-
MDTS 101407
ea开发macd,指标,实现背离,基于mt4平台,欢迎下载使用(MT4 platform intelligent trading index strategy, MACD basic indicators deviate from the single)
- 2017-07-27 16:19:29下载
- 积分:1
-
练习资料,例子并没有通过ComplexTest
练习资料,例子并没有通过,需要下载源码查看,谢谢平台提供!(Exercise materials, the example did not pass, need to download the source code to view, thank you for the platform!)
- 2020-06-19 03:40:02下载
- 积分:1
-
Principles-NanoOptics2nd.pdf
纳米光学经典教材,介绍各类热点问题,简单易懂(priciples of nano-optics 2nd)
- 2016-04-12 12:37:12下载
- 积分:1
-
对到位地位的的算法排序
对到位地位的的算法排序-place on the status of Sort Algorithm
- 2022-02-09 13:29:51下载
- 积分:1
-
Photo Editor_1.162.25
安卓高级图片编辑器 Photo Editor V1.162.25 直装PRO版 解锁PRO功能 去广告(Android Advanced Photo Editor V1.162.25 Direct Pro Version Unlock PRO Function to Advertise)
- 2019-02-17 01:51:58下载
- 积分:1
-
threemachines
之前找到的一个ieee三机九节点的matlab仿真文件(Previously found an ieee three machine nine node matlab simulation file)
- 2021-03-19 15:39:18下载
- 积分:1
-
LDC1000_F20x2_Threshold
File to integrate it with anther MCU
- 2020-06-21 19:00:01下载
- 积分:1