代码搜索:Generating

找到约 2,801 项符合「Generating」的源代码

代码结果 2,801
www.eeworm.com/read/350854/3114785

java pdugenerator.java

package org.ajwcc.pduUtils.gsm3040; import java.io.*; import java.util.*; import org.ajwcc.pduUtils.gsm3040.ie.*; //PduUtils Library - A Java library for generating GSM 3040 Protocol Data Un
www.eeworm.com/read/473001/6853701

h gamma.h

/* * Gamma distribution * * Source: Ahrens, J.H. and Dieter, U., Generating Gamma variates * by a modified rejection technique. Comm. ACM, 25,1 (Jan. 1982) * pp. 47-54. * * This code h
www.eeworm.com/read/172423/9708788

c demo.c

// DEMO.C : demonstrates implemented features #pragma chip PIC18C242 // select device // OTHER SAMPLE CODE: // demo-ins.c : generating single instructions using C code // demo-mat.c : integer
www.eeworm.com/read/235248/14079892

cpp html.cpp

// C++ By Example, Chapter 9 // Generating XML/HTML, etc #include "xml.h" using namespace std; Tag bold("BOLD"); Tag italic("ITALIC"); Tag link_tag("A"); Tag para("P"); Tag head_tag("");
www.eeworm.com/read/235248/14079903

h attrib.h

// C++ By Example, Chapter 9 // Generating XML/HTML #ifndef __ATTRIB_H #define __ATTRIB_H #include #include //using std::string; using namespace std; string int2str(int i);
www.eeworm.com/read/351829/10604703

quiltrc quilt.quiltrc

# Example /etc/quilt.quiltrc # Options passed to GNU diff when generating patches QUILT_DIFF_OPTS="--show-c-function" # Options passed to GNU patch when applying patches #QUILT_PATCH_OPTS="--ignore-w
www.eeworm.com/read/417024/11006699

m derivsecgsyn.m

function dxdt = derivsecgsyn(t,x,flag,rr,sfint,ti,ai,bi) % dxdt = derivsecgsyn(t,x,flag,rr,sampfreq,ti,ai,bi) % ODE file for generating the synthetic ECG % This file provides dxdt = F(t,x) taking inpu
www.eeworm.com/read/452695/7436369

c program11_09.c

/* Program 11.9 Generating a bar chart */ #include #include #include #include #define PAGE_HEIGHT 20 #define PAGE_WIDTH 40 typedef struct barT
www.eeworm.com/read/197263/8008383

m experiment5_2.m

%Experiment 5, CSBOOK: haykin % digital phase lock loop, S-curve % No noise clear all % phase shift theta=-0.1; % Generating QPSK signals no_of_bits=400; b=round(rand(no_of_bits,1)); bits=2*b-
www.eeworm.com/read/147142/5733453

run

#! /bin/bash echo Generating dataset ../Generator -ds 1000 -sl 100 > d awk '{if ($2 != 2) print $0}' < d > data awk '{if ($2 == 2 && $3 >= 100) print $0}' < d > queries rm -rf d echo Creating new TP