-
196kc作为下微机,与上微机进行串口通信,里面有自定义的协议...
196kc作为下微机,与上微机进行串口通信,里面有自定义的协议-196kc as the next computer, and on a computer, serial communication, which has defined the agreement
- 2022-02-02 00:54:57下载
- 积分:1
-
一个很好的一个很好的一个游戏,界面设计很好的游戏哦
一个不错的贪食蛇游戏有不错的算法 界面设计也很不错哦-a good pivotal game with a good algorithm interface design is quite good, oh
- 2022-07-01 23:01:45下载
- 积分: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
-
TSR唱友谊天长地久的小程序
TSR唱友谊天长地久的小程序-TSR sing friendship has stood the small program
- 2022-04-10 05:53:50下载
- 积分:1
-
usb-device-core-project-1.3-iar5-at91sam7se-ek
ATmel的AT91sam7SE芯片 USB固件开发源代码(Atmel USB chip AT91sam7SE the source code for firmware development)
- 2009-02-22 15:13:04下载
- 积分:1
-
骨架曲线MATLAB程序
说明: 用matlab求解滞回曲线骨架曲线,并得到相应骨架曲线散点(Matlab to solve the skeleton curve of hysteretic curve)
- 2020-04-27 13:58:54下载
- 积分:1
-
PowerSystemStabilityAndControl
《电力系统稳定与控制》的影印版,作者是加拿大不列颠哥伦比亚省电力技术实验室公司的总裁及首席执行官Prabha Kundur( Power System Stability and Control, the author of the Canadian Columbia Electric Power Technology Laboratory Company President and Chief Executive Officer Prabha Kundur)
- 2017-03-24 10:45:31下载
- 积分:1
-
时钟代码
说明: 时钟代码是一款具有中国风的特色的时间结合图算风水时钟代码。(Clock code is a time-integrated geomantic clock code with Chinese characteristics.)
- 2019-04-03 15:17:29下载
- 积分:1
-
NcxWOW64
说明: The Ncx*.pas in this archive contain some functions to access native
informations from Delphi (32-bit) programs that are running in WOW64.
WARNING: The units rely on internal (native) Windows NT APIs and data
structures... (you should *not* use them for production code)
The sample binaries were built with the Free Pascal Compiler (2.2.1).
NOTE: If you get an "Internal Error 2002032210" for the NcxTypes unit
disable the "Use register-variables" optimization (-OoNOREGVAR).
- 2020-06-24 13:20:02下载
- 积分:1
-
Xilinx_ZCU102_Evaluation_Kit-master
说明: Xilinx zcu102 开发板入门例子,可运行于vivado 2017.4 平台(Xilinx zcu102 development board introduction example, can run on vivado 2017.4 platform)
- 2020-06-17 03:20:01下载
- 积分:1