-
Talking-about-design-patterns
这是一本系统介绍设计模式的好书,非常适合有一定编程基础的人士阅读。(This is a good book to introduce design pattern systematically!)
- 2013-09-21 00:22:09下载
- 积分:1
-
Visual C#对 XML操作的演示示例集
这是一个C#操作XML文件的示例集,可完成 如下功能演示:
枚举XML集合中的元素名称
枚举XML集合中的元素文本
判断XML元素在集合中是否存在
筛选XML中的子代元素集合
使用链接轴方法枚举XML元素
根据元素属性查找XML元素
根据元素名称查找XML元素
根据元素属性和名称查找XML元素
根据中间计算值查找XML元素
比如枚举XML集合中的元素文本:private void button2_Click(object sender, EventArgs e)
{//枚举XML集合中的元素文本
XElement MyXElements = new XElement("Root",
new XElement("贵州省", "贵阳市"),
new XElement("四川省", "成都市"));
IEnumerable MyXElement =
from MySelect in MyXElements.Elements()
select MySelect;
string MyInfo = "元素文本包括:";
foreach (XElement MyValue in MyXElement)
MyInfo += MyValue.Value + "、";
//显示:贵阳市、成都市
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
- 2022-03-14 22:11:51下载
- 积分:1
-
backwardforward
backwardfoeward load flow for distribution network
- 2014-02-14 00:30:57下载
- 积分:1
-
text2
用Simulink中的SimPowersystem完成一个转速、电流双闭环直流调速系统的设计与仿真。采用三相桥式整流,平波电抗器Lp的大小可根据根据仿真调整。给出电机在空载启动,以及在2.5S后加额定负载时转速、电流、电压的变化曲线,并结合调速理论分析这些曲线。(With Simulink in SimPowersystem complete a speed, current double-loop DC speed design and simulation system. Three-phase bridge rectifier, smoothing reactors Lp size can be adjusted according to the simulation. Start the motor load is given, and the speed curve when the rated load after 2.5S, current, voltage, speed and theoretical analysis of these binding curves.)
- 2014-01-17 09:43:22下载
- 积分:1
-
c#编程, 文件下载器 用以下载文件 简单易学
c#编程, 文件下载器 用以下载文件 简单易学-c# programming for download to download files easy
- 2022-02-01 01:02:12下载
- 积分:1
-
调试2.4G NRF24L01 代码可用 基于STM32
调试NRF24L01 调试时所用单片机STM32F103C8T6此代码经调试可用。代码工整 函数清楚,由大量的注释。内含delay , usart ,timer (初学者还可以用timer.c学习输出PWM波,usart.c串口发送与接收)SPI引脚接线 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-14 11:35:43下载
- 积分:1
-
100条经典C语言笔试题目
100条经典C语言笔试题目,方便大家复习C语言,面试题什么的也不错(100 classic C language test questions, to facilitate you to review the C language, interview questions, what is also good.)
- 2018-04-19 09:24:40下载
- 积分:1
-
DSP源程序
对初学者来说,GPIO口、外部中断、定时器、PWM等重要的源程序。(For beginners, GPIO port, external interrupt, timer, PWM and other important source programs.)
- 2019-03-28 16:48:04下载
- 积分:1
-
cldc-1_0a-spec
cldc-1_0a-spec CLDC1.0.4
- 2008-10-31 18:38:02下载
- 积分:1
-
lightopc-0.888-0313.tar
OPCSERVER源代码(OPCSERVER source code)
- 2004-07-22 14:43:28下载
- 积分:1