-
用C51写的日历时钟,这个程序可以直接下来使用。
用C51写的日历时钟,这个程序可以直接下来使用。-C51 written by the calendar clock, this procedure can be used directly down.
- 2022-10-31 15:20:03下载
- 积分:1
-
rtc
rtc-rtc
- 2022-07-27 06:29:12下载
- 积分:1
-
VB给程序添加随系统启动(开机自动运行)功能
VB给程序添加随系统启动(开机自动运行)功能,跟随WINDOWS启动的控件,不多介绍了,相信大多数搞VB的都知道是什么意思,把你的程序添加到开机启动列表里,电脑一启动,就自动打开你的程序,或最小化的托盘图标处。
- 2022-01-23 10:47:39下载
- 积分:1
-
falsh的一个制作,关于雪的一个小动作,做的有些粗糙
falsh的一个制作,关于雪的一个小动作,做的有些粗糙-stuff of a production, the snow on a little trick to do some rough
- 2023-01-13 07:15:03下载
- 积分:1
-
此留言本对初学者很有参考价值安全性也比较高
此留言本对初学者很有参考价值安全性也比较高-This message of this useful reference for beginners security is also relatively high
- 2022-03-25 05:33:03下载
- 积分:1
-
在linux下如何编写多文件C程序的makefile文件,介绍器一般规则急用法...
在linux下如何编写多文件C程序的makefile文件,介绍器一般规则急用法-in how many documents the preparation procedure makefile C introductory document for urgent use general rules
- 2022-10-17 05:35:03下载
- 积分:1
-
The MAXPLUX achieve 8251 serial communication
在MAXPLUX下实现8251串口通信功能-The MAXPLUX achieve 8251 serial communication
- 2023-03-28 09:50:04下载
- 积分:1
-
通过设备驱动程序
Device driver for the via-cuda on Apple Powermacs
- 2022-01-25 15:49:18下载
- 积分: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
-
Timetable Timetable Timetable Timetable
时刻表 时刻表 时刻表-Timetable Timetable Timetable Timetable
- 2023-06-19 02:15:03下载
- 积分:1