代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/298234/7970144

java file.java

/* * File.java * * Created on 2007年7月3日, 下午9:51 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package datacompress; /** *
www.eeworm.com/read/298234/7970151

java huffmancoding.java

/* * NewClass.java * * Created on 2007年7月5日, 下午5:57 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package datacompress; /**
www.eeworm.com/read/197676/7979145

c msp430x42x0_sd16a_03.c

//***************************************************************************** // MSP430x42x0 Demo - SD16_A, Continuous Conversion on a Single Channel // // Description: This program uses the S
www.eeworm.com/read/197671/7979918

c 15rkey0.c

#define HEAPSORT struct student #define KEY score HEAPSORT { int num; char name[8]; char sex; int age; double score; }; #include "stdio.h" #includ
www.eeworm.com/read/197671/7979966

c 15hkey0.c

#define HEAPSORT struct student #define KEY name HEAPSORT { int num; char name[8]; char sex; int age; double score; }; #include "stdio.h" #include
www.eeworm.com/read/197671/7979997

c 15ikey0.c

#define HEAPSORT struct student #define KEY age HEAPSORT { int num; char name[8]; char sex; int age; double score; }; #include "stdio.h" #include
www.eeworm.com/read/297900/7986118

m sgrpdlay.m

function [gd,fnorm]=sgrpdlay(x,fnorm); %SGRPDLAY Group delay estimation of a signal. % [GD,FNORM]=SGRPDLAY(X,FNORM) estimates the group delay of % signal X at the normalized frequency(ies) FNORM. % %
www.eeworm.com/read/297900/7986135

org tfrview.org

function tfrview(tfr,sig,t,method,param,p1,p2,p3,p4,p5); %TFRVIEW Visualization of time-frequency representations. % TFRVIEW(TFR,SIG,T,METHOD,PARAM,P1,P2,P3,P4,P5) % allows to visualize
www.eeworm.com/read/297900/7986232

m tfrview.m

function tfrview(tfr,sig,t,method,param,map,p1,p2,p3,p4,p5); %TFRVIEW Visualization of time-frequency representations. % TFRVIEW(TFR,SIG,T,METHOD,PARAM,MAP,P1,P2,P3,P4,P5) % allows to visualize a tim
www.eeworm.com/read/398389/7990854

txt jacobi迭代.txt

 假设有如下方程组:   Ax=b   用Jacobi迭代法求解方程组的解   方法:将A分裂为A=D-L-U,等价的迭代方程组为x=Bx+f。   -----------------------------------------------   #include   #include   #include   d