代码搜索:integration
找到约 3,762 项符合「integration」的源代码
代码结果 3,762
www.eeworm.com/read/38039/1091711
mnu dwgdbgintg.mnu
DWGDBGINTG 绘图数据库集成
#
Save#State 保存状态
Save the state of the current window object for Integration testing.
保存当前窗口中集成测试对象的状态
Merge#Item 合并项目
Merge a drawing item onto another drawing item.
合并二个绘图项目
Del
www.eeworm.com/read/313086/3646472
entries
/Defs.make/1.1/Thu Dec 8 20:44:22 2005//
/Rules.make/1.1/Thu Dec 8 20:44:22 2005//
/Rules.release/1.1/Thu Dec 8 20:44:22 2005//
/hdld_svr.c/1.1/Thu Dec 8 20:44:22 2005//
/integration.patch/1.1/Fri
www.eeworm.com/read/202630/15377502
c main_nr-mpi1.c
/* $Id: main_nr-mpi1.c,v 1.2 2005/06/20 03:28:52 zlb Exp $ */
/* 非递归方式自适应数值积分串行主程序: 非阻塞通信 */
#include
#include
#include
#include
#include "integration_nr.h"
#in
www.eeworm.com/read/163324/10166034
m predictb.m
function [xtf,ytf]=predictb(tf,xdum,ydum,x1dum,y1dum,wp1,wtot,tb1,trst1,tb2,wp2,wtot2,trst2,wpay)
%h=.01
%Integration interval increased by factor of 10 to get acceptable running time
h=.1;
a=2.09
www.eeworm.com/read/214051/15115155
m network_integrate_kin.m
function [t,x,v] = network_integrate_kin(x0,p,T1,T2,N,velocity_fct,delta_par)
%[t,x,v] = network_integrate_kin(x0,p,T1,T2,N,velocity_fct,delta_par)
%
%time integration for metabolic systems with osci
www.eeworm.com/read/399202/2364381
java webmain.java
package cn.webwheel.tutorials.integration;
import cn.webwheel.utils.DefaultMain;
/**
* 通过继承cn.webwheel.utils.DefaultMain类,设置了5个最常用的过滤器:依赖注入过滤器,文件上传过滤器,参数绑定过滤器,页面模板结果过滤器
*/
public class WebM
www.eeworm.com/read/102552/15772334
htm subject_32446.htm
序号:32446 发表者:hai0090 发表日期:2003-03-12 11:24:30
主题:能否将次c程序转化成vc程序
内容:/* Laser Equation Integration Program Uses CLAMS DDRVB1 Subroutine converter over to C v1.0 C.Liu 19-Oct-9
www.eeworm.com/read/101790/15808564
htm subject_32446.htm
序号:32446 发表者:hai0090 发表日期:2003-03-12 11:24:30
主题:能否将次c程序转化成vc程序
内容:/* Laser Equation Integration Program Uses CLAMS DDRVB1 Subroutine converter over to C v1.0 C.Liu 19-Oct-9
www.eeworm.com/read/163324/10166074
m predictg.m
function [xtf,ytf,zem1,zem2]=predictg(tdum,tf,xdum,ydum,x1dum,y1dum,wp1,wtot,tb1,trst1,tb2,wp2,wtot2,trst2,wpay,xmdum,ymdum,x1mdum,y1mdum,tgo)
if tgo>1
%h=.01
%Integration interval increased
www.eeworm.com/read/412156/11213167
m pim1df.m
% Precise Integration Method
clear;
A=zeros(2);%完型矩阵
C=A;
D=[0.5,0;0,1];
B=[-6,2;2,-4];
f0=[0;0;0;10];
f1=zeros(size(f0));%完型矩阵
H=[A,D;B,C];%系数矩阵
I=eye(size(H));%单位矩阵,为雅可比矩阵泰勒展开之主项
iH=inv(H)