-
通过USART1 收发数据d
STM32的双串口透传源码,可以设置波特率,非常好用。(STM32 Dual Serial Port Pass-through Source Code)
- 2020-07-31 10:18:38下载
- 积分:1
-
C写的FTP工具源码
C写的FTP工具源码,很早时候写的,不过作为C的初学者,还是有必要研究一下源码的,对于了解C和各种网络操作帮助较大。
- 2022-11-30 08:05:03下载
- 积分:1
-
eof_uv
说明: 风场EOF分析,适用于nc资料,对原始场、距平场、标准场,程序内有详细说明。(The wind field EOF analysis is applicable to the nc data, and the original field, the anomaly field, and the standard field are detailed in the program.)
- 2021-03-22 01:09:16下载
- 积分:1
-
powerbuilder开发的一个仓库程序
powerbuilder开发的一个仓库程序-PowerBuilder development of a warehouse procedures
- 2022-03-22 14:05:48下载
- 积分:1
-
flash dynamic loading picture
flash 动态加载图片 -flash dynamic loading picture
- 2022-02-02 01:45:25下载
- 积分:1
-
61 小车 自动循迹 可以报警 可以壁障
61 小车 自动循迹 可以报警 可以壁障-61 car alarm can be automatically tracking barrier
- 2022-12-31 17:35:05下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
数字拼图游戏
鼠标点击就可以玩。
学习VB的习作,但功能完整...
数字拼图游戏
鼠标点击就可以玩。
学习VB的习作,但功能完整-Digital jigsaw puzzle mouse clicks you can play. VB learning assignments, but the functional integrity of the
- 2022-02-21 10:38:39下载
- 积分:1
-
quzaocanshu
该程序用于计算信号去噪后的指标(平滑度、信噪比等)(The program is used to calculate the signal de-noising index (smoothness, signal to noise ratio, etc.))
- 2020-08-14 15:58:30下载
- 积分:1
-
Korea_fine_ppt
说明: 非常精美的韩国PPT素材库,能使你的模板让人眼睛一亮(Very beautiful Korean PPT material library, the template allows you to make eyes)
- 2008-09-25 17:00:40下载
- 积分:1