-
result
将深度文件转换为WATCH或FORWARD可直接加载的OG_RESULT.list文件,很方便。(The depth of files are converted to WATCH or FORWARD can be loaded directly to the OG_RESULT.list file, very convenient.)
- 2011-10-04 16:31:10下载
- 积分:1
-
1584007113891
说明: Walk, then stray1, and memories are gone gradually; look, then be tired, and the starlight becomes dark; listen, then wake up, and start to complain; see, you are gone, suddenly I mess up.
- 2020-06-19 19:32:47下载
- 积分:1
-
MixFigure
很有用的关于VC和matlab混合编程的例子,值得大家学习(Very useful on the VC and matlab examples of hybrid programming, what is worth learning)
- 2007-11-23 11:19:29下载
- 积分:1
-
USBDMV23_24512
USBDMV23包含有详细得的地德资料哦哦哦哦哦(USBDMV23 contains a detailed the DE data oh oh oh oh oh)
- 2013-12-16 15:55:03下载
- 积分:1
-
Case2 test scores from the evaluation Sheet_3 Can
Case2考试分数的评价_3-Vb.Net制作.rar-Case2 test scores from the evaluation Sheet_3 Can-Vb.Net production. Rar
- 2022-01-21 23:38:47下载
- 积分: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
-
MCU_SELECT
嵌入式处理器MCU的选型及开发注意事项(包括软硬件使用注意)(MCU embedded processor selection and development of Attention
)
- 2009-10-08 10:27:55下载
- 积分:1
-
在链接列表中执行各种 opearations
编写程序来执行各种操作 (如插入、 删除链接列表中。特殊情况下,在的末尾开始喜欢和在中间。用户第一次创建的列表,并希望执行的操作并可以退出时希望。
- 2022-03-14 13:25:03下载
- 积分:1
-
WEBRTC
利用WEBRTC完成视频 语音通信,利用webRTC 视频通信,利用C++语言成功实现,同时整套代码实现了,视频降噪等功能.WebRTC的视频部分,包含采集、编解码(I420/VP8)、加密、媒体文件、图像处理、显示、网络传输与流控RTP/RTCP)等功能。
- 2022-01-31 04:26:15下载
- 积分:1
-
lansvd_d1
matlab中lan-svd子函数,已调试通畅,直接调用,无需折腾。(matlab in lan-svd Functions, debugging smooth, direct calls, no toss.)
- 2015-04-15 17:08:42下载
- 积分:1