代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/381717/9076165
txt readme.txt
IXLibs-AV Release 2.3
Release Notes
September 2002
_____________________________________________________________________
Introduction to Release 2.3
__________________
www.eeworm.com/read/381628/9081070
vsh dirlights.vsh
vs.1.1
;Do the final transformation and emit it in oPos. This
;is completely independent of the lighting operations
dp4 oPos.x, v0, c0
dp4 oPos.y, v0, c1
dp4 oPos.z, v0, c2
dp4 oPos.w, v0, c3
www.eeworm.com/read/381628/9081083
vsh pointlights.vsh
vs.1.1
;Do the final transformation and emit it in oPos. This
;is completely independent of the lighting operations
dp4 oPos.x, v0, c0
dp4 oPos.y, v0, c1
dp4 oPos.z, v0, c2
dp4 oPos.w, v0, c3
www.eeworm.com/read/381628/9081090
vsh spotlights.vsh
vs.1.1
;Do the final transformation and emit it in oPos. This
;is completely independent of the lighting operations
dp4 oPos.x, v0, c0
dp4 oPos.y, v0, c1
dp4 oPos.z, v0, c2
dp4 oPos.w, v0, c3
www.eeworm.com/read/381211/9104209
m integral.m
function y=integral(x,fs)
% y=integral(x,fs)
%
% y =frequency-domain integration of x
% in a column vector or array of column vectors.
% fs =sampling frequency (samples/s).
% Unlike other me
www.eeworm.com/read/184067/9123519
m plot.m
%二维图(一元函数图)
%用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%图形的线型,标记,颜色均可设定,常用有
% 颜色 | 线型 标记
% --------------------- -
www.eeworm.com/read/184067/9123797
m interp1.m
function yi = interp1(varargin)
% yi=interp1(x,y,xi)根据数据(x,y)给出在xi的线性插值结果yi.
% yi=interp1(x,y,xi,'spline')使用三次样条插值.
% yi=interp1(x,y,xi,'cubic')使用三次插值.
% 例如
% clear;close;fplot('sin',[0,2*pi]);
www.eeworm.com/read/380756/9129656
h network.h
/*
*
* Copyright 2004-2006 Ghassan OREIBY
*
* This file is part of Neurality.
*
* Neurality is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/281612/9146242
m scm_mex_core.m
%SCM_MEX_CORE SCM_CORE written in ANSI-C
% This function calculates the channel coefficients for
% a geometric MIMO channel model. To compile the C-function
% in MATLAB, type
%
% m
www.eeworm.com/read/182833/9188818
h e2egraph.h
/*
* Copyright (c) 2003-2005 Jinyang Li
* Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this soft