-
YT
说明: 控制云台的程序,包含方向、速度,光圈,变倍,聚焦(PTZ control program)
- 2017-06-06 22:47:06下载
- 积分:1
-
Commonnn
说明: IE浏览器下是将内容复制到Excel,需用户手动保存Excel文档 非IE浏览器可直接导出Excel文件(In IE browser, the content is copied to excel, and the user needs to save the excel document manually)
- 2020-02-24 19:58:01下载
- 积分:1
-
STM32--radio
通过芯片STM32以实现一般录音机功能,详情可看内部文件(STM32 through the chip in order to achieve the general recorder function, the details to see internal documents)
- 2013-07-10 09:21:53下载
- 积分:1
-
C# 把图片显示成椭圆形状 例子源码下载
实例如图所示
- 2013-05-28下载
- 积分:1
-
3
说明: 介绍了C#中的跳转语句,循环结构和分支结构。(The jump in C#, looping and branching structure)
- 2013-03-22 16:08:40下载
- 积分:1
-
WPE Pro
说明: WPE Pro,网络嗅探,网络抓包,修改,发包工具(WPE Pro, Network Sniffing, Network Sniffing, Modification, Packaging Tools)
- 2020-06-23 17:40:02下载
- 积分:1
-
linux 管道的使用细则
关于linux 下的管道使用细则和详细的使用方法,能够对linux下的多进程间通信有个清晰的了解,并在基础上能编写稳定,可靠的linux 多进程的程序
- 2022-01-26 03:40:05下载
- 积分:1
-
Project1
说明: c++类模板的使用,在学习过程中自己写的简单功能的模板(How to use C++ class template)
- 2020-06-18 23:00:02下载
- 积分:1
-
GSM短信程序
#include
#include
#include
#include"define.h"
extern uchar keyscan();
//这个是号码输入的,若改就只改这个就行
uchar pnum[12]={"00000000000F"};//12个数(短信接收手机号码设置)
uchar code TxtMode[9]={"AT+CMGF=0"}; //短信模式设置PDU模式
uchar code mess_qian[8]={"AT+CMGS="};// 短信 长度设置
uchar code length[2]={"29"}; //短信的长度 2个数(根据短信内容不同要改变)
uchar code cnum[18]={"0891683108200305F0"};//18个数(中心号码设置)
uchar code pdu1[10]={"11000D9168"};//10个(短信格式设置可以为固定+86的手机)
uchar code pdu2[6]={"0008A7"};//6个 (短信有效期,可以固定不变)
uchar code lenmsg[2]={"0E"}; //短信内容的长度 2个数(16进制)//(因短信具体内容不同要改变的)
uchar code pdumessage[28] = {"5BB64E2D51FA73B0966960C5FF01"};//12个数。内容为:“家中出现险情!”的PDU码。
uchar code AT[]={"AT"}; //联机命令
//按键的控制
sbit s1=P3^4; &
- 2022-03-07 16:57:16下载
- 积分:1
-
987654
简单商品管理三层,C#编程练习源码,很好的学习资料。(Simple typing practice software, C# programming exercises the source code, very good learning materials.)
- 2013-12-04 21:09:03下载
- 积分:1