-
一个制作网页特效的脚本1,很好用的 各位个人主页的制作人一定有用...
一个制作网页特效的脚本1,很好用的 各位个人主页的制作人一定有用-netnew a production of a script, the good personal home page you must produce useful
- 2022-01-31 11:13:45下载
- 积分:1
-
对数学建模很有用,都是些关于计算机模拟的PPT和源码
对数学建模很有用,都是些关于计算机模拟的PPT和源码-Useful for mathematical modeling, are more on the computer simulation of the PPT and the source
- 2022-01-24 16:33:36下载
- 积分:1
-
Range
距离多普勒算法 基本源程序 用于课堂教学,程序完全正确可执行-Range-Doppler algorithm is the basic source for classroom instruction, the program entirely correct executable
- 2022-02-05 04:24:20下载
- 积分: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
-
打印机功能集程序
打印机功能集合程序-printers feature set procedures
- 2022-03-10 11:42:30下载
- 积分:1
-
一个来源于美国马里兰大学的GEEKOS操作系统的一个说明
一个来源于美国马里兰大学的GEEKOS操作系统的一个说明-An MD from the University of the United States in a note to the operating system GEEKOS
- 2022-03-13 06:36:41下载
- 积分:1
-
Ellipse fitting to introduce the relevant mathematical calculations and methods,...
椭圆拟合的相关介绍与数学运算方法,包括说明文档及源码、和测试数据-elliptical fitting related presentations and mathematical methods, including documentation, and -Ellipse fitting to introduce the relevant mathematical calculations and methods, including documentation and source code, and test data-elliptical fitting related presentations and mathematical methods, including documentation, and
- 2022-03-30 12:58:00下载
- 积分:1
-
雷达技术 雷达距离压缩 多普勒成像 相关的处理方法
雷达技术 雷达距离压缩 多普勒成像 相关的处理方法-Radar technology radar Doppler imaging from compression of the treatment-related
- 2022-01-26 06:51:50下载
- 积分:1
-
Conversion on the band has three different 16 8 2 conversion
波段上的转换有三种不同的16 8 2转换
- 2022-04-19 21:41:10下载
- 积分:1
-
vdsp compiler manual vdsp compiler manual vdsp compiler manual
vdsp的编译手册 vdsp的编译手册-vdsp compiler manual vdsp compiler manual vdsp compiler manual
- 2022-03-22 10:28:23下载
- 积分:1