代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/283305/9030706

java mypanel.java

import java.awt.event.*; import java.awt.*; import java.util.Date; public class MyPanel extends Panel {public MyPanel(Color bgcolor) {this.setBackground(bgcolor); for(int k=0;k
www.eeworm.com/read/283196/9036185

tk puzzle.tk

#!/usr/bin/wish -f # First we create the image. Then we configure the frame which will hold the pieces of # the image that will form the puzzle. This we pack with a little padding. set image [image
www.eeworm.com/read/185455/9037006

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/185455/9037123

m tfrview.m

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/185152/9054627

m estcdlt.m

function A=estCDLT(data) %DLT2D Direct linear transform for coplanar control points, which %calculates the initial camera position for nonlinear optimization. % %Usage: % A=estCDLT(data) % %where %
www.eeworm.com/read/282900/9054712

c tree.c

#include "Conio.h" #include "time.h" #include #include #include #include #include /**/ #defi
www.eeworm.com/read/184978/9062073

h chap6.h

#include #include #include #include const int N=10; class matrix { public: void initialize(int nn, int mm); //初始化 void input_
www.eeworm.com/read/282768/9064819

c 178.c

/* 路边吃数游戏 宫殿中找出几个数之和是7的数并把它们吃掉, 再走到7的位置就获胜了。 */ #define UP 0x4800 #define DOWN 0x5000 #define LEFT 0x4b00 #define RIGHT 0x4d00 #include #include #include int
www.eeworm.com/read/184920/9065834

m generate.m

function [Z MR ER]=Generate(M,E,NUM,L) %分解C C=CreateC(E); %生成N(0,1)分布的Y Y=zeros(NUM,L); for n=1:1:L/2 X1=rand([NUM,1]); X2=rand([NUM,1]); Y(:,2*n-1)=sqrt((-2)*log(X1)).*cos(2*pi*X2
www.eeworm.com/read/381814/9069639

cpp pabmin实验品.cpp

#include #include void main() { double a[16][5]={{1,1,100,0.2,200},{1,2,200,0.23,400},{1,3,400,0.25,600},{1,4,600,0.32,800},{2,1,180,0.17,300},{2,2,300,0.19,600},{2,3,600,0