代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/483187/6611079
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/483189/6611101
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/481966/6633758
cpp 1926.cpp
/* This Code is Submitted by wywcgs for Problem 1926 on 2005-12-21 at 02:32:08 */
#include
#include
const int MAX = 384;
const int N_MAX = 1024;
class HugeInt {
private:
www.eeworm.com/read/479910/6683211
m fig3_35.m
% Figure 3.35 Feedback Control of Dynamic Systems, 4e
% Franklin, Powell, Emami
%
% Example 3.26
clf;
u=-1; % magnitude of impulsive elevator input (Deg)
nu
www.eeworm.com/read/479342/6691852
asm huiwen2.asm
datarea segment ;define datarea segment
array db 40 dup(?) ;define the array's max length is 40
out1 db " yes!$" ;when the string is huiwen,out yes
o
www.eeworm.com/read/408498/11385242
inf clear.inf
;******************************************
; TMS320F240 RS232 Flash Programmer 2.0b
; (C) Copyright 1996 Texas Instruments
;******************************************
;-------------------------
www.eeworm.com/read/408498/11385316
inf erase.inf
;******************************************
; TMS320F240 RS232 Flash Programmer 2.0b
; (C) Copyright 1996 Texas Instruments
;******************************************
;-------------------------
www.eeworm.com/read/408235/11401184
scm tak.scm
;;;; tak.scm
(define (tak x y z)
(if (not (< y x))
z
(tak (tak (- x 1) y z)
(tak (- y 1) z x)
(tak (- z 1) x y) ) ) )
(time (do ((i 100 (- i 1))) ((zero? i)) (tak 18 12 6)))
www.eeworm.com/read/404684/11480192
cpp vander.cpp
void vander(double x[], double w[], double q[], int n)
{
const int nmax = 100;
double zero = 0.0;
double one = 1.0;
double c[100];
int i,j,k,k1;
double xx,t,b,s;
if (n ==
www.eeworm.com/read/404684/11480340
cpp laguer.cpp
void value(double x1[3],double dx[3],double gm[3],double gp[3],
double sq[3],double g2[3],double h[3],double f[3],
double d[3],double b[3],double zero[3])
{
int i;
for(i=1;i