-
这是我们做的一个作业 摸60计数器,用Quartus ii 做的 ,内容齐全 不可不看。...
这是我们做的一个作业 摸60计数器,用Quartus ii 做的 ,内容齐全 不可不看。-This is the one we do feel 60 counter operation with Quartus ii do. complete contents can not see.
- 2022-01-26 03:02:06下载
- 积分:1
-
三层电梯控制器源码及报告和仿真时序图
可以作为课程设计或者毕业设计的参考 绝对管用...
三层电梯控制器源码及报告和仿真时序图
可以作为课程设计或者毕业设计的参考 绝对管用-Three elevator controller source and reporting and simulation timing diagram can be used as curriculum design or graduate design reference absolute effective
- 2022-02-26 08:10:33下载
- 积分:1
-
maze algorithm
迷宫算法-maze algorithm
- 2022-12-21 03:50:03下载
- 积分:1
-
OPC的枚举。列举现有的OPC服务器
OPC Enum. Enumerating existing OPC servers
- 2022-12-31 13:50:03下载
- 积分:1
-
one good MP3 player, running in Java, We can look at the drop
一款不错的MP3播放器,在JAVA下运行的,大家可下拉看看一定不会后悔的,这可是现今最完善的JAVAMP3播放器拉-one good MP3 player, running in Java, We can look at the drop-down will not regret it, but now that the most perfect player Rafah JAVAMP3
- 2022-11-01 11:00: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
-
进程调度算法!
进程调度算法!-process scheduling algorithm!
- 2022-06-27 08:31:34下载
- 积分:1
-
Ajax 无刷新聊天室源代码,可供大家学些一下。
Ajax 无刷新聊天室源代码,可供大家学些一下。-Ajax without refreshing the chat room source code, available to learn about everyone.
- 2023-05-24 13:15:03下载
- 积分:1
-
Java读/写Txt文本文件的示例
JAVA对文件的操作,简单的读/写文本文件的示例,这里包含了三个例子,即
1. 将文件读入到内存(这里是StringBuffer)的例子
2. 将内容中的文本写到文件
3. 将一个文件的内容读出来写入另一个文件中
同时也展示了如果从输入流中读出来内容写入输出流中(仅限文本流),三个例子可以独立存在,所以根据需要只看其中一个就行了。
- 2022-03-01 15:43:07下载
- 积分:1
-
This the part for the SAA7121H chip for use within EAGLE cad. it has the footpri...
This the part for the SAA7121H chip for use within EAGLE cad. it has the footprint and the Symbol-This is the part for the SAA7121H chip for use within EAGLE cad. it has the footprint and the Symbol
- 2023-05-04 11:30:03下载
- 积分:1