代码搜索:流驱动
找到约 10,000 项符合「流驱动」的源代码
代码结果 10,000
www.eeworm.com/read/274718/10857014
cpp 8_4.cpp
#include
#include
using namespace std;
class PhoneNumber
{
//重载流插入操作符,如果需要使用cout
www.eeworm.com/read/274718/10857055
h minicomplex.h
#ifndef H_MiniComplex
#define H_MiniComplex
#include
using namespace std;
class MiniComplex
{public:
//重载流插入和提取运算符
friend ostream& operator
www.eeworm.com/read/456105/6963118
java e.java
package 输入输出流;
import java.awt.*;
import java.io.*;
import java.awt.event.*;
import java.util.*;
class EWindow extends Frame implements ActionListener,ItemListener
{
String str[]=new String[7]
www.eeworm.com/read/449189/7516938
java bytefile.java
//【例9.2】 使用文件字节输入输出流实现文件的输入输出操作。
import java.io.*;
public class ByteFile
{
private String filename; //文件名
public ByteFile(String filename)
www.eeworm.com/read/439539/7706493
tlh msado15.tlh
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (5ad1e104).
//
// d:\work\washing\changeskinversion\databasemonitor\releaseversion\实现工作流\release\msado15.tlh
//
// C++ source equiva
www.eeworm.com/read/316346/13524236
cpp scanner.cpp
#include "scanner.h"
#define TOKEN_LEN 100 //记号最大长度
unsigned int LineNo; //跟踪源文件行号
static FILE *InFile; //输入文件流
static char TokenBuffer[TOKEN_LEN]; //记号字符缓冲
//-
www.eeworm.com/read/311085/13635850
c batcharge.c
#include
#include "batCharge.h"
unsigned int AdcData[3] = {0};
// 恒流/恒压判别阶段
unsigned int const_volt = 0;
unsigned int timedelay = 0;
unsigne
www.eeworm.com/read/136571/5868321
c bitstream.c
/* 有关比特流的操作 */
/* Heavily modified since it is now only used to write bits to a buffer. */
#include
#include
#include
#include
#include "bitstre
www.eeworm.com/read/110972/6160857
c bitstream.c
/* 有关比特流的操作 */
/* Heavily modified since it is now only used to write bits to a buffer. */
#include
#include
#include
#include
#include "bitstre
www.eeworm.com/read/486629/6537059
c batcharge.c
#include
#include "batCharge.h"
unsigned int AdcData[3] = {0};
// 恒流/恒压判别阶段
unsigned int const_volt = 0;
unsigned int timedelay = 0;
unsigne