代码搜索:highspeed
找到约 101 项符合「highspeed」的源代码
代码结果 101
www.eeworm.com/read/348936/10859626
doc highspeed-data.doc
www.eeworm.com/read/325606/13194424
caj usb-highspeed.caj
www.eeworm.com/read/316872/3606429
c tcp_highspeed.c
/*
* Sally Floyd's High Speed TCP (RFC 3649) congestion control
*
* See http://www.icir.org/floyd/hstcp.html
*
* John Heffner
*/
#include
#include
www.eeworm.com/read/453297/7422842
c f300_highspeed_bc.c
//-----------------------------------------------------------------------------
//
// Copyright 2003 Cygnal Integrated Products, Inc.
//
// Filename: F300_HighSpeed_BC.c
// Target Device:
www.eeworm.com/read/487013/6522219
dll highspeed 24bit daqcard.dll
www.eeworm.com/read/401765/11549826
dll highspeed 24bit daqcard.dll
www.eeworm.com/read/154607/11943338
h i2c.h
#ifndef _I2C_H_
#define _I2C_H_
#ifdef __cplusplus
extern "C" {
#endif
typedef struct _IICPARAM {
BYTE chipAddr;
BYTE regAddr;
BYTE readOrWrite; //0x1:read,0x10:write
BYTE count; //n
www.eeworm.com/read/152843/5661428
kconfig
config DVB_CINERGYT2
tristate "Terratec CinergyT2/qanu USB2 DVB-T receiver"
depends on DVB_CORE && USB
help
Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers
Say Y if you own s
www.eeworm.com/read/197686/7976154
c tcp_friendliness.c
#include
#include
double get_one_number(char *key, char *filename)
{
FILE *file;
double result;
char line[1024];
result = 0;
file = fopen(filename, "rt");
if