-
Form1.Designer
使用wpf写的 图片局部放大功能 图片局部放大功能(Wpf-Written Picture Local Enlargement Function Picture Local Enlargement Function)
- 2020-06-25 11:00:01下载
- 积分:1
-
通过把彩票每期的重奖号码保存在文件中,通过读取数据,对其进行分析及概率论的知识可以得出彩票中将号码分析图...
通过把彩票每期的重奖号码保存在文件中,通过读取数据,对其进行分析及概率论的知识可以得出彩票中将号码分析图-Through the lottery each重奖numbers stored in the document, by reading the data analysis and probability theory of knowledge can be drawn lottery numbers Lieutenant analysis
- 2022-04-01 06:06:48下载
- 积分:1
-
ram
代码实现了一个由32位寄存器组成的寄存器组,并有多个控制输入和两个输出,方便使用。(The code implements a 32-bit register consisting of registers, and there are multiple control inputs and two outputs, easy to use.)
- 2009-10-23 16:09:44下载
- 积分:1
-
APA
用MATLAB平台实现APA算法,仿射投影子带滤波器(Implementation of APA algorithm with MATLAB platform)
- 2017-07-11 16:47:47下载
- 积分:1
-
2010_micromouse
对电脑鼠的介绍以及阐述,从最简单到如梦,为介绍性材料(The introduction of the computer mouse and to describe, from the most simple to the dream, the introductory material)
- 2013-03-26 19:20:08下载
- 积分:1
-
JumpPointSearch-master
说明: 程序实现了带有预处理的挑点搜索算法,2014年提出算法。(The program realizes the point search algorithm with preprocessing, which was proposed in 2014.)
- 2020-12-06 15:49:28下载
- 积分: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
-
vm218
线性调频脉冲压缩的Matlab程序,合成孔径雷达(SAR)目标成像仿真,基于掌纹识别的在线身份验证 识别算法本科毕设。( LFM pulse compression of the Matlab program, Synthetic Aperture Radar (SAR) imaging simulation target, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity.)
- 2017-03-17 10:49:05下载
- 积分:1
-
HuaWei
华为演讲培训教程,是个不错的培训教材。欢迎大家学习。(Huawei speech training course, be a good training materials. Welcomed the U.S. study.)
- 2008-02-03 13:45:03下载
- 积分:1
-
220inverter
220V inverter,using SPWM to driver the supply power is 24V,and with protect about overvoltage,overcurrent
- 2022-10-11 05:15:02下载
- 积分:1