-
pretty VB version of the interface, which can be expanded and needed code is ver...
漂亮的VB版本的界面,界面可以进行扩展并且所需要的代码又非常的少。是一个优秀的原码你可以下载学习之用。-pretty VB version of the interface, which can be expanded and needed code is very limited. Is an outstanding original code you can download learning.
- 2023-04-12 06:30:04下载
- 积分:1
-
svm用于特征提取、预测、目标识别问题
svm用于特征提取、预测、目标识别问题(SVM for feature extraction, prediction and target recognition)
- 2019-02-28 15:35:13下载
- 积分:1
-
fdiskfenquxiangjie
说明: 这是一本fdisk分区详解书册,喜欢研究fdisk分区的网友可以下载学习!(This is a detailed book fdisk partition, like research fdisk partition users can download to learn!)
- 2008-09-01 17:15:12下载
- 积分:1
-
SPA
连续投影算法,选取特征波长,降维,简单化(Continuous projection algorithm, selection of feature wavelength, dimensionality reduction and simplification)
- 2021-03-09 14:09:27下载
- 积分:1
-
(Programming in Lua, 4th Edition)书签版
Lua 程序设计经典入门书籍 带书签,还可以 看看吧(Lua programming classic introductory books)
- 2018-10-09 19:42:41下载
- 积分:1
-
Stack, Queue, List, BST and etc C++ source code
Stack, Queue, List, BST and etc C++ source code
- 2023-01-05 06:35:03下载
- 积分:1
-
红外与可见光图片素材
图片素材,红外与可见光融合常用素材,已经配准好的。(Image material, infrared and visible light fusion material commonly used, has been registered well.)
- 2021-04-06 09:39:02下载
- 积分:1
-
C# 调用外部的EXE文件
C# 调用外部的EXE文件,程序中主要是使用System.Diagnostics.Process.Start(textBox1.Text);来执行外部的exe文件。
private void button1_Click(object sender, EventArgs e)
{
openFileDialog1.Filter = "exe文件(*.exe)|*.exe";//设置打开文件的格式
if (openFileDialog1.ShowDialog() == DialogResult.OK)//判断是否选择了exe而文件
textBox1.Text = openFileDialog1.FileName;//显示选择的文件
}
private void button2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(textBox1.Text);//执行exe文件
}
- 2023-06-03 22:35:03下载
- 积分:1
-
Zigbee-Temperature-Sensor-Network
基于CC2530的无线测温程序 IAR环境(Wireless Temperature Sensor Base on CC2530)
- 2021-01-09 09:58:51下载
- 积分:1
-
根据数据库发送条屏数据.根据呼叫发送特定的信息.
根据数据库发送条屏数据.根据呼叫发送特定的信息.-In accordance with Article Send screen data database. According to the call to send a particular message.
- 2023-02-13 05:10:03下载
- 积分:1