代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/372971/9483875

pas qexport4odt.pas

unit QExport4ODT; {$I VerCtrl.inc} interface uses Classes, QExport4, QExport4IniFiles, BaseODFClass4 {$IFDEF WIN32} {$IFNDEF NOGUI}, Graphics{$ELSE}, QExport4Graphics{$ENDIF} {$END
www.eeworm.com/read/176730/9485970

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/372762/9494333

c dynamic.c

# include # include # define NUM 10 int main() { char *str[NUM]; /* 定义一个字符性的指针数组 */ int t; /* 为数组中的每个指针分配内存 */ for(t=0; t
www.eeworm.com/read/215110/9494360

m lblocoequa.m

%TE-MAP均衡 %copyright:flyingxiang function [Lec,saidaequa]=Lblocoequa(y,var) %得到均衡的输出和外部信息 S=4; %状态数 P=zeros(4,4,length(y)); oute=[-1.629
www.eeworm.com/read/372747/9494727

asv jianyan.asv

format long a1=str2num(get(edit2,'string')); a2=str2num(get(edit3,'string')); a3=str2num(get(edit4,'string')); a4=str2num(get(edit5,'string')); a5=strnum(get(edit6,'string')); a6=(a2-a1); a7=a4-a3; a8
www.eeworm.com/read/176315/9504707

cpp clustering.cpp

/////////////////////////////////////////////////////////////////////// // File Name: Clustering.cpp // File Function: 1. Maximun clustering algorithm // 2. LBG (k-Mean) clustering algorithm
www.eeworm.com/read/176315/9504889

cpp clustering.cpp

#include "stdafx.h" #include "Clustering.h" #include "stdio.h" #include "math.h" /****************************************************************************** /* Name: LBGCluster /* Functio
www.eeworm.com/read/372509/9505816

cpp 7_3.cpp

//7_3 #include const int num=17; void main() { int interval=3; int a[num]; for(int i=0; i
www.eeworm.com/read/372449/9510124

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/372156/9518844

c stu.c

/* file_name: init.c * author: wangtiezhen miuliang @ Xidian University * description: */ struct stu *inputstu(int num, int password,char name[], int age, char addr[]) ; int readstudent(void)