代码搜索:zero

找到约 10,000 项符合「zero」的源代码

代码结果 10,000
www.eeworm.com/read/488244/6499356

cs form2.cs

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Reflection; us
www.eeworm.com/read/486646/6537586

cmd hex.cmd

post.out -a -image -zero -memwidth 8 ROMS { FLASH: org = 0, len = 0x10000,romwidth = 8, files = {post.hex} }
www.eeworm.com/read/485902/6549003

m leqlzr.m

function w=leqlzr(h,L,delta,N,d,sigman2); % %This functin calculate the coefficient of a linear fractionally %tap-spaced equalizer. % % It has the following format: % % w=leqlzr(h,L,delta,N,d,
www.eeworm.com/read/484696/6572638

txt 人民币小写转化为大写.txt

/** * 人民币转成大写 * * @param value * @return String */ public static String hangeToBig(double value) { char[] hunit = { '拾', '佰', '仟' }; // 段内位置表示
www.eeworm.com/read/217231/6644386

asm c2_7_1.asm

.def start start: mvk 31,b0 ZERO A2 ZERO A3 MVKL 0FFFEH,A4 MVKLH 0FFFFH,A4 MVKL 2,A0 MVKL
www.eeworm.com/read/481272/6646955

h sam.h

/* * sam.h - known structures in the SAM hive of NT registry * * Copyright (c) 1997-2004 Petter Nordahl-Hagen. * Freely distributable in source or binary for noncommercial purposes, * but I allo
www.eeworm.com/read/479910/6683183

m fig8_05.m

% Fig. 8.5 Feedback Control of Dynamic Systems, 4e % Franklin, Powell, Emami % clear all; close all; th=0:.1:pi; Im=sin(th); Re=cos(th); figure(1) plot(Re,Im,'-',.5*Re,.5
www.eeworm.com/read/478955/6708558

txt 凸包(graham).txt

// CONVEX HULL I // modified by rr 不能去掉点集中重合的点 #include #define eps 1e-8 #define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/476406/6760757

f90 secant.f90

module NUMERICAL implicit none real, parameter :: zero=0.00001 ! 小于zero的值会被当成0 contains ! 割线法的函数 real function secant(a,b,f) implicit none real :: a,b ! 起始的两个猜值 real :: c ! 新的解
www.eeworm.com/read/410848/11267282

java jlab0701a.java

import java.io.*; public class JLab0701A{ public static void main(String[] args){ for(int i=0;i