-
LabVIEW制作的计算器
labview制作的计算器。能够实现基本的功能-labview production calculator
- 2023-08-28 19:30:03下载
- 积分:1
-
VB彭曼
用于计算潜在蒸发量,是一个很好的程序。推荐大家用该数据计算流域的潜在蒸发量。(It is a good program to calculate the potential evaporation. It is recommended to use this data to calculate the potential evapotranspiration of the basin.)
- 2018-03-19 11:19:27下载
- 积分:1
-
gaosiyanyumoxing
说明: 高斯烟羽模型的matlab代码,下次自己从这里下载(Matlab code of Gaussian plume model)
- 2019-01-30 11:54:22下载
- 积分:1
-
queue
队列是一种特殊的线性表,是一种先进先出(FIFO)的数据结构。它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。(Queue is a special kind of linear table, is a first in first out (FIFO) data structure. It is only allowed in the front of the table (front) to delete, and at the rear end of table insert (rear).)
- 2018-06-20 11:25:58下载
- 积分: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
-
传世如果软件侵害了您的权益,请您告知我们,我们会尽快解决登陆器的源代码...
传世如果软件侵害了您的权益,请您告知我们,我们会尽快解决登陆器的源代码-Handed down if the software infringes on the rights and interests of you, please inform us, we will as soon as possible to resolve the source code of landers
- 2022-04-23 15:01:55下载
- 积分:1
-
Mastering_CMake
说明: cmake的书籍,适用于c++的自动化编译(it's a introduction of cmake)
- 2021-01-25 13:51:46下载
- 积分:1
-
多功能魔板
说明: s工具安装包!功能强大111111111111111(S tools installation package! powerful)
- 2020-06-23 13:20:02下载
- 积分:1
-
生生世世 生生世世 搜索
生生世世 生生世世 搜索-life and this life and this life and this life and this life Search
- 2023-02-09 04:20:04下载
- 积分:1
-
有关手势识别综述文章
1.基于视觉手势识别的研究_综述
2.基于手势识别的人机交互发展研究
3.手势识别技术综述
4.手势识别研究概述...
有关手势识别综述文章
1.基于视觉手势识别的研究_综述
2.基于手势识别的人机交互发展研究
3.手势识别技术综述
4.手势识别研究概述-Review article on the gesture recognition 1. Based on visual gesture recognition research _ Summary 2. Based on Gesture Recognition Development Study of Human-Computer Interaction 3. Gesture Recognition Technology 4. Gesture recognition research overview
- 2022-06-17 06:26:10下载
- 积分:1