代码搜索:流驱动
找到约 10,000 项符合「流驱动」的源代码
代码结果 10,000
www.eeworm.com/read/485697/6556633
java response.java
import java.io.*;
/*用户响应类*/
public final class Response {
private OutputStream out;
/**
* 构造器
* 参数是服务器与用户端建立的输出流
*/
public Response(OutputStream out) {
this.out = out;
}
www.eeworm.com/read/485697/6556639
java response.java
import java.io.*;
/*用户响应类*/
public final class Response {
private OutputStream out;
/**
* 构造器
* 参数是服务器与用户端建立的输出流
*/
public Response(OutputStream out) {
this.out = out;
}
www.eeworm.com/read/345167/11834711
cpp integraltrapeziaselfadapt.cpp
//IntegralTrapeziaSelfAdapt.cpp
//自适应梯形法求积
#include //输入输出流头文件
#include "Integral.h" //积分头文件
using namespace std; //名字空间
void main(void)
{
double eps = FLOATERROR, a(-1),
www.eeworm.com/read/153493/12030437
cpp cserial.cpp
#include "CSerial.h" // 串口类头文件
/****************************************
* 构造函数填充串口基本信息
* 默认是波特率为9600, 8N1, ttyS0, 软件流控
****************************************/
CSerial::CSerial(int baud
www.eeworm.com/read/341493/12081917
h mychar.h
//Mychar.h file define all chars index.
#ifndef _MYCHAR_H
#define _MYCHAR_H
typedef unsigned int WORD;
extern const WORD encoding_00[]; //直
extern const WORD encoding_01[]; //流
extern
www.eeworm.com/read/122981/14654093
txt 说明.txt
第八日.net 留言板
这是个很简单的留言板,使用语言为c#和asp.net。
作者:流
QQ:48161335
Email:yechen777@163.com
www.eeworm.com/read/120983/14777536
cs echoclienttcp.cs
using System;
using System.IO;
using System.Text;
using System.Net;
using System.Net.Sockets;
class EchoClientTcp
{
public static void Main(String[] args)
{
//声明欲放置网络传输流对象的变量
www.eeworm.com/read/15681/534123
c verify.c
/* verify.c
*
* 比特流验证程序
*
*
*/
#ifdef VERIFY
#include
#include
#include
#include
#include /* needed for ceil() */
#include "config.h"
#in
www.eeworm.com/read/251805/4417942
c verify.c
/* verify.c
*
* 比特流验证程序
*
*
*/
#ifdef VERIFY
#include
#include
#include
#include
#include /* needed for ceil() */
#include "config.h"
#in