代码搜索:Num

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

代码结果 10,000
www.eeworm.com/read/452713/7434462

cpp xt7-9.cpp

#include using namespace std; #define NULL 0 struct student {long num; float score; student*next; }; int n; student *insert(student *head,student *stud) {studen
www.eeworm.com/read/452713/7434489

cpp xt6-14.cpp

#include using namespace std; int main() { void sort (char *p,int m); int i,n; char *p,num[20]; coutn; cout
www.eeworm.com/read/452713/7434495

cpp xt6-5.cpp

#include using namespace std; int main() {int i,k,m,n,num[50],*p; coutn; p=num; for (i=0;i
www.eeworm.com/read/452710/7434784

c,v doprnt.c,v

head 1.2; access; symbols; locks dls:1.2; strict; comment @ * @; 1.2 date 97.09.21.19.27.40; author dls; state Dist; branches; next 1.1; 1.1 date 94.05.05.04.25.32; author dls; state
www.eeworm.com/read/452710/7434823

c doprnt.c

/* doprnt.c - _doprnt, _prt10, _prtl10, _prt8, _prtl8, _prt16, _prtl16 */ #define MAXSTR 80 #define LOCAL static LOCAL _prt10(), _prtl10(), _prt8(), _prtl8(), _prt16(), _prtl16(), _prt2(), _p
www.eeworm.com/read/452695/7436418

c program12_03.c

/* Program 12.3 Messing about with formatted file I/O */ #include #include int main(void) { long num1 = 234567L; /* Input values... */
www.eeworm.com/read/452284/7442642

m fdfir2.m

% MATLAB m-file for approximation of fractional delay % MAIN PROGRAM FOR FIR DESIGN (fdfir2.m) % % Input: Design methods + parameters (all via keyboard) % Output: Magnitude response and
www.eeworm.com/read/452284/7442645

m fdap2.m

% MATLAB m-file for approximation of fractional delay % MAIN PROGRAM FOR ALLPASS DESIGN (fdap2.m) % % Input: Design methods + parameters (all via keyboard) % Output: Phase delay plots +
www.eeworm.com/read/452212/7445428

m myga.m

function [f,x]=myga(num,bounds,N,CP,P) %[f,x]=ga(num,bounds,fun,N,CP,P) %[f,x]=myga([],bounds,[],[],[]) %该遗传算法适用于: % 目标函数为求最大值,且解非负整数解 %bounds 边界约束 %Myfun 为目标函数 %num
www.eeworm.com/read/452207/7445755

m myga.m

function [f,x]=myga(num,bounds,N,CP,P) %[f,x]=ga(num,bounds,fun,N,CP,P) %[f,x]=myga([],bounds,[],[],[]) %该遗传算法适用于: % 目标函数为求最大值,且解非负整数解 %bounds 边界约束 %Myfun 为目标函数 %num