搜索资源列表
antenna
- 一个仿真天线的java程序,微波老师给的-a java code antenna
TilRRH
- 一个基于workbenche的,reta天线控制的例子,大型跨国公司的商用版本-the Reta control example based on the workbench
apacheant161
- java编程必需品 ant天线硬件接口,Ant是一种基于Java的build工具,编译打包工具。-java programming necessities ant antenna hardware interface, Ant is a Java-based build tool, compile packaging tools.
A3D
- 对称阵子天线的方向函数与方位角无关,及方向图是以振子轴线为基准的旋转对称图形,这-Symmetry time around antenna azimuth direction has nothing to do with the function, and the pattern is rotational symmetry axis vibrator graphics benchmark, which
CHATROOM
- 摘要:Java源码,网络相关,聊天程序 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。