-
STM32Clock
STM32的时钟显示模块,注意没有自动生成hex文件(clock module in STM32)
- 2012-04-22 09:27:01下载
- 积分: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
-
i2c_master_slave_pic
This I2C library contains the following functionalities:
- master/slave communication
- timeout in case of bus failure
- self recovery after timeout
- possibility to write one of 32 bytes slave registers
In the archive you can find the hardware schematic, some photos of the working platform, the required libraries and an working example. In the example the master MCU writes 2 bytes to the slave MCU which then sums them together. Then the MCU read the result and print it on the LCD. In case of I2C failure, either a TIMEOUT or FAILURE message will be printed on the LCD depending of which line was break. The MCU uses for both master and slave was PIC16F887. It use internal clock at 8Mhz so no cristal is required.
- 2017-07-15 03:09:44下载
- 积分:1
-
Tcp通讯
TwinCAT TCP/IP Server类似自由 口通讯,协议的双方或者多行决定必须类似自由 口通讯,协议的双方或者多行决定必须PLC PLC程序编确定自己如何发起通讯请求.(TwinCAT TCP/IP Server is similar to free port communication, the two or more parties of the protocol must decide by themselves, the PLC program determines how to initiate the communication request.)
- 2021-04-23 15:38:47下载
- 积分:1
-
一些数学建模实例可供参考,可供参考。
数学建模的一些示例,可供参考,可用Lingo实现.-Some examples of mathematical modeling is available for reference, can be used to achieve Lingo.
- 2022-06-18 17:42:54下载
- 积分:1
-
这是搜集的TIME评选出了08年50个最棒的网站
这是搜集的TIME评选出了08年50个最棒的网站-This is a collection of TIME selected the 50 best in 2008 website
- 2022-06-03 06:19:54下载
- 积分:1
-
5种多旅行商问题(MTSP)的遗传算法
tsp问题的延伸,对于多个旅行商在不同情况下的tsp问题求解(Extension of TSP problem and solution of TSP problem for multiple travelers in different situations)
- 2019-02-27 21:49:41下载
- 积分:1
-
Movie
影院售票系统 可以上传电影名称,可以点击后售票,状态为已售票(Movie sell System)
- 2012-08-14 16:49:39下载
- 积分:1
-
selenium-server-standalone - 副本
selenium 这是一款基于selenium平台的测试用框架,selenium server为webdriver主框架,可以用来做自动化测试(Selenium this is a testing framework based on the selenium platform. Selenium server is the main webdriver framework and can be used for automated testing.)
- 2018-03-02 17:32:56下载
- 积分:1
-
FoxFz_Band
说明: 高速采集 高速战斗 拦截封包 自动战斗 自制封包等等((High speed acquisition, high speed combat, intercept packets, automatic combat, homemade packets and so on))
- 2020-12-05 21:59:24下载
- 积分:1