- 
                        C# WPF 功能打印的示例
                        
                          C# WPF 功能打印的示例,加载内容后,可在本程序中直接打印出XAML文档。
  private void button2_Click(object sender, RoutedEventArgs e)
  {//打印文件
      PrintDialog MyDialog = new PrintDialog();
      if ((MyDialog.ShowDialog() == true))
      {
          MyDialog.PrintVisual(this.richTextBox1 as Visual, "我的XAML打印文档");
      }
  }
  private void button3_Click(object sender, RoutedEventArgs e)
  {//保存文件
      string MyFileName = "MyFile.XAML";
      TextRange MyTextRange;
      System.IO.FileStream MyStream;
      MyTextRange = new TextRange(this.richTextBox1.Document.ContentStart, this.richTextBox1.Document.ContentEnd);
      MyStream = new System.IO.FileStream(MyFileName, System.IO.FileMode.Create);
      MyTextRange.Save(MyStream, DataFormats.XamlPackage);
      MyStream.Close();
  }                         
                            - 2022-01-23 10:57:00下载
- 积分:1
 
- 
                        ELF Parser
                        
                          Elf Parser for linux architecture.                         
                            - 2019-01-23 16:35:43下载
- 积分:1
 
- 
                        28335电机控制
                        
                          这是一个电机控制的源代码,适合玩电机控制初学者学习,希望对大家有所帮助,接下来我会不断更新这个代码                         
                            - 2022-10-29 00:45:04下载
- 积分:1
 
- 
                        Image-feature-extraction
                        
                          一种改进的基于蚁群算法的图像边缘检测文献,前沿论文(ant colony system,matlab)                         
                            - 2012-04-17 15:10:39下载
- 积分:1
 
- 
                        Radar1
                        
                          模拟雷达的一个小程序,扫面线周期性扫描,显示检测出来的异常点(A small program to simulate the radar sweep noodles periodic scanning, display anomalies detected point)                         
                            - 2014-10-17 16:00:47下载
- 积分:1
 
- 
                        DBC spell.dbc 各字段解释
                        
                          TrinityCore 版本的spell.dbc详细中文解释(Detailed Chinese Interpretation of spell.dbc in TrinityCore Version)                         
                            - 2019-03-11 11:59:33下载
- 积分:1
 
- 
                        FX232通信通信
                        
                          FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信                         
                            - 2022-04-11 13:39:42下载
- 积分:1
 
- 
                        Watermarking
                        
                          Add watermark to image
The program provide the interface to the user that the watermark can be easily added to the image                         
                            - 2008-01-31 18:20:28下载
- 积分:1
 
- 
                        在 c + + 使用 NetBeans 项目文件阅读
                        
                          使用C++语言iabubduasb bdaubdui biausbdsu absdba UASB abudbaidb abduabdiu badiudaiubd阅读文件ibaduuasdui &;nbsp;                         
                            - 2022-08-14 04:10:35下载
- 积分:1
 
- 
                        aa
                        
                          说明:  ARM series of nuclear CORTEX-M3 STM32 development routine                         
                            - 2012-04-09 10:22:46下载
- 积分:1