代码搜索:Multiple

找到约 9,501 项符合「Multiple」的源代码

代码结果 9,501
www.eeworm.com/read/101082/6248050

4 nbuf.4

.\" SCCSID: @(#)nbuf.4 8.1 9/11/90 .TH nbuf 4 .SH Name nbuf \- select multiple-buffer operation to a raw device .SH Syntax .nf .ft B #include .PP .nf .ft B ioctl(d, FIONBUF, count) int d
www.eeworm.com/read/407481/11418116

m cdma_modulation_demodulation.m

function cdmamodem(user1,user2,snr_in_dbs) % >>>multiple access b/w 2 users using DS CDMA % >>>format is : cdmamodem(user1,user2,snr_in_dbs) % >>>user1 and user2 are vectors and they should be of e
www.eeworm.com/read/403922/11501155

html function.iconv-mime-decode-headers.html

Decodes multiple MIME header fields at once
www.eeworm.com/read/403922/11501229

html book.gmp.html

GNU Multiple Precision
www.eeworm.com/read/403922/11502853

html function.array-multisort.html

Sort multiple or multi-dimensional arrays
www.eeworm.com/read/158531/11603444

pas p2000_3.pas

program p2000_3(input,output);{乘积最大 the max multiple} const maxn=40;maxk=6; type arr=array[1..50] of integer; arr1=array[1..maxn,0..maxk,1..50] of integer; var f:arr1; s:string; a:a
www.eeworm.com/read/158531/11603457

pas t2000_2.pas

program p2000_3(input,output);{乘积最大 the max multiple} const maxn=40;maxk=6; type arr=array[1..50] of integer; arr1=array[1..maxn,0..maxk,1..50] of integer; var f:arr1; s:string; a:a
www.eeworm.com/read/154760/11928572

m lcm1.m

function [h,g] = lcm1(y,x) % LCM1 Least Common Multiple % % H = LCM1(X) returns the LCM of elements of X which must be integers. % [H,G] = LCM1(X,Y) returns the LCM H/G of rational fra
www.eeworm.com/read/256481/11997032

cpp chapter4-21.cpp

//【实例4-21:利用指针技术对容器进行赋值操作实例】 #include "stl.h" #include using namespace std; // Let's say you want to put pointers to X into multiple STLcontainers. class X { public: X(int i)
www.eeworm.com/read/128466/14296021

cpp chapter4-21.cpp

//【实例4-21:利用指针技术对容器进行赋值操作实例】 #include "stl.h" #include using namespace std; // Let's say you want to put pointers to X into multiple STLcontainers. class X { public: X(int i)