- 
                        DGM
                        
                          说明:  灰色系统中,基于分数阶累加的DGM模型的调用函数,函数的名字比较奇怪,因为是在组合程序中使用的。使用时将该调用函数的名字更改即可。
为使得程序执行,相应的累加累减函数同时给出。(The function of DGM model which is imprtant model in the grey system.)                         
                            - 2020-12-02 17:19:25下载
- 积分:1
 
- 
                        Design_Patterns
                        
                          说明:  教你如何更好的设计,更好的编程,好书哦!(Teach you how to better design, better programming, a good book Oh!)                         
                            - 2008-12-08 01:08:03下载
- 积分:1
 
- 
                        cvx
                        
                          说明:  MATLAB CVX优化工具包,求解最优化问题(Matlab CVX optimization toolkit, solving optimization problems)                         
                            - 2020-03-15 16:00:03下载
- 积分:1
 
- 
                        skyblue_PinTu
                        
                          拼图  源代码 大家可以参考学习一下……(Puzzles everyone can refer to the source code to learn about ... ...)                         
                            - 2009-02-07 21:58:17下载
- 积分:1
 
- 
                        shuangkui
                        
                          双馈风机simulink模型,可运行,波形可以使用。(The Simulink model of the doubly fed wind generator can be successfully operated and the waveform is available.)                         
                            - 2018-11-14 19:02:15下载
- 积分:1
 
- 
                        m1
                        
                          说明:  外点罚函数法的matlab程序,含有图像(The matlab program with an external penalty function method, containing an image)                         
                            - 2021-05-16 15:30:02下载
- 积分:1
 
- 
                        C#启动Windows IIS服务的实例
                        
                          C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
  ServiceController service = new ServiceController();//创建服务控制对象
  service.ServiceName = "Messenger";//启动Windows信史服务
  //判断当前服务状态
  if (service.Status == ServiceControllerStatus.Stopped)
  {
      try
      {
          service.Start();// 启动服务
          service.WaitForStatus(ServiceControllerStatus.Running);
      }
      catch (InvalidOperationException)
      {
          MessageBox.Show("不能启动该服务!");
      }
  }                         
                            - 2022-02-13 12:56:43下载
- 积分:1
 
- 
                        2543 process, I hope to see everyone download, used by, oh well, welcome to down...
                        
                          2543程序,希望大家下载看看,用过很好用哦,欢迎大家下载-2543 process, I hope to see everyone download, used by, oh well, welcome to download                         
                            - 2022-12-28 23:55:02下载
- 积分:1
 
- 
                        bumper-PXI
                        
                          利用LabVIEW开发的数据采集程序,利用DAQ板卡,可以实现模拟和数字输入,并自动进行存储。(Developed using LabVIEW data acquisition procedures, use of DAQ boards, you can realize both analog and digital inputs, and automatically stored.)                         
                            - 2008-07-16 17:03:52下载
- 积分:1
 
- 
                        VC_Example
                        
                          PRODAVE 实例 PRODAVE是西门子的通讯协议,这个文件是开源的PRODAVE实例,能够兼容西门子的PLC(PRODAVE example is the Siemens PRODAVE communication protocol, this document is open-source PRODAVE example, can compatible with Siemens PLC)                         
                            - 2008-12-19 15:34:42下载
- 积分:1