-
校园二手网站开发与设计-PHP代码类资源_qc5u2r
说明: 使用php做的,此是用php开发的校园二手网站开发与设计,需要的朋友可以下载,完美运行,里面有文档已经毕设流程,真的是物超所值。。,简单全面供给各类学习参考(Use PHP to do this is to use PHP development campus second-hand website development and design, need friends can download, run perfect, there is a document set process has finished, is really worth,,, simple comprehensive supply of various types of reference study)
- 2020-11-22 11:20:51下载
- 积分:1
-
wordpress-5.2.1
WordPress文件,好用的博客系统,最新版本(WordPressDocuments, Useful Blog System, Latest Version)
- 2019-06-10 12:16:28下载
- 积分: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
-
红外线驱动,适合MA880/MA660。
红外线驱动,适合MA880/MA660。-infrared-driven, for MA880/MA660.
- 2022-05-22 06:53:53下载
- 积分:1
-
spi串口的内核实现.rar
spi串口的内核实现.rar-20 serial kernel to achieve. Rar
- 2022-08-05 11:44:13下载
- 积分:1
-
超声波测距(数码管显示)
frmFullSend.Designer
超声波测距(数码管显示),精确度差不多。。。。(Ultrasound ranging (digital tube display), almost the same accuracy.)
- 2020-06-25 07:00:02下载
- 积分:1
-
GUI_1_1022
使用软件matlab2014b,采用GUI设计的一个进制转换,能够使输入的任意十进制数转化为其他进制的数并输出(Using the software MATLAB 2014 B and a binary conversion designed by GUI, the input decimal number can be converted into other decimal numbers and output.)
- 2018-11-27 11:23:39下载
- 积分:1
-
GWO
说明: 构建基于改进灰狼优化算法,可以优化SVR(Swarm intelligence optimization algorithm)
- 2020-12-16 15:19:14下载
- 积分:1
-
28335ModbusSlave-master
说明: 28335 MODBUS RTU SLAVE(28335 MODBUS RTU SLAV)
- 2020-09-21 09:53:59下载
- 积分:1
-
t-s
说明: 编程实现高质量的分子动力学建模学习入门,很有用的短期提升。(High quality molecular dynamics modeling learning introduction, very useful for short-term promotion.)
- 2020-12-01 20:01:32下载
- 积分:1