代码搜索结果
找到约 10,000 项符合
Z 的代码
fresnel.m
%-----------------------------------------------------
% Approximation to Fresnel integral
% From 7.3.32 and 7.3.33 of Abramowitz and Stegum
% Using 7.39 and 7.3.10
% Accurate to 0.002 for 0
demo_rbpf.m
% PURPOSE : PF and RBPF for conditionally Gaussian JMLS.
% COPYRIGHT : Nando de Freitas
% DATE : June 2001
clear;
echo off;
% ==============================================================
mod_nr_bound.f90
!_______________________________________________________________________
MODULE NONREF_BOUND
USE PRECISION, ONLY: WP
!-----------------------------------------------------------------------
IM
ex5.3.inp
! 5.3 柱形容器在内压作用下的静力分析
! 本程序来源于邢静忠编著的《ANSYS应用实例与分析》,科学出版社,2006年
!
FINISH
/CLEAR, NOSTART ! 清除数据,不加载初始化文件
! (1)定义工程选项, 单元类型、实常数和材料参数
/FILNAME, EX5.3 ! 工程工件名称
/PREP7 ! 加载前处理模块
/TITLE, EX5.3, C
nvidiacg.txt
/L20"NVIDIA Cg 1.0" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = CG
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"' , .?
/Function Strin
ilnw.c
#include "f2c.h"
#include "fio.h"
#include "lio.h"
#ifdef __cplusplus
extern "C" {
#endif
extern char *f__icptr;
extern char *f__icend;
extern icilist *f__svic;
extern int f__icnum;
#ifdef KR_headers
kalmanfilter.m
%VD arithmetic
clear;close all;clc;
T=2; %雷达扫描周期
number=1; %滤波次数,可调
N1=400/T;N2=600/T;N3=610/T;N4=660/T;N5=900/T; %扫描次数
N=900/T;
x=zeros(N5,1);
y=zeros(N5,1);
vx=zeros(N5,1
slave.c
/*
* Copyright (c) 2001-2002 The Trustees of Indiana University.
* All rights reserved.
* Copyright (c) 1998-2001 University of Notre Dame.
* All
inftrees.c
#include "zutil.h"
#include "inftrees.h"
#if !defined(BUILDFIXED) && !defined(STDC)
# define BUILDFIXED
#endif
const char inflate_copyright[] =
" inflate 1.1.4 Copyright 1995-2002