-
HelloWorld
说明: C语言编写的一个基于窗口的Hello World!程序(A Hello World based on Window written in C language! program)
- 2020-06-21 10:40:02下载
- 积分:1
-
这是网页logo的制作程序,喜欢的朋友可以自己制作logo,不再需要找别人的了...
这是网页logo的制作程序,喜欢的朋友可以自己制作logo,不再需要找别人的了-This program can help you to make your own logo for your website. You do not need to "steal" others now. :-)
- 2022-10-10 03:35: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
-
functions
说明: 光的拉盖尔高斯模式,用于点扩散函数的扩展或者自定义(Laguerre-Gauss mode of light for extension or customization of point spread function)
- 2018-12-27 10:03:17下载
- 积分:1
-
LibraryLoaderSetup2v36.msi
just to dislay logo
- 2019-03-26 21:36:57下载
- 积分:1
-
nb-iot narrow reference signal
本程序主要是根据窄带物联网标准,生成窄带参考信号,用于窄带物联网下行信道估计。(The program is used to create Narrow band reference signal in narrow band iot)
- 2017-11-19 16:46:58下载
- 积分:1
-
一维CNN处理序列数据
说明: 使用一维卷积神经网络处理序列数据,数据类型为一维(One dimensional convolution processing sequence data)
- 2021-01-05 14:28:55下载
- 积分:1
-
以前写过的一个用Tsai理论进行摄像机标定的一个程序,希望对大家有用...
以前写过的一个用Tsai理论进行摄像机标定的一个程序,希望对大家有用-Previously written in a theory with the Tsai camera calibration of a program and hope for all of us
- 2023-02-24 20:35:04下载
- 积分:1
-
归档
说明: 协作系统中通过多中继选择策略用以提高系统性能。(the scheme of choose for the multiple relay to improve the performanc of the network.)
- 2021-05-12 16:52:07下载
- 积分:1
-
dbscan
利用该程序可以实现大数据下的三维点云及二维数据的密度聚类,并对聚类后的结果进行准确提取(Using this program, the density clustering of three-dimensional point clouds and two-dimensional data can be realized, and the clustered results can be accurately extracted.)
- 2020-09-23 19:07:49下载
- 积分:1