- 
                        PARK
                        
                          说明:      paek变换
park转换,也称派克变换,英文为Park transformation,为现在占主流地位的交流电机分析计算时的基本变换。在电力系统分析和计算中,park转换具有重要的理论和实际意义。(paek transform park conversion, also known as Park transformation, the English for the Park transformation, for the now dominant in the calculation of AC motor analysis of the basic transformation. In power system analysis and calculations, park conversion has important theoretical and practical significance.)                         
                            - 2011-04-14 15:48:47下载
- 积分:1
 
- 
                        12
                        
                          说明:  关于图像处理里的一些应用,将视觉相应算法应用到工程实际中,详细解说了算法在这里面的一些应用,很实用。(On some applications in image processing, the visual corresponding algorithm is applied to the engineering practice, a detailed explanation here below in some applications, the proposed algorithm is very practical.)                         
                            - 2015-01-10 14:48:06下载
- 积分:1
 
- 
                        HW3000_EVB_SMA_V2.0A(433MHz)
                        
                          说明:  此原理图是验证过的PCB,波特率在1.2的时候功率20DB 时,空地上,离地面高度为10米左右,测试距离1000米左右(This schematic diagram is a PCB that has been verified. When the baud rate is 1.2, the power is 20dB. On the open ground, the height is about 10m from the ground and the test distance is about 1000m)                         
                            - 2021-02-05 15:51:26下载
- 积分: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
 
- 
                        学生管理系统
                        
                          程序使用的 c + + 语言。学生管理系统已在 c + +。用户可以添加新的学生到结构数组,并可以轻松地删除不想要。                         
                            - 2022-11-19 05:55:03下载
- 积分:1
 
- 
                        AsyTcpSocketTestDemo
                        
                          C Sharp 下的网络通信编程程序,此为一个异步通讯的例子(C Sharp programming for the network communication process, this is an example of a Dove transmission)                         
                            - 2011-06-28 15:42:05下载
- 积分:1
 
- 
                        5ivb_062518
                        
                          说明:  vc开发的管理系统,一种小软件,对开发学习的初学者会有很大帮助。(vc development of the management system, a small software development for the study will be of great help beginners.)                         
                            - 2006-05-13 09:33:12下载
- 积分:1
 
- 
                        C#高德地图经纬度解析地址
                        
                          c#编程中解析高德地图经纬度的解析地址源码(C# Programming to Resolve the Resolution Address Source Code of Longitude and Latitude of Gaode Map)                         
                            - 2020-06-22 08:00:01下载
- 积分:1
 
- 
                        MedianFilter
                        
                          Matlab allows the use of MEX files
–MEX files are pre-compiled files
that are called from Matlab
–Can be compiled from Matlab .m
files
–Can also be compiled from external
C++ code.
•  This will be our focus                         
                            - 2010-08-24 13:55:44下载
- 积分:1
 
- 
                        VC-course
                        
                          说明:  C++经典教程,讲解思路循序渐进,逐渐引入模块化的编程思想和面向对象的编程思想。适合初学者和以有一定基础的人(C++ classic course, on the idea of gradual, progressive thinking of the introduction of modular programming and object-oriented programming ideas. Suitable for beginners and those who have a certain basis)                         
                            - 2009-07-29 22:01:51下载
- 积分:1