代码搜索:Ext
找到约 10,000 项符合「Ext」的源代码
代码结果 10,000
www.eeworm.com/read/294695/8211086
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/294695/8211118
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/129455/14241865
h jwfcx.h
#ifndef _JWFC_H
#define _JWFC_H
// JWFC = 精卫软件基础类库
// JWFC_DLL 表示当前环境是要编译JWFC.DLL
// JWFC_EXT 表示当前环境是要引用JWFC.DLL
// 如果上述两个预定义值不存在,则按静态版本编译
#ifdef JWFC_DLL
#define JWX_EXT_CLASS AFX
www.eeworm.com/read/393621/8273151
h jwfcx.h
#ifndef _JWFC_H
#define _JWFC_H
// JWFC = 精卫软件基础类库
// JWFC_DLL 表示当前环境是要编译JWFC.DLL
// JWFC_EXT 表示当前环境是要引用JWFC.DLL
// 如果上述两个预定义值不存在,则按静态版本编译
#ifdef JWFC_DLL
#define JWX_EXT_CLASS AFX
www.eeworm.com/read/328134/13045560
c extsystem.c
/***************************
Name:Extsystem.c
author:RPJ
version:V0.1
description:
用户交换系统模块
***************************/
#include "reg52.h"
#include "absacc.h"
#include "clock.h"
#include "d
www.eeworm.com/read/328134/13045569
c drive.c
/**************************
name:Drive.h
author:RPJ
version:V0.1
description:
单独的外部扫描和驱动模块
***************************/
#include "reg52.h"
#include "absacc.h"
#include "clock.h"
#include "de
www.eeworm.com/read/240637/13209275
m new_xvar.m
function y = new_xvar(chan, func, num, state, ext)
sc = length(chan);
sf = length(func);
zeropad = zeros(1,sc + sf*num - num);
bar = zeropad;
% direct probabilities
bar(1:sc) = chan*state(2);
zerop
www.eeworm.com/read/154491/11950588
h filer.h
#ifndef FILER_H
#define FILER_H
long searchFile(const char *path);
int getFile(char *out);
enum {
EXT_TXT,
EXT_ZIP,
EXT_UNKNOWN
};
int sendFileToIrda(SceIoDirent *file);
#endif
www.eeworm.com/read/282636/9079456
js extsharp.debug.js
// ExtJS.js
//
Type.createNamespace('Ext');
////////////////////////////////////////////////////////////////////////////////
// Ext.ScriptSharpAdapter
Ext.ScriptSharpAdapter = function Ex
www.eeworm.com/read/328134/13045550
h drive.h
/**************************
name:Drive.h
author:RPJ
version:V0.1
description:
单独的外部扫描和驱动模块
***************************/
/***********************
读取双音频数据的解码状态数据地址在0XA800
读取双音频数据的选择地址在0XB00