-
FileClient
Fei transmission similar to the LAN chatting transmission procedures, regardless of the server and client, he can take full advantage of the LAN network resources, transmission speed over 10MB/s, but is aesthetically pleasing user interface
- 2014-10-30 16:06:06下载
- 积分:1
-
ANGLE-DISPLAY
angle display c code for as5000
- 2013-04-22 21:44:16下载
- 积分:1
-
数据结构课程,算法源代码,解决问题,约瑟
数据结构课程中,解决约瑟夫问题的算法源程序-Data structure course, the algorithm source code to solve the problem, Joseph
- 2022-08-19 22:18:37下载
- 积分:1
-
AD0804PUART
C51控制AD0804通过串口控制开关并显示数据(C51 control AD0804 through the serial port control switch and display the data)
- 2014-12-26 23:01:19下载
- 积分: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
-
I2c
lpc2132的实例程序,可以借鉴一下,学长写的,个人觉得非常不错,欢迎下载!(lpc2132 program instance, can learn from the seniors write personal feel very good, welcome to download!)
- 2013-03-25 23:58:03下载
- 积分:1
-
sh_armStm32_v1.7.tar
qt下stm32智能家居项目,可以实现开关灯,播放音视频等功能(Arm development platform smart home.)
- 2018-01-31 10:32:53下载
- 积分:1
-
四种方法实现排序,包括插入、希尔、选择、冒泡;并且能够测试时间复杂度。...
四种方法实现排序,包括插入、希尔、选择、冒泡;并且能够测试时间复杂度。-Four ways to achieve the sort, including the insertion, Hill, selection, bubble and complexity to the test of time.
- 2022-02-04 13:54:55下载
- 积分:1
-
bt
说明: 科技创新(7)智能小车控制算法软件模拟实现,根据测量当前小车的位置、速度和预瞄点位置与赛道之间的关系控制小车的速度,舵机大小、档位、油门和刹车情况。(Science and technology innovation (7) intelligent car control algorithm simulation software to realize, according to the current measurement car position, velocity, and the position and the track point tracking the relationship between the speed of the car, steering gear control size, gear, throttle and brake.
)
- 2011-07-17 18:07:23下载
- 积分:1
-
Lab534-VideoMotionDetect
说明: 本程序可以完成视频图像的运动目标的检测!它是在CCS上调试通过后,可以在DSP芯上直接运行的程序!经现场实验,效果还不错(procedures to be completed this video images of the moving object detection! It is the CCS on debugging passed, the DSP core can run directly on the procedure! After field tests, the results were pretty good)
- 2005-10-30 22:00:12下载
- 积分:1