代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/371704/2779213
m linkedzoom.m
function out = linkedzoom(varargin)
% linkedzoom: link zooming on all subplots of current figure.
% This function give users the ability to zoom in a given direction
% and will force all the su
www.eeworm.com/read/267292/4268239
m hh_threshold_fun.m
function [value , isterminal , direction] = hh_threshold_fun(t , y)
% HH_THRESHOLD_FUN Threshold function for Hodgkin-Huxley model
%
% Version: 1.0
% ---------------------------------
www.eeworm.com/read/267292/4268245
m ml_threshold_fun.m
function [value , isterminal , direction] = ml_threshold_fun(t , y)
% ML_THRESHOLD_FUN Threshold function for Morris-Lecar model
%
% Version: 1.0
% ----------------------------------
www.eeworm.com/read/267292/4268248
m fn_threshold_fun.m
function [value , isterminal , direction] = fn_threshold_fun(t , y)
% FN_THRESHOLD_FUN Threshold function for FitzHugh-Nagumo model
%
% Version: 1.0
% ---------------------------------
www.eeworm.com/read/267292/4268253
m canon_threshold_fun.m
function [value , isterminal , direction] = canon_threshold_fun(t , y)
% CANON_THRESHOLD_FUN Threshold function for canonical phase model spike
% detection
%
% Version:
www.eeworm.com/read/471212/6899559
m mexgraphnodecountshortestpasses.m
function Neighbours = mexGraphNodeCountShortestPasses(Graph,NodeIDs,Direction)
% At each distance finds all node's neighbours. In fact, gives distribution of shortest passes: provides number of short
www.eeworm.com/read/294911/8194082
ulp cmd-snappads.ulp
#usage "Snap pads and smds in a package\n"
""
"Snaps pads and SMDs in the package editor to a given grid "
"(different grids in x and y direction selectable)."
www.eeworm.com/read/247805/12618075
txt data.txt
independent component analysis;blind source separation;natural images;representations;emergence;artifacts;algorithm;bases
hippocampal place cells;movement direction;drawing movements;neural discharge
www.eeworm.com/read/106690/15626757
m cbar.m
% cbar() - Display full or partial color bar
%
% Usage:
% >> cbar % create a vertical cbar on the right side of a figure
% >> cbar(type) % specify direction as 'vert' or 'horiz'
% >> cbar(typ
www.eeworm.com/read/291725/8401948
h i2c.h
#ifndef _I2C_H_
#define _I2C_H_
#ifdef _I2C_C_
#define _I2CDEC_
#else
#define _I2CDEC_ extern
#endif
typedef enum i2c_direction
{ I2C_WRITE,
I2C_READ
} I2C_Direction;
#define