-
shudu
求解数独的小程序
其中采用了图形界面,对初学者可以参考图形界面的编写方法。
求解数独算法比较简单,但是其中注释很少
(A small program to solve Sudoku
Which uses a graphical interface, a graphical interface for beginners can refer to the preparation method.
Sudoku solving algorithm is relatively simple, but very few comments which)
- 2011-12-12 17:31:01下载
- 积分:1
-
matlab
function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModel(function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModelFlag)
)
- 2013-05-04 19:01:27下载
- 积分:1
-
chaoticmaps-(1)
this file give most famous and important simulation programming codes of chaotic signals map generation
- 2013-12-07 04:27:12下载
- 积分:1
-
MATLAB
contains OFDM technique and AWGN channel acts as noise
- 2014-01-26 13:29:48下载
- 积分:1
-
tft
matlab环境下编写的fft算法实现的源代码(prepared environment matlab algorithm fft source code)
- 2009-05-20 22:12:56下载
- 积分:1
-
work
本文的处理手段是对输入的汽车图像进行预处理,运用车牌定位,字符分割,字符识别的方法提取车牌上的数字字符串,并以文本的形式输出。(This treatment method is to enter the vehicle image preprocessing, the use of license plate location, character segmentation, character recognition to extract license plate numbers on the string and output in the form of text.)
- 2010-11-14 22:45:30下载
- 积分:1
-
《MATLAB程序设计教程》源代码-2660
说明: 这里有一些MATLAB的示例,为了更方便拥护使用这个例子,用户应该先安装MATLAB这个软件(MATLAB Here are some examples, in order to better facilitate the support of the use of this example, users should first install the software MATLAB)
- 2005-12-01 16:11:11下载
- 积分:1
-
STK生成的报告数据
STK生成的报告数据较复杂,可以通过matlab的指令,直接读取生成的轨道数据报告,并进行相应的存储。(Report data STK generate more complex, you can matlab instructions directly read track data report generation, and the corresponding storage.)
- 2015-09-01 11:47:41下载
- 积分:1
-
Gauss_linear
数值分析—全主元高斯消去法解线性方程组 (Numerical Analysis- Full-PCA Gaussian elimination method for solving linear equations)
- 2011-07-07 17:20:51下载
- 积分:1
-
csamt
电偶源频率域可控源 CSAMT一维正演程序 ( CSAMT one dimensional forward procedure)
- 2021-03-09 15:59:28下载
- 积分:1