代码搜索:Router
找到约 3,184 项符合「Router」的源代码
代码结果 3,184
www.eeworm.com/read/140754/13062998
c router.c
/*
* Copyright (C) 1998 WIDE Project.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following cond
www.eeworm.com/read/241646/13127487
h router.h
//----------------------------------------------------//
//-------Institute Of Computing Technology-----------//
//------------Chinese Academic Science---------------//
//-----中国科学院计算技术研究所先进测试技术实
www.eeworm.com/read/241646/13127559
lst router.lst
1 .file "router.c"
2 .arch atmega128
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
www.eeworm.com/read/241646/13127677
c router.c
//----------------------------------------------------//
//-------Institute Of Computing Technology-----------//
//------------Chinese Academic Science---------------//
//-----中国科学院计算技术研究所先进测试技术实
www.eeworm.com/read/241646/13127689
o router.o
www.eeworm.com/read/139621/13146985
bmp router.bmp
www.eeworm.com/read/138433/13236321
m router.m
%配合floyd算法的后续程序,s为源点,t为宿点
%L为长度,R为路由
function [L,R]=router(D,path,s,t)
L=zeros(0,0);
R=s;
while 1
if s==t
L=fliplr(L);
L=[0,L];
return
end
L=[L,D(s,t)];
www.eeworm.com/read/315010/13554058
java router.java
package CLIPSJNI;
public class Router
{
private String theName;
private int thePriority;
private boolean ungotten;
private int lastChar;
/***********/
/* Router: */
www.eeworm.com/read/315010/13554168
h router.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/315010/13554381
c router.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*