-
定时提醒程序,Delphi制作,演示Micorsoft Agent的使用。
定时提醒程序,Delphi制作,演示Micorsoft Agent的使用。-regularly reminded procedures, Delphi production, demonstration of the use of Agent Micorsoft.
- 2023-03-08 20:45:02下载
- 积分:1
-
1
jQuery图标菜单点击图片切换代码是一款适用于各大企业网站幻灯片轮播切换,大气的幻灯片切换代码。(JQuery icon menu click picture switching code is a slideshow switching code suitable for major corporate websites.)
- 2019-04-09 17:01:56下载
- 积分:1
-
java编写的连连看游戏,文件包含源代码,
支持手机游戏
java编写的连连看游戏,文件包含源代码,
支持手机游戏-java games prepared by the 1000 block of Terry Avenue, the paper includes source code, support for mobile phone games
- 2022-05-20 07:24:03下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
Reconstruction after reading Reading Notes. Students are interested in is for re...
读了重构之后的读书笔记。有兴趣的同学仅供参考。-Reconstruction after reading Reading Notes. Students are interested in is for reference only.
- 2023-03-14 06:45:03下载
- 积分:1
-
用javascript实现的Naught and Crosses,就是我们通常所说的tic
用javascript实现的Naught and Crosses,就是我们通常所说的tic-tac-toe游戏。附加图片和完整代码-achieved using javascript and Crosses Naught is what we usually refer to the membrane-tac-toe game. Additional photographs and complete code
- 2022-02-22 09:20:37下载
- 积分:1
-
本文包括扫雷游戏的源代码,界面非常友好!用VB做的
本文包括扫雷游戏的源代码,界面非常友好!用VB做的-game"s source code, the interface is very friendly! The VB
- 2023-01-24 00:15:04下载
- 积分:1
-
观察者模式-老板回来02
说明: modbus C#编写的modbus 从站代码,可以直接使用(Modbus slave code written in Modbus C # can be used directly)
- 2020-06-24 13:00:02下载
- 积分:1
-
工控图库
说明: 工控图库大全,可以适用于很多组态软件,力控,组态王,易控(Industrial Control Gallery Daquan, can be applied to many configuration software, force control, Kingview, easy to control)
- 2020-04-18 00:27:48下载
- 积分:1
-
ROM
基于ROM的正弦波发生器的设计:使用MATLAB得到这64个波形数据,将这些存数据写入一个ROM中。再输入时钟,每个上升沿依次读取一个波形数据-ROM-based sine wave generator of the design: the use of MATLAB to obtain waveform data 64, to write the data in a ROM. Re-enter the clock, each rising edge followed by a read waveform data
- 2022-08-02 13:52:10下载
- 积分:1