代码搜索:Netcom
找到约 598 项符合「Netcom」的源代码
代码结果 598
www.eeworm.com/read/187192/8845031
c 8019as.c
#include "8019as.h"
#include "netcom.h"
#include "net_fun.h"
#include "app.h"
#include "sys.h"
long time = 0;
u16_t AppDataLen = 0; //word count
u16_t SendDataLen = 0; //word count
u16_t S
www.eeworm.com/read/226401/14476946
java cardtype.java
package com.ict.netcom2.hardware;
public class CardType {
public static final int NetPro3000A = 0xe0;
public static final int NetPro3000E = 0xe1;
public static final int NetPro100 = 0xe2;
www.eeworm.com/read/366034/2893910
map emacs2.map
#Originally From stig@netcom.com Mon Feb 21 22:05:14 1994
# (now stig@hackvan.com)
#
#Modified by rafael@cse.ucsc.edu, Jochen Hein, aeb
#
keymaps 0-2,4-6,8-9,12
alt_is_meta
include "qwerty-layout"
inc
www.eeworm.com/read/100615/15868723
cpp jni_sms.cpp
/*
JNI 封装联通SMS短信API的java接口,只封装了个别函数供测试用
by Paladin, netcom@163.net, http://www.programsalon.com
*/
#include
#include
#include
#include
#inclu
www.eeworm.com/read/187617/8616622
83829
Newsgroups: talk.religion.misc
Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!howland.reston.ans.net!bogus.sura.net!news-feed-1.peachnet.edu!umn.edu!csus.edu!netcom.com!bskendig
Fro
www.eeworm.com/read/344232/11898656
lnp ethernet.lnp
"uip_arch.obj",
"etherdev.obj",
"main.obj",
"uip.obj",
"uip_arp.obj",
"STC89C58RD+ FLASH-ISP-IAP.obj",
"netcom.obj",
"modbus.obj",
"Startup.obj"
TO "Ethernet"
RAMSIZE(256)
CODE( 0X0000-0
www.eeworm.com/read/226401/14476835
java metricunit.java
package com.ict.netcom2.metric;
import java.nio.*;
/**
* 指标值单位,包括出入境字节数和数据包数,很多指标都包括这四个值
* 24 bytes
*/
public class MetricUnit {
public static final int length = 24;
public l
www.eeworm.com/read/226401/14476822
java newappmetric.java
package com.ict.netcom2.metric;
import java.nio.ByteBuffer;
/**
* 20060414 guangxing & pengda --begin
* From Angela
* 增加了新的应用层指标,主要关注到可以识别常见的P2P文件共享应用以及流媒体应用啦
* 定义应用层协议统计结果存储类型
* 2