代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/123453/14630152
txt bench_http.txt
HTTP client and server benchmark
This benchmark makes #TIMES# HTTP requests using the Kannel HTTP
client and server code, specifically, the test_http
c
www.eeworm.com/read/123453/14630687
txt bench_http.txt
HTTP client and server benchmark
This benchmark makes #TIMES# HTTP requests using the Kannel HTTP
client and server code, specifically, the test_http
c
www.eeworm.com/read/122600/14679990
readme
Batalla Naval version 0.60
--------------------------
Meta: Hacer un cliente para X con las librerias gtk ( a must ! ).
y luego incluir ese cliente como parte de gnome.
Riq
14/9/97
www.eeworm.com/read/119473/14829614
asm fcmp.asm
; FCMP.ASM- A file comparison program that demonstrates the use
; of the 80x86 string instructions.
.xlist
include stdlib.a
includelib stdlib.lib
.list
dseg segment para public 'd
www.eeworm.com/read/209946/15210919
~pas maxmin.~pas
unit MaxMin;
interface
uses main;
//type TMatrix = array of array of real;
//type svm_param_pointer = ^ svm_param;
function CreateParamObject: svm_param;cdecl;
function show_c(para
www.eeworm.com/read/209946/15210948
pas maxmin.pas
unit MaxMin;
interface
uses main;
//type TMatrix = array of array of real;
//type svm_param_pointer = ^ svm_param;
function CreateParamObject: svm_param;cdecl;
function show_c(para
www.eeworm.com/read/18335/784480
v scaleabl.v
// Creating a scaleable adder
module adder(cout, sum, a, b, cin);
parameter size = 1; /* declare a parameter. default required */
output cout;
output [size-1:0] sum; // sum uses the size para
www.eeworm.com/read/18335/784508
v adder.v
// Creating a scaleable adder
module adder(cout, sum, a, b, cin);
parameter size = 1; /* declare a parameter. default required */
output cout;
output [size-1:0] sum; // sum uses the size para
www.eeworm.com/read/491360/1191775
m qamdemod.m
% Program 3-24
% qamdemod.m
%
% Function to decode 16QAM modulation
%
% programmed by R.Funada and H.Harada
%
function [demodata]=qamdemod(idata,qdata,para,nd,ml)
%****************** varia
www.eeworm.com/read/459110/1574005
java ecnamedcurveparameterspec.java
package org.bouncycastle.jce.spec;
import java.math.BigInteger;
import org.bouncycastle.math.ec.ECCurve;
import org.bouncycastle.math.ec.ECPoint;
/**
* specification signifying that the curve para