代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/373369/9460674
java randomwords.java
//: interfaces/RandomWords.java
// Implementing an interface to conform to a method.
import java.nio.*;
import java.util.*;
public class RandomWords implements Readable {
private static Rando
www.eeworm.com/read/175308/9552725
ex-21-04
// Example 21-04: Implementing a binary read and write to a file
namespace Programming_CSharp
{
using System;
using System.IO;
class Tester
{
const int SizeBuff = 1024;
www.eeworm.com/read/175308/9552737
ex-21-09
// Example 21-09: Implementing a network streaming client
using System;
using System.Net.Sockets;
public class Client
{
static public void Main( string[] Args )
{
// cre
www.eeworm.com/read/170174/9815597
m cp0202_transmitter_2pam_ds.m
%
% FUNCTION 2.9 : "cp0202_transmitter_2PAM_DS"
%
% Simulation of a UWB transmitter implementing 2PAM with DS
%
% Transmitted power is fixed to 'Pow'
% The signal is sampled with frequency 'fc'
www.eeworm.com/read/169058/9883377
java randomwords.java
//: interfaces/RandomWords.java
// Implementing an interface to conform to a method.
import java.nio.*;
import java.util.*;
public class RandomWords implements Readable {
private static Rando
www.eeworm.com/read/363804/9935697
m cp0201_transmitter_2ppm_th.m
%
% FUNCTION 2.6 : "cp0201_transmitter_2PPM_TH"
%
% Simulation of a UWB transmitter implementing 2PPM with TH
%
% Transmitted Power is fixed to 'Pow'.
% The signal is sampled with frequency 'fc'
www.eeworm.com/read/360810/10076847
c zlib.c
/*
* This file is derived from various .h and .c files from the zlib-1.0.4
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate
www.eeworm.com/read/359237/10160225
m cp0201_transmitter_2ppm_th.m
%
% FUNCTION 2.6 : "cp0201_transmitter_2PPM_TH"
%
% Simulation of a UWB transmitter implementing 2PPM with TH
%
% Transmitted Power is fixed to 'Pow'
% The signal is sampled with frequency 'fc'
www.eeworm.com/read/358952/10174694
tcl choice.tcl
# CHOICE.TCL - Setup procedures for implementing installation-choice wizard
# page
#
# Copyright 1999-2003 Wind River Systems, Inc
#
# modification history
# --------------------
# 03h,2
www.eeworm.com/read/358952/10174699
tcl licagree.tcl
# LICAGREE.TCL - Setup procedures for implementing license-agreement
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 02o,17m