-
apache-tomcat-8.5.27
说明: 这是一个web容器,用于运行java web项目(This is a web container for running Java Web projects)
- 2020-06-22 16:40:02下载
- 积分:1
-
ps2智能小车
ps2智能小车,接收程序 代码很全还都哈斯hi安徽佛个啊哈哦哦if还哦好 奥斯福哦安徽省偶i结了婚偶i后
- 2022-08-23 18:12:45下载
- 积分:1
-
balancecar
两轮自平衡小车源码,蓝牙通讯控制,PID控制,STM32F103RBT6(Two self-balancing vehicle source, Bluetooth communication control, PID control, STM32F103RBT6)
- 2014-05-24 01:05:23下载
- 积分:1
-
winform 音量控制 实例源码下载
【实例介绍】
- 2015-01-27下载
- 积分:1
-
C# 在LINQ to XML中将XML文件转换为CSV文件的例子源码
C# 在LINQ to XML中将XML文件转换为CSV文件的例子源码,转换的结果请参考如图所示:
private void button1_Click(object sender, EventArgs e)
{//在LINQ to XML中将XML文件转换为CSV文件
TextReader MyReader = new StringReader(this.textBox1.Text);
XElement MyCustomers= XElement.Load(MyReader);
MyReader.Close();
string MyInfo =
(from MyElement in MyCustomers.Elements("客户")
select
String.Format("{0},{1},{2},{3},{4}",
(string)MyElement.Element("客户ID"),
(string)MyElement.Element("公司名称"),
(string)MyElement.Element("城市") + (string)MyElement.Element("地址"),
(string)MyElement.Element("联系人姓名"),
Environment.NewLine
)
).Take(10).Aggregate(new StringBuilder(),(MySubString, MyString)=>MySubString.Append(MyString),MySubString=>MySubString.ToString());
MessageBox.Show(MyInfo, "信息提示");
}
- 2023-04-08 15:00:04下载
- 积分:1
-
用来开发ADS1118的中文手册资料
本资料是用来开发ADS1118的中文手册资料, 可以用此写stm32程序(The DATE Is FOR THE ads1118 for the stm32)
- 2020-06-23 04:00:01下载
- 积分:1
-
openMV串口通讯
说明: 简单的openmv和stm32通过串口连接的调试程序,适合摄像头传数据,华为杯用(The simple debugging program of connecting openmv and STM32 through serial port is suitable for the camera to transmit data, which is used by Huawei cup)
- 2021-03-10 20:59:26下载
- 积分:1
-
超透镜
说明: Metalenses at visible wavelengths:Diffraction-limited focusing and subwavelength resolution imaging使用FDTD仿真脚本文件(Metalenses at visible wavelengths:Diffraction-limited focusing and subwavelength resolution imaging)
- 2020-12-17 03:09:13下载
- 积分:1
-
程序
说明: 修改密码,输入密码,输入三次错误密码后锁定
密码不显示(Change the password, enter the password, enter the wrong password three times before locking
Password not displayed)
- 2020-06-18 19:20:02下载
- 积分:1
-
PersonalAVIButton
这是做界面的一个最方便的例程,应用CButtonST的基本原理,可以实现动画按钮的基本效果,按钮的封装和显示有专门的类来实现,框架为基本的对话框程序,采用VS.net2005来编写,简单,易学,是个人编写的成果,而非下载。(This is one of the most convenient interface to do the routine application of the basic principles of CButtonST, can achieve the basic effect of the animation button, buttons, packaging and display a special class to implement the framework for the basic dialog program, the use of VS.net2005 to write, easy to learn, is the outcome of personal writing, rather than download.)
- 2010-10-25 18:44:15下载
- 积分:1