-
matlab图像处理,压缩感知中ROMP的代码实现
matlab处理图像,压缩图像,去燥,增强(Matlab processing images, compressed images, dryness, enhancement)
- 2020-11-15 14:49:41下载
- 积分:1
-
jquery网格视图切换
jquery网格视图切换是采用UI设计的网格视图切换特效。(JQuery grid view switching is a special effect of grid view switching designed by UI.)
- 2019-03-11 11:36:09下载
- 积分:1
-
200kHzR39mm
2维傅里叶变换,进行图形处理,对杆状结构中的纵向导波模态进行识别(2 dimensional Fourier Transform for graphics processing)
- 2018-09-06 09:56:35下载
- 积分:1
-
selenium系列
Selenium frame 简单应用 元素定位(Selenium frame Simple Application Element Location)
- 2020-06-16 09:00:01下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
hs
说明: HERSCHEL-BULKLEY模型,用于fluent仿真软件中添加udf使用,限定了剪切速率等关键参考条件(HERSCHEL-BULKLEY model is used to add UDF to fluent simulation software, which limits the critical reference conditions such as shear rate.)
- 2020-06-21 15:20:01下载
- 积分:1
-
新建文件夹
说明: 通过运用该程序可以方便管理各种各样的文献资料,你值得拥有哦(Look at the literature)
- 2020-06-17 04:40:01下载
- 积分:1
-
Untitled
economic dispatch with multiple constraints
- 2010-02-22 23:28:37下载
- 积分:1
-
C++ Progarms-Baisc
说明: C++ programs for students
- 2020-06-25 19:00:01下载
- 积分:1
-
使用一排列对象接受类型int、浮点和串的实体类型3 attibutes 展示对constructor的用途。...
使用一排列对象接受类型int、浮点和串的实体类型3 attibutes 展示对constructor的用途。-A program that uses an array of objects that receives 3 attibutes of an entity type of type int, float and string demonstrates use of constructors.
- 2022-07-26 12:41:32下载
- 积分:1