代码搜索:流驱动
找到约 10,000 项符合「流驱动」的源代码
代码结果 10,000
www.eeworm.com/read/480189/6667623
java bytefile.java
//【例9.2】 使用文件字节输入输出流实现文件的输入输出操作。
import java.io.*;
public class ByteFile
{
private String filename; //文件名
public ByteFile(String filename)
www.eeworm.com/read/480011/6674864
cpp congsim.cpp
#include "stdio.h"
#include "iostream.h"
#include "fstream.h" //输入输出流
#include "stdlib.h"
#include "math.h"
#include "time.h"
#define mvnum 100 //最大顶点
www.eeworm.com/read/264889/11296447
cpp 8_4.cpp
#include
#include
using namespace std;
class PhoneNumber
{
//重载流插入操作符,如果需要使用cout
www.eeworm.com/read/264889/11296481
h minicomplex.h
#ifndef H_MiniComplex
#define H_MiniComplex
#include
using namespace std;
class MiniComplex
{public:
//重载流插入和提取运算符
friend ostream& operator
www.eeworm.com/read/259017/11826846
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/226401/14476828
java flowpktdistmetric.java
package com.ict.netcom2.metric;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
/**
* 流大小分布统计,按照包个数
* 32 bytes
*/
public class FlowPktDistMetric {
public static final int len
www.eeworm.com/read/226401/14476842
java flowbytedistmetric.java
package com.ict.netcom2.metric;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
/**
* 流大小分布统计,按照字节数
* 44 bytes
*/
public class FlowByteDistMetric {
public static final int
www.eeworm.com/read/225106/14555814
m interleaver.m
% function interleaving
% Nbpsc: input,比特/子载波
% Ncbps: input,比特/OFDM符号
% inbits:input,输入数据比特流
% interleaverout: output
function interleaverout=interleaver(Nbpsc,Ncbps,inbits)
N=Ncbps;
k=0:N-1;
www.eeworm.com/read/12662/246611
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/232020/4706061
java actiparticipant.java
package cn.com.iaspec.workflow.vo.db;
import java.io.*;
import cn.com.iaspec.workflow.*;
/**
*
* Title: 工作流引擎表ACTIPARTICIPANT vo
* Description:
* Copyright: Copyright