-
这是一个nust人脸数据库,对做模式识别的人来说非常有用的库....
这是一个nust人脸数据库,对做模式识别的人来说非常有用的库.-This is a nust face databases, pattern recognition on people who make very useful library.
- 2022-03-18 15:31:14下载
- 积分:1
-
waveform is to introduce the transverse process
是介绍横波形的程序-waveform is to introduce the transverse process
- 2023-06-09 21:55:02下载
- 积分:1
-
Speech and Language Processing.pdf
说明: Speech and Language Processing.pdf
- 2020-06-24 16:20:02下载
- 积分:1
-
数组
说明: 数组数据类型的相关指令和知识点以及相关的面试题(Relevant instructions and knowledge points of array data types and related interview questions)
- 2020-06-23 06:00:02下载
- 积分:1
-
dailymanager
说明: 学生、办公室人员可以安排计划,用于弹窗提醒。
个人桌面版,Windows平台,C#桌面程序(Students and office staff can arrange plans for pop-up reminders.
This is a personal desktop version, windows platform, C# desktop program)
- 2019-12-23 15:54:15下载
- 积分:1
-
多无人机协同决策与控制仿真平台
为了提高车辆编队控制效果,本文在领航跟随者方法的基础上,针对系统内参数的不确定性和外界干扰问题,将自适应和鲁棒控制方法应用于车辆编队,并依据图论相关知识确定了编队层数最少的编队队形组织规则。(In order to improve the effectiveness of vehicle formation control, this paper applies adaptive and robust control methods to vehicle formation based on the pilot follower method, aiming at the uncertainties of parameters in the system and external disturbances, and determines the formation formation organization rules with the least number of formation layers according to graph theory.)
- 2021-01-27 16:18:37下载
- 积分:1
-
IMM-PDA
adjacent regions and connected regions
- 2017-12-23 03:36:19下载
- 积分:1
-
ADALM-PLUTO-master
说明: pluto中实现QPSK信号的载波同步,可直接运行每个例子(Carrier synchronization of QPSK signal is implemented in Pluto, and each example can be run directly)
- 2020-12-20 22:29:54下载
- 积分: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
-
tanhaoqiangdiwuzhang
谭浩强c++课件第五章 是一个很好的C++学习课件 值得拥有(Hemopurification c++ courseware fifth chapter is a good learning courseware deserve C++)
- 2014-01-14 11:40:14下载
- 积分:1