登录
首页 » matlab » chedeng_simulation

chedeng_simulation

于 2011-02-10 发布 文件大小:1KB
0 76
下载积分: 1 下载次数: 2

代码说明:

  数学建模赛题的Matlab解决程序,模拟车灯的映照情况(Mathematical Modeling Contest in the Matlab problem solving program to simulate the reflection of light conditions)

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

发表评论

0 个回复

  • huffman
    生成霍夫曼编码和解码程序,本程序包含几个子程序,主程序会自动调用。(Generate Huffman coding and decoding procedures, the program contains several subroutines, the main program will automatically call.)
    2011-07-12 16:05:19下载
    积分:1
  • New-WinRAR-archive
    newton raphson load flow code used in matlab
    2016-02-28 04:00:07下载
    积分:1
  • yiqunsuanfaTSP
    说明:  利用蚁群算法解决TSP问题,本例涉及了31个城市并将其坐标化,每个城市只能拜访一次,而且最后要回到初始城市,所选路径为所有路径之中的最小值。(Using ant colony algorithm to solve TSP problem, this example involves 31 cities and coordinates them, each city can only visit once, and finally return to the initial City, the selected path is the minimum of all paths.)
    2019-11-13 16:58:28下载
    积分:1
  • bouc_wen
    磁流变减震器模型,bouce_wen经验模型(Magnetorheological damper model)
    2020-12-25 15:49:04下载
    积分:1
  • bp2&3
    两个程序:2层BP网络以及3层BP网络实现的函数逼近。(Two procedures: 2-layer BP network, as well as 3-layer BP network s function approximation.)
    2006-05-23 11:21:02下载
    积分:1
  • closedLoop_Simulation_with_individual_process_mode
    燃料电池电堆的温度控制,采用预测控制算法实现(PEMFC Stack Temperature Control Study)
    2010-06-02 14:25:19下载
    积分:1
  • MODE
    Multi-objective differential evolution
    2012-05-14 23:11:06下载
    积分:1
  • FILLBOTTLE
    This Matlab software allows to visualize a simple control of a system using digital image procesing, specifically the control of filling liquid in a bottle
    2011-08-07 22:50:30下载
    积分:1
  • Symmetric_ldpc_matrix0
    基于有限域的qc-ldpc码校验矩阵构造方法(conctruction method of QC-LDPC code based on finite field)
    2020-10-12 22:47:32下载
    积分:1
  • src
    How to use the ordinary Voronoi partition generator. The m-files also have their own help documentation that you can view in Matlab. This code creates a bounding polygon that is a square. Then it randomly creates 10 points and then creates and draws the partition. bounds = [0, 10, 10, 0 0, 0, 10, 10] points = 10 * rand(2, 10) regions = voronoi(bounds, points) drawRegions(bounds, regions) ================================ This is a brief set of instructions on how to use the Multiplicatively- weighted Voronoi partition generator. Each of the m-files has a help section, so in Matlab you can call: help mwvoronoi help drawRegions Here is an example that creates a bounding polygon, a square with side length 10. Then it randomly creates six points with random weights. Finally, the code draws the resulting partition. bounds = [0, 10, 10, 0 0, 0, 10, 10] points = 10 * rand(3, 6) regions = mwvoronoi(bounds, points) drawRegions(bounds, regions) Enjoy!
    2013-10-30 12:23:18下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载