-
基于行驶车速的车辆防撞时间预警算法_刘庆华
多种工况的碰撞预警算法文献,分为直线碰撞与侧面碰撞,不错的文献,一起学习(V2X collsion worming)
- 2021-04-02 20:09:06下载
- 积分:1
-
HTML5 圆形3D按钮代码
HTML5 圆形3D按钮代码,本按钮支持鼠标各个状态的变化,比如悬停、单击、单击之后的各个状态变化,圆形带阴影的按钮,清新风格,基于CSS3代码美化,运行于手机端或HTML5浏览器中,在电脑端测试请使用火狐、Chrome或Opera等浏览器。
- 2022-07-02 22:04:41下载
- 积分:1
-
1 (7)
一款实用的echarts基于html5 canvas中国地图省市地区介绍代码,鼠标悬浮地图省份区域时,悬浮提示方式显示自定义该区域文字内容介绍效果。(A practical echarts based on the HTML5 canvas map of China and cities and regions to introduce the code. When the mouse suspends the province area, the suspension prompts display the effect of the definition of the text content of the region.)
- 2018-08-04 20:15:47下载
- 积分:1
-
10MS/s USB
10MS/s USB-2.0 ("high speed") oscilloscope with two 8 bit sampling inputs
- 2022-05-22 18:32:51下载
- 积分:1
-
ActiveMQ.part06
ActiveMQ服务,简单直接启动即可,方便测试,第六部分(ActiveMQ service, simple and direct start, easy to test, Part 6)
- 2020-06-17 09:40:01下载
- 积分:1
-
黑白棋的源代码,解压后打开运行,按上下左右键移动棋子,按enter键确定。...
黑白棋的源代码,解压后打开运行,按上下左右键移动棋子,按enter键确定。-Riversi the source code, open the run after decompression, according to a pawn up and down keys to move around, press enter key to determine.
- 2023-02-19 04:15:03下载
- 积分:1
-
字符编码简介:ASCII,Unicode,UTF
字符编码简介:ASCII,Unicode,UTF-8,GB2312 -About character encoding: ASCII, Unicode, UTF-8, GB2312
- 2022-01-31 15:55:38下载
- 积分: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
-
KF
说明: 卡尔曼滤波 程序 实现惯性导航初始对准 可以仿真东向北向天向失准角(Initial alignment of inertial navigation based on Kalman filter)
- 2019-04-22 23:05:20下载
- 积分:1
-
blinkled
说明: AT80S52 blink led example
- 2020-06-21 01:20:08下载
- 积分:1