-
chengxu
双基地多发多收雷达空中目标三维定位的方法。(Bistatic radar method overcharged multiple air targets three-dimensional positioning.)
- 2016-11-01 11:39:23下载
- 积分:1
-
用C#操作xml
xmlFilePath = textBox2.Text
FileStream fs = new FileStream(filePa...
用C#操作xml
xmlFilePath = textBox2.Text
FileStream fs = new FileStream(filePath ,FileMode.Open)
BinaryReader binreader = new BinaryReader(fs )
//XmlTextReader xmlreader = new XmlTextReader()
XmlTextWriter xmlreader = new XmlTextWriter(xmlFilePath+"IMAGEENCODING.xml" ,System .Text .Encoding .UTF8 ) -With C# Operation xmlxmlFilePath = textBox2.Text FileStream fs = new FileStream (filePath, FileMode.Open) BinaryReader binreader = new BinaryReader (fs)// XmlTextReader xmlreader = new XmlTextReader () XmlTextWriter xmlreader = new XmlTextWriter (xmlFilePath+
- 2022-02-13 10:07:47下载
- 积分:1
-
基于C51单片机的按键控制步进电机转动
本程序用C语言编写,是基于STC89C51单片机的,通过单片机的独立按键控制两相四线步进电机正转、反转以及停止转动。
- 2022-03-23 09:03:18下载
- 积分:1
-
??? ????? ??????? ?? ????
说明: detect romote comtrol
- 2020-04-03 04:27:49下载
- 积分:1
-
on errorFrame
capl错误帧,在CANOE软件中使用,ECU开发测试时验证错误帧功能;(Capl error frame is used in CANOE software, and ECU verifies the function of error frame when developing and testing.)
- 2020-07-09 16:58:55下载
- 积分:1
-
点菜系统
点菜系统,各个子系统管理,全面,九暮餐饮点菜系统V9.0,点菜系统,各个子系统管理,全面,九暮餐饮点菜系统V9.0,点菜系统,各个子系统管理,全面,九暮餐饮点菜系统V9.0,点菜系统,各个子系统管理,全面,九暮餐饮点菜系统V9.0,点菜系统,各个子系统管理,全面,九暮餐饮点菜系统V9.0
- 2023-03-17 22:55:06下载
- 积分:1
-
lit_pyramid
学习directx的光照效果源程序, 显示pyramid造型光照效果,在directx8环境下编译(Directx study the effect of the light source, showing the effect of light pyramid shape, in the circumstances directx8 compiler)
- 2009-04-10 17:17:19下载
- 积分:1
-
Parameter-Optimizati
Parameter Optimization of AC Rectangular Wave Outputs for Aluminum Cold Wire GTAW.docx
- 2013-11-26 10:54:45下载
- 积分:1
-
C# Excel导出
private void ToExcel(string saveFileName, string strSql)
{
if (DateTime.Now.Year == 2014)
return;
SaveFileDialog saveDialog = new SaveFileDialog();
saveDialog.DefaultExt = "xls";
saveDialog.Filter = "Excel文件|*.xls";
saveDialog.FileName = saveFileName + this.dateTimePicker1.Value.Year.ToString().Trim() + this.dateTimePicker1.Value.Month.ToString().Trim();
if (save
- 2022-02-26 06:12:03下载
- 积分:1
-
详细的介绍了Hough变换,测试成功的程序是正确的。
详细介绍HOUGH变换,程序测试成功,非常实用。-Detailed introduction HOUGH transform, to test the success of the procedure is very practical.
- 2022-07-11 04:42:37下载
- 积分:1