-
GisToXY
坐 标 转 换 的 代 码(Coordinate System Conversion)
- 2016-06-21 19:26:46下载
- 积分: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
-
TFT2.4-characters-2-sample-program
说明: 本文通过所提出STC单片机为例,给出了TFT2.4汉字2样例程序 !(TFT2.4 characters 2 sample program)
- 2011-02-23 15:49:24下载
- 积分:1
-
MT25QL02GCBB8E0_VG12.tar
说明: 美光MT25Q系列NOR Flash测试模型(Micron MT25Q Series NOR Flash Test Model)
- 2021-01-28 21:28:36下载
- 积分:1
-
标签添加筛选代码
说明: 标签添加筛选代码是一款jQuery标签插入文字筛选标签点击(Label Add Screening Code is a jQuery Label Insert Text Screening Label Click)
- 2019-03-28 10:16:52下载
- 积分:1
-
MTPA.slx
最大转矩电流比控制的电机仿真,PID控制(MATLAB/simulink model for motor control use MTPA)
- 2021-03-09 21:49:28下载
- 积分:1
-
retinex_mccann99
Matlab通过函数imread读取RGB图像,并通过维数m*n*3的矩阵来表示。其中,维数mn表示图像的行数列数信息,维数3表示图像的RGB三层通道数据。因此,全局直方图处理通过对RGB图像的RGB三通道分别进行直方图均衡化,再整合到新的图像的方式进行。(Matlab reads the RGB image through the function imread and is represented by the matrix of the dimension m*n*3. Among them, the dimension mn represents the row sequence information of the image, and the dimension 3 represents the RGB three-layer channel data of the image. Therefore, the global histogram processing is carried out by equalizing the RGB three channels of the RGB image and integrating them into the new image.)
- 2019-03-28 16:26:16下载
- 积分:1
-
dian7
校园二手交易系统,具有完备的后台操作以及应用功能!(campus secondary trading systems, has a sound background and the application of functional operation!)
- 2006-07-02 01:23:45下载
- 积分:1
-
并行程序分析方法(英文)本文主要介绍了,对并行程序效率分析的常用软件和方法,对于编写并行程序的人是很有借鉴意义的。...
并行程序分析方法(英文)本文主要介绍了,对并行程序效率分析的常用软件和方法,对于编写并行程序的人是很有借鉴意义的。-parallel program analysis method (English) In this paper, Parallel to the analysis of the efficiency of the software and commonly used method for the preparation of the parallel program is a useful one.
- 2023-07-09 03:30:03下载
- 积分:1
-
使用蒙特卡洛采样 MonteCarlo
说明: 使用蒙特卡洛采样,计算圆柱体、立方体和四棱锥三个物体相交部分的体积(Monte Carlo sampling is used to calculate the volume of the intersecting parts of a cylinder, a cube and a quadripyramid.)
- 2020-12-10 14:19:20下载
- 积分:1