-
7620
飞思卡尔的风单片机源程序,希望有帮助哦,记得好好刊登在用看(Freescale wind microcontroller source code, hope helpful Oh, I remember the good published in see)
- 2013-01-23 01:39:23下载
- 积分:1
-
XY
说明: XYZ视频图像压缩编码的应用原理与实际生活应用 (XYZ video image compression encoding)
- 2012-02-04 00:33:22下载
- 积分:1
-
Esp8266-WiFi_USART
可以实现ESP8266远程控制,AP,station和AP+station模式,手机和STM32f103开发板通信。(ESP8266 can achieve remote control, AP, station and AP+station mode, the phone and STM32f103 development board communications.)
- 2021-01-08 09:38:51下载
- 积分:1
-
Land3
利用Lod的技术,对地形进行实时的渲染,并可以在场景中进行漫游(Hitomi Lod cavity using扲ㄛ Qinhua summarized倛vehicles shallow cavity奀wife of mother)
- 2008-08-08 11:08:11下载
- 积分:1
-
串行端口驱动程序
c 串行端口驱动程序工作在多个操作系统
- 2022-08-12 09:48:30下载
- 积分:1
-
C# 根据路径使用DirectoryInfo创建文件夹
C# 根据路径创建文件夹,具体来说是使用DirectoryInfo对象的Create方法创建文件夹【目录】。如果用户未指定路径,则在程序当前目录下创建文件夹,若指定路径,则在指定的路径层级下创建目录。
在创建开始前,对用户输入的目录名或路径格式进行验证,然后判断该路径下是否存在该目录,最后创建文件夹。下面是相关的代码:
if (textBox1.Text == string.Empty)//判断输入的文件夹名称是否为空
{
MessageBox.Show("文件夹名称不能为空!");
}
else
{
DirectoryInfo dinfo = new DirectoryInfo(textBox1.Text);//实例化DirectoryInfo类对象
if (dinfo.Exists)//使用DirectoryInfo对象的Exists属性判断要创建的文件夹是否存在
{
MessageBox.Show("该文件夹已经存在");
}
else
{
dinfo.Create();//使用DirectoryInfo对象的Create方法创建文件夹
}
}
- 2023-02-21 06:20:03下载
- 积分:1
-
JJLine
说明: 一个简单ARX画线, f f(a simple line drawing,)
- 2006-03-02 14:53:11下载
- 积分:1
-
DDAApp
说明: 定位工件圆、圆角矩形,并检测圆和矩形内的污点(Locate the workpiece circle and rectangle, and detect the stain in the circle and rectangle)
- 2020-06-16 14:34:29下载
- 积分:1
-
RC522
..............................................................................................................................
- 2022-02-02 11:54:04下载
- 积分:1
-
上传组件.zip
上传组件.zip-Upload components. Zip
- 2022-06-03 19:49:52下载
- 积分:1