-
优化命题的解决存在于许多领域,对于国民经济的发展也有着巨大的应用前
景.随着优化对象在复杂化和规模化等方面的提高,基于严格机理模型的传统优化
方法在实施...
优化命题的解决存在于许多领域,对于国民经济的发展也有着巨大的应用前
景.随着优化对象在复杂化和规模化等方面的提高,基于严格机理模型的传统优化
方法在实施方面变得越来越困难.
-Optimization solution proposition exists in many areas, for development of the national economy also has great application prospect. With the optimization of the object in a complex and large-scale areas such as the improvement of the mechanism model based on strict traditional optimization methods in the implementation has become more to the more difficult.
- 2022-08-20 22:08:08下载
- 积分:1
-
字模软件,LCD取摸程序,LED显示必备软件
字模软件,LCD取摸程序,LED显示必备软件-Matrix software, LCD touch access procedures, LED display the necessary software
- 2023-04-06 02:50:03下载
- 积分:1
-
Reguladores
This is an Altium page which has design of Voltage Regulator
- 2018-08-17 07:49:46下载
- 积分:1
-
wireless
说明: 用于组态王驱动的例子,用vs2003编程(An example for Kingview driver, programmed with VS2003)
- 2019-03-08 16:57:33下载
- 积分:1
-
一个早期的JSP论坛系统:EasyJForum v2.2 Discuz风格
一个早期的JSP论坛系统:EasyJForum v2.2 Discuz风格,功能方面和Discuz一样出色,JSP论坛程序不多哦,本款或许可为您提供第一手的参考范例。注:从2.1版本起,不再公开大多数源代码。
- 2022-08-25 20:30:38下载
- 积分:1
-
IPv6环境下企业网的构筑及安全策略探讨_韩磊
说明: IPv6 network construction
- 2020-06-20 21:40:02下载
- 积分:1
-
JS缩略图大图切换,图片轮播代码
JS缩略图大图切换,图片轮播代码,仿土豆网经典图片切换特效,鼠标点击缩略图,淡入淡出切换大图片,效果流畅似FLASH,若无鼠标点击,则自动轮播。
- 2022-03-15 11:32:55下载
- 积分: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
-
时钟代码
说明: 时钟代码是一款具有中国风的特色的时间结合图算风水时钟代码。(Clock code is a time-integrated geomantic clock code with Chinese characteristics.)
- 2019-04-03 15:17:29下载
- 积分:1
-
4bit_8bit_lcd
说明: AT80S52 4&8-bit lcd interface
- 2020-06-21 01:00:02下载
- 积分:1