代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/473450/6842949
java ip_input.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
public class IP_Input extends JDialog implements ActionListener
{
private JTextField text;
private JLa
www.eeworm.com/read/473450/6842956
class ip_input.class
www.eeworm.com/read/471133/6897921
txt ip规则修改.txt
在互联网上与人(或网站)通讯的时候,必须使用统一的协议——TCP/<mark>IP</mark>,基本上Internet的所有服务都是基于TCP/<mark>IP</mark>的,如HTTP、FTP等。TCP/<mark>IP</mark>将数据进出计算机的通道定义为“端口”,电脑上的端口号是0~65535(256×256个),不同的网络方式会使用不同的端口,例如:收邮件时是利用的110号端口;而发邮件则是用的25号端口;上网则是通过139端口。当然黑客也是从端口攻入你的系 ...
www.eeworm.com/read/195369/8161425
gif gaobei_ip.gif
www.eeworm.com/read/195232/8167851
c ip_acl.c
/*
** Copyright (c) 2002 Hughes Technologies Pty Ltd. All rights
** reserved.
**
** Terms under which this software may be used or copied are
** provided in the specific license associated with thi
www.eeworm.com/read/194049/8199899
v a86_ip.v
// http://gforge.openchip.org/projects/a86
`include "timescale.v"
`include "a86_defines.v"
module a86_ip(
rst,clk,
take_jmp,
stall_ip,
din,
ip,ip_next,
icode
);
input rst;
www.eeworm.com/read/193585/8216143