代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/283953/8976200
java dataexa.java
import java.io.*;
import java.text.*;
public class DataExa{
public static void main(String[] args){
File file1,file2;
FileOutputStream outStream;
FileInputStream inStream;
DataInputStr
www.eeworm.com/read/426991/8987671
rpt ram.tan.rpt
Timing Analyzer report for ram
Tue May 13 17:47:06 2008
Version 5.1 Build 176 10/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
www.eeworm.com/read/426991/8987694
eqn ram.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/184553/9094384
java dataexa.java
import java.io.*;
import java.text.*;
public class DataExa{
public static void main(String[] args){
File file1,file2;
FileOutputStream outStream;
FileInputStream inStream;
DataInputStr
www.eeworm.com/read/182901/9186562
c multiswap.c
#include "MultiSwap.h"
static int mod232inv(int x)
{
int rval = x;
int i;
for (i = 0; i < 30; i++)
rval *= rval * x;
return rval;
}
void MultiSwapSetKey(MULTISWAPKEY * out,
www.eeworm.com/read/377227/9286944
java reader.java
import java.io.*;
/**该类为终结点的消息接受类
* 功能是不断等待从RemoteDev设备上发送过来的消息
*/
public class Reader implements Runnable
{
public EndPoint endpt;
private boolean done = false;
public Reader() {
www.eeworm.com/read/177025/9474150
c dft64.c
/*****************************************************************************/
/* FIle Name : dft64.c */
/* Description : WLAN OFDM DFT for De
www.eeworm.com/read/177025/9474184
c idft64.c
/*****************************************************************************/
/* FIle Name : idft64.c */
/* Description : WLAN OFDM IFFT for
www.eeworm.com/read/176857/9480998
2 8.4.2
GRAPH EQU 20H
TREE EQU 21H
QUEUE EQU 1FH
NODE EQU 30H
FG EQU 40H
POINT EQU 80H
LENGTH EQU 40H
D EQU 05H
F DATA 3CH
R DATA 3DH
N DATA 3E