-
等级考试辅助软件
等级考试辅助软件-grading examinations assistive software
- 2022-08-24 23:50:15下载
- 积分:1
-
220KV电压等级的线路微机保护原理二次回路
220KV电压等级的线路微机保护原理二次回路-220KV line voltage microprocessor-based protection principle of secondary circuit
- 2022-03-29 01:43:04下载
- 积分:1
-
long time before the commencement of a time machine operation of the cpu
很久前作的一个启动机器时候的cpu运行情况-long time before the commencement of a time machine operation of the cpu
- 2022-03-20 00:46:29下载
- 积分:1
-
多功能定时器v2.11
1、定时、倒计时关机
2、定时、倒计时重启
3、定时、倒计时注销
4、定时、倒计时执行你选择的可执行文件(就是其他应用程...
多功能定时器v2.11
1、定时、倒计时关机
2、定时、倒计时重启
3、定时、倒计时注销
4、定时、倒计时执行你选择的可执行文件(就是其他应用程序)。
5、闹钟(硬件发生,没有音箱的也可以使用)。
6、软件关闭显示器,可以保护你的笔记本电脑的液晶显示器(普通显示器也适用)。 -v2.11 a multifunction timer, time, and the countdown Off 2, time, and restart the countdown 3, regular, Countdown to the cancellation, time, and the countdown to implement your choice of executable files (that is, other applications). 5, alarm clocks (hardware, not the speakers can also be used). 6, closed Display software, and can protect your notebook computer"s LCD (General Monitors also apply).
- 2022-08-21 21:22:46下载
- 积分:1
-
一些数论题目的代码,欢迎分享
一些数论题目的代码,欢迎分享-The purpose of the code number of a number of topics are welcome to share ... ... ... ... ... ...
- 2022-03-13 23:02:38下载
- 积分:1
-
进程调度算法!
进程调度算法!-process scheduling algorithm!
- 2022-06-27 08:31:34下载
- 积分:1
-
vc++ Dialog TAB button等窗体元素应用范例
这个VC++窗体实例集中展示了窗体中众多的常用元素的用法,有些是相当有用的,比如TAB窗体标签元素、Dialog对话框元素,还有按钮、GroupBox、复选框Checkbox、文件浏览窗口等,在VC++中如何实现这些各种用途的对话框呢?这个例子相信对你会有所帮助。
- 2022-10-13 17:25:03下载
- 积分: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
-
使用delphi编写的运动会编排程序,还需要更加完善!
使用delphi编写的运动会编排程序,还需要更加完善!-Delphi prepared to use the Games schedule, but also need to be more perfect!
- 2022-03-18 17:58:52下载
- 积分:1
-
用CC++编写的源代码公开的简单的32位精简指令虚拟机
用CC++编写的源代码公开的简单的32位精简指令虚拟机-CC prepared with the source code open a simple 32 concise instructions Virtual Machine
- 2022-08-16 14:33:14下载
- 积分:1