代码搜索:tiling

找到约 101 项符合「tiling」的源代码

代码结果 101
www.eeworm.com/read/111945/6307247

l tiling.l

; These LSystems are designed to be run from FRACTINT. No compilation is ; necessary, just copy this file to the FRACTINT directory and run FRACTINT. ; Select the lsystem fractal type and press F
www.eeworm.com/read/232405/4701592

java tiling.java

/* * This file is part of the GeOxygene project source files. * * GeOxygene aims at providing an open framework which implements OGC/ISO specifications for * the development and deployment
www.eeworm.com/read/182972/5261191

c tiling.c

/* * tiling.c: Subimage permutation * * Written by: Ullrich Hafner * * This file is part of FIASCO (獸籸actal 獻籱age 獳籲d 玈籩quence 獵O籨ec) * Copyright (C) 1994-2000 Ullrich Hafner
www.eeworm.com/read/182972/5261207

h tiling.h

/* * tiling.h * * Written by: Ullrich Hafner * * This file is part of FIASCO (獸籸actal 獻籱age 獳籲d 玈籩quence 獵O籨ec) * Copyright (C) 1994-2000 Ullrich Hafner */ /* * $D
www.eeworm.com/read/485150/6566184

m contents.m

% Tile-coding implementation % % tiling_create - Creates data structures for a tiling approximator % tiling_get - Obtains value from tiling approximator % tiling_update - Updates value
www.eeworm.com/read/142214/12957004

gif tiling_green.gif

www.eeworm.com/read/485150/6566180

m tiling_get.m

function [v, i, j] = tiling_get(xdata, wdata, tdim, x, i) % TILING_GET Computes value of input x in tiling with given prefix % [V, I] = TILING_GET(XDATA, WDATA, TDIM, X) % Parameters: % xdata
www.eeworm.com/read/485150/6566181

m tiling_update.m

function [v, i, j, wdata] = tiling_update(xdata, wdata, tdim, x, v, replace, i) % TILING_UPDATE Updates tile weights corresponding to input x with value v. % [V, I, J, WDATA] = TILING_UPDATE(XDATA
www.eeworm.com/read/485150/6566183

m tiling_create.m

function [xdata, wdata, tdim] = tiling_create(xg, dsize, c, cfg) % TILING_CREATE Creates tiling structures % [XDATA, WDATA, TDIM, GRIDS] = TILING_CREATE(XG, DSIZE, C, CFG) % Parameters: % xg
www.eeworm.com/read/485150/6566185

m tiling_reset.m

function wdata = tiling_reset(tdim, cfg) % TILING_RESET Resets parameter matrix of tiling % WDATA = TILING_RESET(TDIM, CFG) % Parameters: % tdim - dimensionality information for the til