- 
                        glew-1.10.0-win32
                        
                          opengl的扩展库glew,包含源码与连接库,2013年更新,版本至1.10(opengl extensions library glew, including source code and link library, 2013 updated to version 1.10)                         
                            - 2020-10-15 20:07:29下载
- 积分:1
 
- 
                        matlab
                        
                          用MATLAB变成工具和VC编程工具实现二型模糊系统的混合编程(MATLAB mixed programming of the type-2 fuzzy system into tools and VC programming tools)                         
                            - 2012-12-26 22:32:39下载
- 积分:1
 
- 
                        C# WPF 图片旋转、放大、扭曲、平移、不透明蒙版等
                        
                          这是一个C#图像处理程序,把一张图片平移、顺时针角度旋转、按一定角度扭曲、使用不透明蒙版等功能,以下是实现具体功能的代码,把这些处理功能封装到按钮事件中:
  private void button2_Click(object sender, RoutedEventArgs e)
  {//缩放图像
      if (this.button2.Content=="放大图像")
      {
          ScaleTransform MyScaleTransform = new ScaleTransform();
          MyScaleTransform.CenterX = this.image1.Width / 2;
          MyScaleTransform.CenterY = this.image1.Height / 2;
          MyScaleTransform.ScaleX = 1.5;
          MyScaleTransform.ScaleY = 1.5;
          this.image1.RenderTransform = MyScaleTransform;
          this.button2.Content = "缩小图像";
      }else{
          ScaleTransform MyScaleTransform = new ScaleTransform();
          MyScaleTransform.CenterX = this.image1.Width / 2;
          MyScaleTransform.CenterY = this.image1.Height / 2;
          MyScaleTransform.ScaleX = 0.5;
          MyScaleTransform.ScaleY = 0.5;
          this.image1.RenderTransform = MyScaleTransform;
          this.button2.Content = "放大图像";
      }
  }
  private void button3_Click(object send                         
                            - 2023-01-22 02:10:03下载
- 积分:1
 
- 
                        WKBCal
                        
                          说明:  光通信计算,利用公式计算折射率分布,特别为化学方法产生的器件(optical communication, the use of the refractive index distribution formula, particularly for the chemical device)                         
                            - 2021-05-13 23:30:03下载
- 积分:1
 
- 
                        电子购物商城系统C#
                        
                          电子购物商城系统C#   前台后台所有代码和js   同样的模块方便套用 省去大部分时间                         
                            - 2022-03-22 19:47:19下载
- 积分:1
 
- 
                        AviPlayer
                        
                          Avi Player is a Visual C++ application intended to show Video Handling Capabilities of OpenCV : Playing an avi file, capturing from usb cameras,snapshot and use of codecs                         
                            - 2005-06-16 16:01:41下载
- 积分:1
 
- 
                        gw376
                        
                          南京能瑞的集中器程序,运行在振中掌机tp900.对集中器进行读写操作。(Nanjing Rui centralized program can run in the handheld vibration tp900. Perform read and write operations on the concentrator.)                         
                            - 2020-11-10 23:59:46下载
- 积分:1
 
- 
                        Resection
                        
                          C++实现摄影测量后方交会程序(Photogrammetry)(photogrammetry resection)                         
                            - 2020-06-24 10:40:02下载
- 积分:1
 
- 
                        sdd
                        
                          足球机器人视觉子系统的改进.Soccer robot vision subsystem improvements.(Soccer robot vision subsystem improvements.)                         
                            - 2011-12-01 18:21:57下载
- 积分:1
 
- 
                        iis6建站工具源码下载
                        
                          iis6建站工具源码下载                         
                            - 2015-05-07下载
- 积分:1