-
DouPHP轻量PHP企业网站管理系统 v1.3 Release 20160502
DouPHP 是一款PHP+Mysql的企业网站管理系统,搭载Smarty模板引擎,支持自定义伪静态,前台DIV+CSS设计,后台界面简洁明了,而且稳定性好、扩展性及安全性强,是中小型企业/公司搭建企业网站的优秀WEB建站方案。
- 2022-06-28 03:49:49下载
- 积分:1
-
控制器与电机驱动器之间的连接板设计图,是为了保护控制器电路的安全....
控制器与电机驱动器之间的连接板设计图,是为了保护控制器电路的安全.-Controller and motor drive design连接板between, are in order to protect the safety of the controller circuit.
- 2023-03-16 13:50:04下载
- 积分:1
-
This document information from the Pacific software program production, belongs...
本文档由太平洋软件资讯栏目制作,版权归太平洋软件资讯站 及文档作者所有。制作该文档的目的是为了方便广大网友。因此任何人都可以自由复制,或在网络中散布该文档。但不允许将该文档用于出版或其它商业用途,同时使用该文档的过程中,未经允许,不得对该文档进行修改及反编译。如有问题请与我们联系谢谢!-This document information from the Pacific software program production, belongs to the Pacific station and document software for all authors. The production of the document is designed to facilitate the broad masses of netizens. Thus anyone can freely copy, or in the network to spread the document. But the document does not allow for the publication or other commercial purposes, while the use of the documentation process, without a permit, shall not modify the document and decompile. If you have any questions please contact us Thank you!
- 2023-02-17 03:50:04下载
- 积分:1
-
GMPC
多变量广义预测控制,适用于两输入两输出情况。运行结果正确。(Multivariable generalized predictive control for two input two output condition. The results are correct.)
- 2013-09-12 21:31:02下载
- 积分:1
-
Compressed Sensing
说明: Compressed Sensing survey
- 2019-04-29 02:10:24下载
- 积分:1
-
一个3D火焰粒子效果,使用JSR184,效果很逼真
一个3D火焰粒子效果,使用JSR184,效果很逼真-Flame of a 3D particle effects, the use of JSR184, the effect is very realistic
- 2022-02-03 22:56:15下载
- 积分:1
-
c
说明: 用于实现校际运动会管理的程序,主要功能就是实现校际运动会管理(Used to implement inter-school sports management program, the main function is to realize the inter-school sports management)
- 2011-07-10 14:58:02下载
- 积分:1
-
kinetics
多元统计分析中用来分析数据的一种方法,它是用一种较少数量的特征对样本进行描述以达到降低特征空间维数的方法(A method used to analyze data in multivariate statistical analysis. It uses a small number of features to describe samples in order to reduce the dimension of feature space.)
- 2020-06-17 08:00:02下载
- 积分: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
-
abaqus在岩土工程中的应用
abaqus在岩土工程中的应用-费康-书籍(Application of ABAQUS in geotechnical engineering)
- 2017-12-27 09:23:41下载
- 积分:1