-
C#利用IP获得所在的电脑主机名称
C#利用IP获得所在的电脑主机名称,请确保程序在局域网内,而且IP是真实有效的,这样就可准确的查找到所在IP的主机名,若IP不存在,可能导致电脑佳死。
- 2022-04-20 14:56:14下载
- 积分:1
-
FFT傅立叶变换,C++BUILDER.
FFT傅立叶变换,C++BUILDER.-FFT Fourier Transform, C++ BUILDER.
- 2022-07-14 01:43:25下载
- 积分:1
-
MAX293
MAX293-MAX297滤波器(椭圆滤波器)的技术文档(资料)-MAX293-MAX297 filter (Elliptic filter) technical documentation (data)
- 2022-08-10 10:33:19下载
- 积分:1
-
这是关于三级网络技术的很有用的,用C语言开发的
这是关于三级网络技术的很有用的,用C语言开发的-This is on the three network technology useful to the C language development
- 2022-02-20 17:27:13下载
- 积分: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
-
Engineer系统是降低服务器负载,减少企业运营成本的完美解决方案。通过动态批量生成静态页面,可使企业在对外发布服务器选择上,缩减对硬件的投资,并同时降低企业...
Engineer系统是降低服务器负载,减少企业运营成本的完美解决方案。通过动态批量生成静态页面,可使企业在对外发布服务器选择上,缩减对硬件的投资,并同时降低企业的互联网接入费用。-Engineer system is to reduce server load, reduce the cost of enterprise operations the perfect solution. Dynamic volume generated by static pages, allows companies announced the choice of server, reduced hardware investment, and at the same time reduce the cost of Internet access.
- 2022-05-18 12:53:26下载
- 积分:1
-
用C语言写的多段图算法的实现,多段图是动态规划的一个典型的实例....
用C语言写的多段图算法的实现,多段图是动态规划的一个典型的实例.-C language in many of the map algorithm to achieve more of the map is a dynamic planning a typical example.
- 2022-04-20 19:39:36下载
- 积分:1
-
用C语言写的图书信息管理程序
有浏览,查询,回收站等功能...
用C语言写的图书信息管理程序
有浏览,查询,回收站等功能-Using C language to write the book information management program has browse, query, Recycle Bin and other functions
- 2022-03-22 01:55:59下载
- 积分:1
-
NS2 TCL AODV执行代码。
ns2 aodv implementation tcl code.
- 2022-02-07 16:09:06下载
- 积分:1
-
DOS下仿造WIN9X
DOS下仿造WIN9X-DOS imitation WIN9X
- 2022-03-07 11:26:54下载
- 积分:1