-
Email
LM6030DTopway,serial ͨѶ(LM6030DTopway, serial communication)
- 2011-03-20 23:51:19下载
- 积分:1
-
Flood Fill
基于种子蔓延的洪水淹没算法,基于C#语言编写而成,以数组为例,递归思想(The flood inundation algorithm based on seed spreading is based on C# language, and takes the array as an example)
- 2021-02-23 15:49:40下载
- 积分:1
-
FLAC3D-zidingyibengoumoxing
flac3d自定义本构模型实例演示,可以帮助数值模拟爱好者学习如何自定义本构模型。(flac3d custom constitutive model examples demonstrate, numerical simulation can help enthusiasts to learn how to customize the constitutive model.)
- 2021-01-28 11:08:35下载
- 积分:1
-
网络聊天程序的C #,它简单,但对初学者很有用。
一个用C#编写的网络聊天程序,简单但对初学者有用。
- 2022-03-30 18:26:46下载
- 积分:1
-
TOOLS-BOX
自己写的LZ4压缩解压工作,还有RSA加解密,其中CRC为私用种子,使用者请忽略CRC小工具,只用LZ4的RSA(LZ4 AND RSA TOOL)
- 2016-02-28 16:29:55下载
- 积分:1
-
Anti-jammingGPS-space-time-filtering
这是针对华为GSM/GPRS模块的GPS接收机空时抗干扰滤波技术研究(Research jamming GPS receiver space-time filtering technology)
- 2014-02-20 18:01:18下载
- 积分: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
-
各个程序集合压缩包
避障小车红外避障,超声波避障,寻光外加寻迹(Obstacle Avoidance Car Infrared Obstacle Avoidance, Ultrasound Obstacle Avoidance, Light Seeking and External Tracking)
- 2019-04-25 20:58:52下载
- 积分:1
-
c#实现画线
实现c#画直线,设定x.y的起始和终点坐标画直线,可以设定线粗和线的颜色,很实用
- 2023-08-29 13:35:03下载
- 积分:1
-
BackgroundWorker
程序控制编程实例25 如何实现BackgroundWorker异步调用(Programming examples of process control 25 how to achieve BackgroundWorker Asynchronous Call)
- 2007-11-13 21:19:12下载
- 积分:1