-
Serial communication procedures, including open, set the serial port parameters,...
串口通讯程序,包括打开、设置串口参数,读写串口等 -Serial communication procedures, including open, set the serial port parameters, such as reading and writing serial
- 2022-01-21 03:28:42下载
- 积分:1
-
可实现双通道ad转换 四位数码管动态扫描
可实现双通道ad转换 四位数码管动态扫描-can achieve double-channel digital ad conversion of four dynamic scan
- 2022-01-25 15:51:35下载
- 积分:1
-
足球机器人比赛仿真平台中实现多个机器人追球的一个实际例子...
足球机器人比赛仿真平台中实现多个机器人追球的一个实际例子-robot soccer competition simulation platform to implement multiple robots to recover the ball a practical example
- 2023-08-08 13:45:03下载
- 积分:1
-
ASP中一个很好的无组件文件上传工具,如果上传的是图片,在选择时还可以看到图片的面貌。...
ASP中一个很好的无组件文件上传工具,如果上传的是图片,在选择时还可以看到图片的面貌。-ASP with a good file upload tool components, if it is to upload pictures, the choice can also see pictures of the landscape.
- 2022-03-08 09:04:07下载
- 积分:1
-
一个求大数阶乘的算法,速度不是很快,可以参考。
一个求大数阶乘的算法,速度不是很快,可以参考。-a majority for the factorial algorithm, the speed is not very high, they can refer to.
- 2022-10-11 09:40:03下载
- 积分:1
-
该程序是有关汉诺塔的递归实现,是在VC2.0下实现的,具体算法是递归....
该程序是有关汉诺塔的递归实现,是在VC2.0下实现的,具体算法是递归.-that the procedure was the Tower of Hanoi Recursive is VC2.0 under the specific algorithm is recursive.
- 2023-07-24 19:25:03下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
不错的beijingfenge的程序,c语言写的,适合对fenge感兴趣的的初学者和编程人员。...
不错的beijingfenge的程序,c语言写的,适合对fenge感兴趣的的初学者和编程人员。-Good beijingfenge procedures, c language, and suitable for fenge interest of beginners and programmers.
- 2022-03-23 18:05:19下载
- 积分:1
-
VB户籍管理系统源码
VB户籍管理系统源码,登陆系统时可以使用管理员:用户名admin,密码admin,或使用普通用户:用户名user1,密码user1。区别:管理员有系统管理功能,普通用户没有此功能。
系统包含两种用户,管理员和普通用户,管理员的默认用户名为admin,密码为admin。管理员和普通用户的区别是管理员具有系统管理功能,普通用户不具有系统管理功能。管理员不能被删除、修改密码、添加。普通用户可以被删除、修改密码、添加。
- 2022-07-11 23:39:19下载
- 积分:1
-
我们java课的一个小作业,画图时耗费了不少脑细胞呢:)
我们java课的一个小作业,画图时耗费了不少脑细胞呢:)-a small operation, the class that costs a lot of brain cells? :)
- 2022-03-16 09:26:37下载
- 积分:1