-
IEEE802.11
该书籍详细介绍了802.11底层协议的相关算法机制,能够为802.11的底层协议改造提供最基础的技术支持。(The book details the underlying 802.11 protocol mechanisms related algorithms that can transform the underlying protocol for the 802.11-based technology to provide the best support.)
- 2011-01-06 15:06:14下载
- 积分:1
-
radar detect
雷达目标提取 杂波模型仿真 雷达改善因子计算(radar target detection, radar clutter simulation,radar SCR)
- 2018-06-17 19:08:58下载
- 积分:1
-
Java自定义鼠标光标
super("自定义光标"); //调用父类构造函数
int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组
Container container=getContentPane(); //得到容器
container.setLayout(new FlowLayout()); //设置容器布局管理器
for (int i=0;i JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象
jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标
container.add(jta); //增加组件到容器上
}
Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象
Image image=toolkit.getImage("cursor.gif"); //得到图像
Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象
JTextArea jta=new JTextArea(3,6); //实例化文本框
jta.setCursor(customCursor); //设置文本框光标
container.add(jta); //增加组件
setSize(300,160); //设置窗口大小
setVisible(true); //窗口可视
- 2022-03-06 15:35:47下载
- 积分:1
-
TS流同步模块,对于输入的TS流信号提取同步头。
TS流同步模块,对于输入的TS流信号提取同步头。-TS Stream Synchronization Module
- 2022-11-29 04:30:04下载
- 积分:1
-
用matlab编写的雷达系统信号仿真程序,包含雷达个部分的仿真程序...
用matlab编写的雷达系统信号仿真程序,包含雷达个部分的仿真程序
- 2023-07-29 03:05:03下载
- 积分:1
-
10399903
说明: 采用PQ,VF控制策略,包括风机、光伏等设备参与(Using PQ, VF control strategy, including fan, photovoltaic equipment participation)
- 2019-01-14 22:28:41下载
- 积分:1
-
Snake
贪吃蛇的小游戏,蛇身由可扩容数组组成,并且可以穿墙(简单实现 可穿墙的贪吃蛇小游戏)
- 2013-10-15 00:15:16下载
- 积分:1
-
structural dynamics
使用newmark-β方法求解单/多自由度结构的振动响应(The vibration response of a single-degree-of-freedom/multi-degree-of-freedom structure is solved by using the newmark- mode method)
- 2018-05-31 16:45:54下载
- 积分:1
-
asy_generator_load
本例题是在MATLAB环境下搭建的异步电机的发电状态,带有负载。(The sample questions are in the MATLAB environment to build the induction motor of the power generation state, with the load.)
- 2009-02-16 10:20:36下载
- 积分:1
-
lab kmin
rgb2lab空间,然后提取各颜色分量,用k值分割,很好的达到了区分效果。(The rgb2lab space is then extracted from each color component and segmented by K value.)
- 2018-08-19 09:47:25下载
- 积分:1