-
Robert边缘检测
边缘检测的Robert算子Python实现,一个是带噪声,一个是不带噪声的代码(Implementation of Edge Detection)
- 2019-04-15 10:26:48下载
- 积分:1
-
利用Kaveh法估计ARMA过程功率谱,只需计算AR系数,简化过程。
利用Kaveh法估计ARMA过程功率谱,只需计算AR系数,简化过程。-Kaveh estimation using ARMA process of the power spectrum, simply calculating AR coefficients, to simplify the process.
- 2022-10-27 03:25:04下载
- 积分:1
-
Train_8
数据段中binb存放一个16位二进制无符号数,将其化成压缩BCD码,存于bcdu单元中(in data segment, binary unsigned data, convert the data in to BCD formate)
- 2013-08-27 21:35:39下载
- 积分: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
-
通达信公式教程,详细的函数说明,这种资料网上很难找到。...
通达信公式教程,详细的函数说明,这种资料网上很难找到。-Letter to the formula accessible tutorial detail function description, such information is difficult to find online.
- 2022-05-28 03:07:55下载
- 积分:1
-
动jquery选项卡代码
列表滚动jquery选项卡代码是一款带左右箭头的选项卡滑动切换代码(List scrolling jQuery tab code is a tab sliding switch code with left and right arrows)
- 2019-03-13 17:01:20下载
- 积分:1
-
手机游戏,E680G的手机游戏,很好玩的哦,
手机游戏,E680G的手机游戏,很好玩的哦,-phone games, E680G mobile phone game, is a lot of fun, um,
- 2022-12-12 22:05:04下载
- 积分:1
-
frmGoodsIn.Designer
说明: 基于C#的温湿度实时曲线显示,利用chart控件。(Real-time temperature and humidity curve display based on C # and chart control.)
- 2020-06-25 06:40:02下载
- 积分:1
-
一级二级计量管理系统
说明: 计量称自动采集,数据分析统计,数据库查询等(Automatic acquisition and data recording of measuring scale)
- 2020-06-23 08:20:02下载
- 积分:1
-
下载资源,以及从互联网上下载,临时紧急…
我比较着急下载资源,这个也是从网上下载的,暂时应急,以后一定将自己写的源码发送上来,是个比较简单的坦克大战,可以学习游戏的简单开发。-download resources, as well as downloaded from the Internet, temporary emergency, I must write their own source of this, was a relatively simple Tankedaizhan. can learn a simple game development.
- 2023-05-01 06:00:03下载
- 积分:1