-
电动机保护测量程序,用的是DSP2407,
电动机保护测量程序,用的是DSP2407,-Motor Protection measurement procedures, using the DSP2407,
- 2022-01-24 14:58:14下载
- 积分: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
-
This is dump from Welltech TV
This is dump from Welltech TV
- 2022-08-13 14:50:38下载
- 积分:1
-
C++通过解剖,提出了一种编程过程深入的介绍…
C++ by Dissection presents a thorough introduction to the programming process by
carefully developing working programs to illuminate key features of the C++ programming
language. Program code is explained in an easy-to-follow, careful manner throughout.
The code has been tested on several platforms and is found on the bundled CDrom
accompanying this text. The code in C++ By Dissection can be used with most C++
systems, including those found in operating systems such as MacOS, MS-DOS, OS/2,
UNIX, and Windows.
- 2022-05-22 05:36:45下载
- 积分:1
-
《Red river valley 》movie review
《Red river valley 》movie review-"Red river valley" movie review
- 2022-09-23 21:20:03下载
- 积分:1
-
转换汉字到16进制编码和10进制编码的小工具,
java编写,源程序不小心删除了,请反编译即可得到。...
转换汉字到16进制编码和10进制编码的小工具,
java编写,源程序不小心删除了,请反编译即可得到。-Convert Chinese characters to 16 hexadecimal encoding and 10-band encoding gadget, java prepared source accidentally deleted, please decompile can be obtained.
- 2022-07-22 03:16:07下载
- 积分:1
-
该程序可以用于工业控制,特别是工业控制计算机需要自动关机的地方...
该程序可以用于工业控制,特别是工业控制计算机需要自动关机的地方-the procedure can be used for industrial control, especially in the industrial control computer needs of local automatic shutdown
- 2022-06-17 18:03:53下载
- 积分:1
-
802.11ofdm源程序,非常适合初学者,一个很好的程序。
802.11ofdm源程序,非常适合初学者,一个很好的程序。-802.11ofdm source, very suitable for beginners, a good procedure.
- 2022-02-16 02:15:15下载
- 积分:1
-
这是我们面向对象的老师给我们的上机实验的实验指导,大概有十多个是实验,几乎包括了该门课程所有的实验!
代码过程以及实验结果的截图都有
希望大家踊跃下载...
这是我们面向对象的老师给我们的上机实验的实验指导,大概有十多个是实验,几乎包括了该门课程所有的实验!
代码过程以及实验结果的截图都有
希望大家踊跃下载-This our object-oriented teachers for our plane to guide the experiment, probably more than 10 laboratory, includes almost all the courses of the experimental! Code process and the experimental results screenshots have hope you all to download!
- 2023-02-10 06:10:03下载
- 积分:1
-
该文档详细介绍了c语言的基本知识,由浅入深,适合广大C语言编程爱好者的参考....
该文档详细介绍了c语言的基本知识,由浅入深,适合广大C语言编程爱好者的参考.-This document details the basic knowledge of c language, easy-to-digest, for the vast numbers of C language programming enthusiasts reference.
- 2022-06-19 10:19:22下载
- 积分:1