-
8个字的点阵显示,可以向左移动,有非常简便的算法!
8个字的点阵显示,可以向左移动,有非常简便的算法!-eight-character dot-matrix display that can be left Mobile, a very simple algorithm!
- 2022-03-05 15:50:24下载
- 积分:1
-
Arduino???é???o|3D??¥???????¤o
说明: 这是一个实现陀螺仪数据用LABVIEW读取的办法(This is a way to read gyroscope data with LabVIEW)
- 2021-04-03 11:33:42下载
- 积分:1
-
Ansys材料库(详细力学参数)
说明: Ansys材料库(详细力学参数),包含ANSYS库中的所有材料参数,如弹性模量、密度等(Ansys material library (detailed mechanical parameters), including all material parameters in ANSYS library, such as modulus of elasticity, density, etc.)
- 2020-06-22 20:20:01下载
- 积分:1
-
jsp视频教程第7课,大家继续学习。推荐
jsp视频教程第7课,大家继续学习。推荐-jsp Video Guide 7 class, we continue to learn. Suggest
- 2022-04-19 22:47:00下载
- 积分:1
-
DFE for QPSK MATLAB
DFE for QPSK simulation in MATLAB.
- 2020-12-01 14:39:26下载
- 积分:1
-
LPH8731
Arduino-STM32 based lib for LCD LPH8731
- 2017-05-23 03:44:59下载
- 积分:1
-
cell
免注册cell表哥控件
可以任意合并拆分单元格等!-cell-free registration can be arbitrary control Cousin merger Resolution cells, etc.!
- 2023-01-17 17:05:04下载
- 积分:1
-
MSPRO
利用MFC开发的数据库系统,用的是微软的Access,有详细的链接数据库的代码。(Use of MFC development of database systems, using Microsoft Access, there are more links to the database code.)
- 2011-09-06 21:40:03下载
- 积分:1
-
documentscanner
关于图书快速扫描识别的硕士论文,适合图像处理(About books quick scan identified a master' s thesis for image processing)
- 2009-09-19 10:58:01下载
- 积分: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