代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/173725/9638116
h link.h
#ifndef _LINK_H
#define _LINK_H
#define SDB_LINK 110000
#define LINK_DATA_BUF_LEN 4 /* must be multiple of 4 */
typedef struct tagLinkBufStruct
{
struct tagLinkBufStruct *Next;
www.eeworm.com/read/368183/9707757
h integer.h
#ifndef CRYPTOPP_INTEGER_H
#define CRYPTOPP_INTEGER_H
#include "cryptlib.h"
#include "misc.h"
#include
NAMESPACE_BEGIN(CryptoPP)
/// multiple precision integer and basic arithme
www.eeworm.com/read/172143/9723425
h integer.h
#ifndef CRYPTOPP_INTEGER_H
#define CRYPTOPP_INTEGER_H
#include "cryptlib.h"
#include "misc.h"
#include
NAMESPACE_BEGIN(CryptoPP)
/// multiple precision integer and basic arithme
www.eeworm.com/read/266796/11212365
m wigb.m
function wigb (a,scal,x,z,amx)
%WIGB: Plot seismic data using wiggles
%
% WIGB(a,scal,x,z,amx)
%
% IN a: seismic data
% scale: multiple data by scale
% x: x-axis;
% z: verti
www.eeworm.com/read/266154/11238575
js multifile.js
/**
* Convert a single file-input element into a 'multiple' input list
*
* Usage:
*
* 1. Create a file input element (no name)
* eg.
*
* 2.
www.eeworm.com/read/147311/12567390
html multiflags.html
Compiling a Pattern with Multiple Flags
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12569431
html mult.html
Enabling Multiple Selections in a JFileChooser Dialog
(Java Developers Almanac Example)
www.eeworm.com/read/146635/12629674
h integer.h
#ifndef CRYPTOPP_INTEGER_H
#define CRYPTOPP_INTEGER_H
#include "cryptlib.h"
#include "misc.h"
#include
NAMESPACE_BEGIN(CryptoPP)
/// multiple precision integer and basic arithme
www.eeworm.com/read/300850/13888792
lnd ul_drv.lnd
-OUT:UL_DRV.SYS
-OPT:REF
-INCREMENTAL:NO
-FORCE:MULTIPLE
-RELEASE
-FULLBUILD
-IGNORE:4001,4037,4039,4065,4070,4078,4087,4089,4096
-NODEFAULTLIB
-DEBUG:notmapped,FULL
-DEBUGTYPE:both
www.eeworm.com/read/135836/13894842
c example1.c
/*
* File: example1.c
*
* uC/OS Real-time multitasking kernel for the ARM processor.
*
* Simple example of using multiple tasks and mailboxes.
*
* Created by Marco Graziano (marcog@crl.c