-
可以打印的DataGridView
可以打印的DataGridView
- 2015-03-19下载
- 积分:1
-
CSE2009
说明: 四方的通信管理机程序,绝对的超值,很多规约的处理,101 103 103 104 CDT DNP SC1801 CSC2000等,千万别走漏风声啊,(sifang processs protel control center )
- 2021-02-25 11:19:38下载
- 积分:1
-
chap3
opengl编程精粹 配套 光盘内容 第3章源码(Chapter 3 of the opengl Programming Gems contents of the disc)
- 2012-10-25 12:21:26下载
- 积分:1
-
CH2
李世国“Pro/TOOLKIT程序设计”光盘源代码,欢迎大家下载,这是第二章算例,希望对大家的学习有所帮助(Li Shiguo " Pro/TOOLKIT program design" CD-ROM source code, welcome to download, which is the second chapter examples, we hope to be helpful to learn)
- 2013-08-25 15:58:51下载
- 积分:1
-
BMS
基于mega16 开发的 电池管理系统,12864 显示菜单,八路四组AD采样,电池内阻频率发生器,读取反馈信号测试电池内阻,IGBT控制充电。(Mega16 development based on a battery management system, 12864 display menu, eight four AD sampling, the battery internal resistance frequency generator, read the feedback signal test the battery internal resistance, IGBT control charging.)
- 2013-06-13 21:03:38下载
- 积分: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
-
PDA-VcSm
带触摸屏消息传送机制 模拟软件,可以在WINDOW下运行(With touch-screen messaging system simulation software that can run in the WINDOW)
- 2010-02-23 12:40:39下载
- 积分:1
-
lcdmain
说明: 基于F120的应用程序,包括字符液晶、AD、串口,以及算法等!只用于学习交流!(F120 based applications, including character LCD, AD, serial, and the algorithm! Only for the exchange of learning!)
- 2006-03-02 16:06:49下载
- 积分:1
-
CSmtp
使用Base64编码实现的相应的邮件的发送的程序,// Original class CFastSmtp written by
// christopher w. backen <immortal@cox.net>
// More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx(Achieved using the Base64 encoding to send the message corresponding procedures,// Original class CFastSmtp written by// christopher w. backen <immortal@cox.net>// More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx)
- 2010-05-26 13:06:49下载
- 积分:1
-
adsl拨号程序(C#)
adsl拨号程序(C#)
- 2014-10-28下载
- 积分:1