-
sqlite-3_3_7
sqlite-3_3_7 源代码,最稳定的sqlite源码,可以编译成linux、windows、mac等版本(sqlite-3_3_7 源码)
- 2013-11-04 14:13:46下载
- 积分:1
-
LED电子钟(html5 CSS3 jquery)联合打造
精美的一款LED电子钟,由html5 CSS3 jquery联合打造,模拟的电子屏钟表,显示星期几和上午下午,秒数字会和系统时间保持一致不断走动,如截图所示,很漂亮。
- 2022-06-28 21:21:19下载
- 积分:1
-
用于个人网站建设用的漂亮公告代码 用HIML语言编的
用于个人网站建设用的漂亮公告代码 用HIML语言编的-personal website for the code used Notice beautiful language series hole
- 2023-02-19 02:25:02下载
- 积分:1
-
数字游戏代码
数字游戏代码是一款通过键盘上下左右按钮控制数字移动方向游戏源代(Digital Game Code is the source of a game that controls the direction of digital movement through keyboard buttons.)
- 2019-03-28 10:06:33下载
- 积分:1
-
易语言实现网吧呼叫网管功能,安装微软语音库后可以读出内容。...
易语言实现网吧呼叫网管功能,安装微软语音库后可以读出内容。-Yi language implementation cafes call management features, install the Microsoft Speech Library can be read out later.
- 2022-03-05 21:53:07下载
- 积分: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
-
Batch-comments-removed
批量删除注释,能给软件的发布带来一些便利,节省大量的手工劳动(Batch delete a comment, can bring some to the release of the software is convenient, save a lot of manual labor)
- 2013-09-05 22:30:34下载
- 积分:1
-
体温测试仪
说明: 体温检测仪:实验先计算出人体体温从44℃----30℃的ADC口值 ,再用查表法进行比较,计算,就得出温度值,再显示出来。(Body Temperature Detector: The experiment first calculates the ADC value of human body temperature from 44 to 30 C, and then compares it with the look-up table method, calculates the temperature value, and then displays it.)
- 2019-04-03 10:47:10下载
- 积分:1
-
08-应用PSCAD进行直流输电系统仿真研究
对高压直流输电系统的主要元件、相关元件的PSCAD模型、高压直流输电系统运行与控制 、高压直流输电系统的PSCAD仿真进行说明。(The main components of HVDC system, the PSCAD model of the related components, the operation and control of HVDC transmission system, and the PSCAD simulation of HVDC transmission system are explained.)
- 2018-07-12 11:11:14下载
- 积分:1
-
梦昂图文V20.0.55开源小程序公众号一体版
说明: 基于微擎/微赞平台开发一款不错为微信图文编辑器,可以编辑文章和采集网络上的文章。优化虚拟阅读量虚拟点赞量超过100(Based on wechat / wechat like platform, develop a nice wechat graphic editor, which can edit articles and collect articles on the network. Optimized virtual reading, virtual likes more than 100)
- 2020-06-08 12:15:49下载
- 积分:1