登录
首页 » matlab » daoxianwangpc

daoxianwangpc

于 2011-09-26 发布 文件大小:72KB
0 131
下载积分: 1 下载次数: 55

代码说明:

  导线网平差,主要是附和导线平差程序,用于计算各点坐标并评定其精度。(Wire network adjustment, mainly echoing the wire adjustment procedure used to calculate the coordinates of each point and to assess its accuracy.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • youhua1
    遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1() 遗传算法 n-- 种群规模 ger-- 迭代次数 pc--- 交叉概率 pm-- 变异概率 v-- 初始种群(规模为n) f-- 目标函数值 fit-- 适应度向量 vx-- 最优适应度值向量 vmfit-- 平均适应度值向量 clear all close all clc 清屏 tic 计时器开始计时 n=20 ger=100 pc=0.9 pm=0.1 初始化参数 生成初始种群 v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵 [N,L]=size(v) 得到初始规模行,列 disp(sprintf( Number of generations: d ,ger)) disp(sprintf( Population size: d ,N)) disp(sprintf( Crossover probability: .3f ,pc)) disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式 待优化问题)
    2020-12-11 20:19:19下载
    积分:1
  • Wind_Turbine
    turbine for wind energy conversion system
    2011-12-12 14:40:22下载
    积分:1
  • ESRC_classifier_v1.1
    极限学习机极速学习机\ELM 稀疏表示人脸识别稀疏表示\L0范数求解L1范数ELM神经网络AR人脸数据库基于ELM的图像分类与稳健回归算法研究基于ELM与稀疏表示的混合人脸识别算法 AR人脸识别准确率0.95. 文章:Luo, Minxia, and Kai Zhang. A hybrid approach combining extreme learning machine and sparse representation for image classification. Engineering Applications of Artificial Intelligence 27 (2014): 228-235.(Matlab codes of the following paper: Luo, Minxia, and Kai Zhang. A hybrid approach combining extreme learning machine and sparse representation for image classification. Engineering Applications of Artificial Intelligence 27 (2014): 228-235.)
    2020-12-27 10:29:03下载
    积分:1
  • PFC10
    PFC功率因素校正电路,基于乘法器的APFC(PFC power factor correction circuit, multiplier-based APFC)
    2010-08-06 17:04:40下载
    积分:1
  • Hopfield_Neural_Network
    Hopfield神经网络的matlab程序(Hopfield neural network matlab program)
    2010-12-22 19:25:22下载
    积分:1
  • consumer
    信号量同步之生产者代码,使用c写的,希望对你们有用(Semaphore synchronization of the producer code, using c write, I hope useful to you)
    2014-12-13 12:30:34下载
    积分:1
  • 15718
    画板素描源码程序,根据画板底色与图像的颜色差异判断,对图像进行轮廓的素描。(Sketchpad sketch source program, according to the background and image color difference Sketchpad judgment sketch the outline of the image .)
    2017-09-26 10:18:41下载
    积分:1
  • MATLABGUI
    GUI学习,可以更好的编写matlab_gui中的小程序。(study GUI to use MATLAB.)
    2012-05-24 14:06:23下载
    积分:1
  • dijkstra
    图论中关于最短路径的Dijkstra算法和通过两指定顶点的最短路径算法。(The shortest path on graph theory and the Dijkstra algorithm specified by two vertices of the shortest path algorithm.)
    2011-10-10 16:04:26下载
    积分:1
  • MIMO_OFDM_Source
    主要是MIMO-OFDM系统的C++语言实现,简单实用,值得一看。(This is a C++ language of MIMO-OFDM system, simple and practical, worth a visit.)
    2014-11-18 20:00:48下载
    积分:1
  • 696518资源总数
  • 104684会员总数
  • 30今日下载