Welcome![Sign In][Sign Up]
Location:
Search - grid M

Search list

[JSP/Javajava实现循环连表

Description: 该文件用JAVA实现的循环链表 是本人作业来的 用来实现从环中每格M个数就取出其中一个元素,直到环中所有元素为NU-the documents JAVA List is the cycle of operations, I used to achieve each from the Central grid M took on the number one of the elements, until all the elements ring NU
Platform: | Size: 1588 | Author: 杨帝松 | Hits:

[Graph Drawingmatlab_sys_inf

Description: 系统辨识的输入信号为一个周期的M序列,从 中分离出并显示a1 、a2、 b1、 b2,画出输出观测值z的经线图形,并显示坐标网格-system identification of the input signal for a period of the M sequence, isolated from the show and a1, a2, b1, b2, paint output observation z warp graphics, and display Grid
Platform: | Size: 1024 | Author: 小精豆 | Hits:

[JSP/Javajava实现循环连表

Description: 该文件用JAVA实现的循环链表 是本人作业来的 用来实现从环中每格M个数就取出其中一个元素,直到环中所有元素为NU-the documents JAVA List is the cycle of operations, I used to achieve each from the Central grid M took on the number one of the elements, until all the elements ring NU
Platform: | Size: 1024 | Author: 杨帝松 | Hits:

[CSharp布线问题(分支限界算法应用)

Description: 六 程序实现: #include <stdio.h> typedef struct { int row int col }Position int FindPath (Position start, Position finish, int &PathLen, Position *&path) { //计算从起始位置start到目标位置finish的最短布线路径,找到返回1,否则,返回0 int i if ((start.row = = finish.row) && (start.col = = finish.col)) { PathLen = 0 return 0 } //start = finish //设置方格阵列”围墙” for (i = 0 i <= m+1 i++) grid[0][i] = grid[n+1 -6 program :# include
Platform: | Size: 11264 | Author: 敖斌 | Hits:

[Windows DevelopWaveFieldNumericalSimulation(StaggeredGrid)

Description: TotalWES.m是主干程序,而DCoef和FCTforAW是里面调用的函数。TotalWES只要实现交错网格有限差分波场数值模拟,其中的FCTforAW是用来消除数值频散的。这些是实现弹性波波场模拟的程序,其它两个文件是实现声波波场模拟的程序-TotalWES.m is the backbone of the procedure, and DCoef and FCTforAW is inside a function call. As long as the realization of TotalWES staggered grid finite difference numerical simulation of wave field, which FCTforAW is used to eliminate the numerical dispersion. These are the realization of elastic wave field simulation procedures, the other two documents are to achieve the sound the ball field simulation procedures
Platform: | Size: 5120 | Author: Simone | Hits:

[GUI Developmfc_grid

Description: Outlook,excel相似的grid控件,比较容易制作像outlook和excell界面。-Outlook, excel like grid controls, relatively easy to produce as the outlook and Excel interface.
Platform: | Size: 209920 | Author: wang wanqiu | Hits:

[AlgorithmGBMM1D.m

Description: 一维伽辽金型无网格法MATLAB程序 无网格方法采用基于点的近似,可以彻底或部分地消除网格,不需要网格的初始划分和重构,不仅可以保证计算的精度,而且可以大大减小计算的难度。然而,由于目前的无网格近似一般没有解析表达式,且大都基于伽辽金原理,因此计算量很大,要超出传统的有限元法;另外,无网格近似大都是拟合,因此对于位移边界的处理比较困难,多采用拉格朗日乘子法处理。-1维伽Galerkin-type meshless method MATLAB procedures meshless method based on the point of approximation, can be completely or partially eliminate the grid, the grid does not require the initial division and reconstruction, not only can guarantee the accuracy of the calculation, and can greatly reduce the difficulty of calculation. However, due to the current meshless approximation there is no analytic expression in general, and mostly based on the Galerkin principle, the calculation of a large volume, it is necessary to go beyond the traditional finite element method In addition, the meshless approximation are fitted, so displacement of the border more difficult to deal with, the use of Lagrange law.
Platform: | Size: 1024 | Author: dong | Hits:

[Windows Developgrid.m

Description: A source code that generates a grid datasheet
Platform: | Size: 2048 | Author: alice | Hits:

[matlabzuoye

Description: 利用有限差分法 (Finite Differential Method, FDM)将场域离散为许多小网格,应用差分原理,将求解连续函数的泊松方程问题转换为求解网格节点上的差分方程组的问题。-The use of finite difference method (Finite Differential Method, FDM) will field for many small discrete grid, the application of differential principle, the continuous function for solving Poisson' s equation for solving the problem is converted to grid nodes on the issue of differential equations.
Platform: | Size: 1024 | Author: 刘文 | Hits:

[Mathimatics-Numerical algorithmsimageResampling.m

Description: This function resamples the images at the new grid points defined by the new pixel sizes. It assumes that intensities are defined at the pixel centers
Platform: | Size: 1024 | Author: vijay | Hits:

[matlabrect2grid

Description: Grid generation for irregular perimeter. Uses rect.m and fps.m.
Platform: | Size: 2048 | Author: mouli | Hits:

[Other systemsbianjie

Description: 一阶声波方程波场模拟,采用的是交错网格,二阶精度,pml边界-A first-order wave equation of wave-field simulation, using the staggered grid, second order accuracy, pml boundary
Platform: | Size: 2048 | Author: 王子 | Hits:

[Software Engineeringgridconnectedpvsystem

Description: matlab simulation of grid connected inverter
Platform: | Size: 3391488 | Author: sravan | Hits:

[matlabgridding

Description: Gridding is a method of interpolating data from an arbitrary 2D sampling pattern to a uniform grid. In MRI, this allows rapid image reconstruction. There are numerous publications on MR gridding reconstruction. The tar file includes numerous .m scripts, and C code that can be compiled to a .mex function. You will need to compile the MEX functions - in Matlab try "mex gridlut_mex.c" and "mex calcdcflut_mex.c" These should result in files gridlut_mex.mex??? and calcdcflut_mex.mex??? where ??? depends on your operating system. Run the function spiralexample.m in Matlab. -Gridding is a method of interpolating data from an arbitrary 2D sampling pattern to a uniform grid. In MRI, this allows rapid image reconstruction. There are numerous publications on MR gridding reconstruction. The tar file includes numerous .m scripts, and C code that can be compiled to a .mex function. You will need to compile the MEX functions- in Matlab try "mex gridlut_mex.c" and "mex calcdcflut_mex.c" These should result in files gridlut_mex.mex??? and calcdcflut_mex.mex??? where ??? depends on your operating system. Run the function spiralexample.m in Matlab.
Platform: | Size: 1469440 | Author: rizq | Hits:

[Other DatabasesDataGrid

Description: 使用vb和Grid组件显示mdb数据库内容,简单的实例,仅供学习-Using vb mdb database and display the contents of Grid components, a simple example, only to learn
Platform: | Size: 601088 | Author: qsir | Hits:

[VC/MFCgrid-control

Description: This MFCGrid Control for VC++ Plateform
Platform: | Size: 26186752 | Author: gds | Hits:

[matlabdefinition_grid_example.m

Description: Define a grid with the desired dx.
Platform: | Size: 4096 | Author: anabrasio | Hits:

[matlabsymbols_grid_example.m

Description: To define a grid with symbols in x-axis.
Platform: | Size: 4096 | Author: anabrasio | Hits:

[3D GraphicVsLoca_st.m

Description: 實現點掉在網格中,可以被內插出來的weight-Point out in a grid, can be interpolated from weight
Platform: | Size: 1024 | Author: hankwu | Hits:

[matlabstartval.m

Description: Function to compute starting valus for a multiple-regime SmoothTransition Regression (STR). The algorith is based on a grid search over the parameters gamma and c.
Platform: | Size: 1024 | Author: canopus | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net