-
手机USB OTG开发板 安卓程序
1) 手机安装app程序。程序文件的路径为:手机_USB_cdromandroidinusb.apk。
手机用usb线接到电脑后,可以通过360手机助手一类的软件安装。
2) 开发板接蓝牙色usb数据线,黑色usb otg线,最后将黑色usb otg线插到手机usb接口。
正确的话,开发板上的灯会亮。
打开手机usb程序,按软件界面操作并测试。
(开发板出货时已经烧好了程序,可直接使用)
- 2022-02-02 12:41:16下载
- 积分:1
-
eeeeeeeeee
不错不错,很值得学习,加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油加油
- 2022-02-06 22:17:46下载
- 积分:1
-
C#演示用Brush填充Rectangle图形
C#画矩形,然后使用Brush填充Rectangle图形,单击按钮后会生成一个填充过的图形,需要创建Graphics对象,创建一个Brush对象,再使用Rectangle绘制一个矩形,然后使用Brush填充,实现这一过程,核心代码如下:
private void button1_Click(object sender, EventArgs e)
{
Graphics ghs = this.CreateGraphics();//创建Graphics对象
Brush mybs = new SolidBrush(Color.Red);//使用SolidBrush类创建一个Brush对象
Rectangle rt = new Rectangle(10, 10, 100, 100);//绘制一个矩形
ghs.FillRectangle(mybs, rt);//用Brush填充Rectangle
}
- 2022-07-06 17:10:54下载
- 积分:1
-
rekuesent
利用C++中CreatePolygonRgn,CreateRoundRectRgn,CreateRoundRectRgn,()
- 2017-10-28 15:27:03下载
- 积分:1
-
178-classic-C-language--source-code
178个经典c语言源代码,包括很多常用算法的,实例(178 classic C language source code )
- 2012-05-20 16:29:47下载
- 积分:1
-
STM32-24c64
STC32的IIC存储芯片24C64操作 通过高度 程序稳定 (STC32 the IIC memory chip 24C64 operating procedures through a highly stable)
- 2020-09-30 09:47:43下载
- 积分:1
-
CloseWindow
一个监控网卡的程序。功能如果网卡掉线,电脑自动关机(A monitoring procedure for the network card. Function if the network card offline, the computer automatically shuts down)
- 2008-07-17 13:27:47下载
- 积分:1
-
CalcRadius
说明: edem颗粒快速填充,利用fluent中udf库文件进行快速填充,颗粒坐标信息(Edem particles fast filling, using UDF library file in fluent for fast filling, particle coordinate information)
- 2020-11-12 11:59:44下载
- 积分:1
-
Gateway_427
说明: STM32F427芯片的例程,主要是把串口、usart通信等功能调通(Stm32f427 routine, mainly to serial port, USART communication and other functions)
- 2020-10-17 09:18:37下载
- 积分:1
-
c#和mo的成功开发案例,可以指导c#人员进行开发
c#和mo的成功开发案例,可以指导c#人员进行开发-mo and the successful development of case can guide the c# staff development
- 2023-02-24 10:20:04下载
- 积分:1