- 
                        Matlab_Simulink_to_code
                        
                          matlab 和 simulink 转换成代码的实现,其中第8章介绍了matlab simulink 到vxworks代码的实现(matlab and simulink to code for some special use)                        
                        
                            - 2009-03-08 09:48:07下载
 
                            - 积分: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
 
                        
                     
                                        - 
                        Cplusplus_book_part2
                        
                          C++书籍合集第2部分
C++沉思录.pdf Effective STL.pdf Microsoft编写优质无错C程序秘诀.pdf(C++ Books Collection Part 2 C++ meditation. Pdf Effective STL.pdf Microsoft to prepare high-quality error-free C program secret. Pdf)                        
                        
                            - 2009-06-08 22:14:41下载
 
                            - 积分:1
 
                        
                     
                                        - 
                        Matlab与Vc的接口转换程序
                        
                          在Vc中调用Matlab源文件的调试程序!(in Vc Calling Matlab source debugging procedures!)                        
                        
                            - 2005-07-08 10:41:16下载
 
                            - 积分:1
 
                        
                     
                                        - 
                        31409296
                        
                          This ZIP file contains a library and an include file for use                        
                        
                            - 2019-05-26 03:41:56下载
 
                            - 积分:1
 
                        
                     
                                        - 
                        Quasar v1.3.0.0
                        
                          说明:  一个功能很强大远程控制软件,全英文希望网友来编译(A very powerful remote control software, all English users to compile hope)                        
                        
                            - 2021-04-27 11:38:44下载
 
                            - 积分:1
 
                        
                     
                                        - 
                        sz
                        
                          说明:  1302专用时钟芯片
1602 LCD 显示
(1302 dedicated clock chip 1602 LCD display)                        
                        
                            - 2008-05-04 13:37:53下载
 
                            - 积分:1
 
                        
                     
                                        - 
                        si1010_TxSpectrum_setup
                        
                          silabs的芯片si1010的发射频谱等文件,我看本站只有si1000的却没有si1010的,故此奉献(emission spectrum and other documents silabs chip si1010, I see only the site but no si1010 si1000, and therefore dedication)                        
                        
                            - 2014-01-13 09:29:16下载
 
                            - 积分:1
 
                        
                     
                                        - 
                        78576
                        
                          设置驱动器的卷标,VC++精选编程学习源码,很好的参考资料。(Set the drive label, VC++ select learning programming source code, a good reference.)                        
                        
                            - 2013-11-28 10:43:27下载
 
                            - 积分:1
 
                        
                     
                                        - 
                        image_aqusition
                        
                          用于DSP中的图像采集.是基于DSP与SAA7111A的连接,定义一个按钮,按一下采一副图像(For DSP in the image acquisition. SAA7111A is based on the DSP and the connectivity, the definition of a button, click an image mining)                        
                        
                            - 2009-04-16 09:40:38下载
 
                            - 积分:1