-
1807.01613
说明: Conditional Neural Processes (CNPs) were introduced as a continuation of Generative Query Networks (GQN) to extend its training regime to tasks beyond scene rendering, e.g. to regression and classification.
- 2020-06-23 22:40:01下载
- 积分:1
-
JTAG Tools is a software package which enables working with JTAG
JTAG Tools is a software package which enables working with JTAG-aware
(IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter.
- 2022-02-27 08:54:08下载
- 积分:1
-
论文
神经网络模糊控制在混合动力汽车上的应用,并有具体的分析和例程。(the application of hybrid vehicle with fuzzy control)
- 2018-05-23 16:03:39下载
- 积分:1
-
CAP_16_qam_LMS_Rb16_secondorder_nyq_fastcode
LMS equalizatio for 16QAM-CAP with LED nonlinearity
- 2020-10-13 14:17:33下载
- 积分:1
-
SAR
SARADC行为级模型,分辨率20位,可以使用matlab进行仿真(a behavior model of SAR ADC, the resolution is 20 bits, you can use matlab to check it)
- 2018-10-12 20:38:00下载
- 积分:1
-
DateUtil
时间帮助类,提供各种时间格式转换,获取对应的时间(The time help class provides a variety of time format conversion to get the corresponding time.)
- 2018-05-21 11:01:07下载
- 积分:1
-
hadoop hive
Hadoop构建数据仓库实践 操作指南 大数据知识(hadoop java hive bigdata)
- 2019-04-06 09:26:20下载
- 积分: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
-
C#远程复制文件
C#远程复制文件,远程COPY复制功能的演示代码,在VS2008下可顺利编译成功。主要引用API来实现,选择源目录和目标目录即可实现拷贝。不过事先需保证网络是畅通的,否则程序可能会挂机。
- 2022-04-07 20:51:52下载
- 积分:1
-
酷马骑板(在运行下的运行),玩的也不错
超酷的马踏棋盘(在DOS下运行),玩得还行-Cool horse riding board (in the run under DOS), played with is also OK
- 2022-01-26 08:29:19下载
- 积分:1