- 
                        d4ef13
                        
                          电压稳定裕度对于参数的灵敏度的直接计算方法Voltage stability margin for parameter sensitivity of direct calculation method(Voltage stability margin for parameter sensitivity of direct calculation method)                         
                            - 2012-04-13 22:39:45下载
- 积分:1
 
- 
                        TSP遗传算法求解
                        
                          利用AForge中的遗传算法求解TSP
            int iter = 1;
            int iterations = 5000;
            while (iter < iterations)
            {
                population.RunEpoch();
                iter++;
            }
            Console.WriteLine("遍历路径是:{0}",((PermutationChromosome)population.BestChromosome).ToString());
            Console.WriteLine("总路程是:{0}",fitnessFunction.PathLength(population.BestChromosome));
            Console.ReadLine();
        }
    }
}                         
                            - 2022-05-28 04:43:44下载
- 积分:1
 
- 
                        MonteCarlo.Integration
                        
                          用MonteCarlo 进行定积分,C#代码。可以作为MC在数学上应用来学习,比较简单的原理和程序(The definite integral with MonteCarlo, C# code. MC can be used as the application of mathematics to learn the principles and procedures of relatively simple)                         
                            - 2010-12-02 19:00:00下载
- 积分:1
 
- 
                        stm32ruanjian-chuankouv1.0
                        
                          stm32软件模拟串口,普通io模拟串口使用.软件串口,代码经过验证,在高波特率下非常稳定.(stm32 simulation software serial, common io analog serial software serial, code proven very stable at high baud rate.)                         
                            - 2021-01-28 17:18:40下载
- 积分:1
 
- 
                        屏幕画笔工具
                        
                          是的分成是的输入太过分的温柔天涯海阁分别VCD是 额我当时发给他热武器生成的热文身断发认为繁荣稳定是                         
                            - 2023-06-12 16:25:03下载
- 积分:1
 
- 
                        CPP-BasicEducation(PDF)
                        
                          C++面向对象的经典使用教程,是难得好的学习材料(failed to translate)                         
                            - 2013-05-05 14:29:25下载
- 积分:1
 
- 
                        Sams---CPP-Primer-Plus--4th-Edition
                        
                          C++ Primer Plus, Fourth Edition presents the ANSI C++ standard beginning with a discussion of the essential elements of C++ programming: loops, expressions, functions, and classes. It walks readers through the basics of object-oriented programming: classes, inheritance, templates, and exceptions, as well as the latest object-oriented programming techniques. C++ Primer Plus contains hundreds of sample programs. The friendly tone, concise programs, and end-of-chapter review exercises allow beginners to write their own programs immediately.                         
                            - 2014-02-18 10:53:03下载
- 积分:1
 
- 
                        C#检查CheckBox控件是否被选中
                        
                          C#检查CheckBox复选框控件是否被选中,或者说是判断用户是否单击了checkbox按钮,可用于用户输入界面中,本示例提供了完整的复选框判断机制,有需要的可参考以下代码:
  private void checkBox1_Click(object sender, EventArgs e)
  {
      if (checkBox1.CheckState == CheckState.Checked)
      {
          MessageBox.Show("CheckBox控件被选中");
      }
      else
      {
          MessageBox.Show("CheckBox控件选择被取消");
      }
  }                         
                            - 2022-09-15 05:45:03下载
- 积分:1
 
- 
                        HardWare id
                        
                          获取机器唯一标识符CPUIP,并进行base64加密(Get CPUIP, the unique identifier of the machine, and encrypt it with Base64)                         
                            - 2020-06-24 18:00:02下载
- 积分:1
 
- 
                        Tetris C# Version of a better example of a game can be made available to the U.S...
                        
                          俄罗斯方块C#版比较好的一个游戏实例,可以提供给大家学习-Tetris C# Version of a better example of a game can be made available to the U.S. study                         
                            - 2022-02-03 05:35:09下载
- 积分:1