代码搜索:Ext
找到约 10,000 项符合「Ext」的源代码
代码结果 10,000
www.eeworm.com/read/149476/5699598
h archiverinfo.h
// ArchiverInfo.h
#ifndef __ARCHIVERINFO_H
#define __ARCHIVERINFO_H
#include "Common/String.h"
#include "Common/Types.h"
#include "Common/Buffer.h"
struct CArchiverExtInfo
{
UString Ex
www.eeworm.com/read/126641/6015286
c v3_lib.c
/* v3_lib.c */
/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
* project 1999.
*/
/* ====================================================================
* Copyright (c) 199
www.eeworm.com/read/139650/13145090
m evolve_vector_eno1.m
function [delta] = evolve_vector_ENO1(phi, dx, dy, u_ext, v_ext)
%
% Finds the amount of evolution under a vector field
% based force and using 1st order accurate ENO scheme
%
% Author: Baris Sum
www.eeworm.com/read/139650/13145139
m evolve_vector_eno2.m
function [delta] = evolve_vector_ENO2(phi, dx, dy, u_ext, v_ext)
%
% Finds the amount of evolution under a vector field
% based force and using 2nd order accurate ENO scheme
%
% Author: Baris Sum
www.eeworm.com/read/139650/13145148
m evolve_vector_eno3.m
function [delta] = evolve_vector_ENO3(phi, dx, dy, u_ext, v_ext)
%
% Finds the amount of evolution under a vector field
% based force and using 3rd order accurate ENO scheme
%
% Author: Baris Sum
www.eeworm.com/read/139650/13145178
m evolve_vector_weno.m
function [delta] = evolve_vector_WENO(phi, dx, dy, u_ext, v_ext)
%
% Finds the amount of evolution under a vector field
% based force and using 5th order accurate WENO scheme
%
% Author: Baris Su
www.eeworm.com/read/294695/8211027
m evolve_vector_eno1.m
function [delta] = evolve_vector_ENO1(phi, dx, dy, u_ext, v_ext)
%
% Finds the amount of evolution under a vector field
% based force and using 1st order accurate ENO scheme
%
% Author: Baris Sum
www.eeworm.com/read/294695/8211078
m evolve_vector_eno2.m
function [delta] = evolve_vector_ENO2(phi, dx, dy, u_ext, v_ext)
%
% Finds the amount of evolution under a vector field
% based force and using 2nd order accurate ENO scheme
%
% Author: Baris Sum