-
一个用C#实现的简单的扫雷程序,已经在windows上测试通过。
一个用C#实现的简单的扫雷程序,已经在windows上测试通过。-a de-mining process with using c#.
- 2023-02-03 08:45:04下载
- 积分:1
-
Servo-Motor-Contor
msp430对舵机控制的源程序,能实现精确角度转动,并且转动稳定,适合含有舵机控制系统的应用.(msp430 for servo control of the source, to achieve precise angle rotation, and rotation stability, suitable for applications with servo control system.)
- 2011-08-23 22:12:19下载
- 积分:1
-
AirbornePointEcho
C语言版,机载SAR回波仿真程序,附有FFT和复数库,以及位图显示模块。本程序注释详解,对加深SAR的理解有很好的帮助(C language version, airborne SAR echo simulation program with FFT and complex database, as well as bitmap display module. Detailed notes of this procedure, for deepening the understanding of SAR has a good assist)
- 2020-07-04 05:40:02下载
- 积分:1
-
socket
socket头文件,VC++6.0头文件库中不存在,下载后即可方便使用。(socket header files, VC++6.0 library header file does not exist, you can download easy to use.)
- 2013-10-17 09:10:00下载
- 积分:1
-
Desktop
6174问题,6174问题,6174问题,6174问题(6174 Problem)
- 2012-05-07 17:47:47下载
- 积分:1
-
Matlab辅助激光光学分析与应用
上传程序为衍射问题数值计算的matlab源代码(Upload program is matlab source code for numerical calculation of diffraction problem)
- 2019-02-28 17:53:11下载
- 积分:1
-
Project512
在双核单片机MC9S12XDP512上实现了实时操作系统的移植,建立了简单的任务。这是一个程序架构,方便以后开发者添加多任务及人物之间的通信。(In the dual core microcontroller MC9S12XDP512 to achieve real-time operation of the transplant, the establishment of a simple task. This is a program architecture for future developers to add multitasking and communication between people.)
- 2017-09-08 09:15:03下载
- 积分: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
-
EX_Dictionary
能对已有的单词数据库进行查询,修改,实现双向翻译,并能够进行模糊查询(Word on the existing database can be queried, modified, two-way translation, and be able to carry out fuzzy query)
- 2013-10-10 20:31:55下载
- 积分:1
-
Partical-Swarm-Optimization
粒子群算法,能计算函数的最优值。希望对大家有用。。。。。。。。。。。。(Swarm optimization, hope to be useful. . . . . . . . . . . .)
- 2016-05-25 16:29:16下载
- 积分:1