登录
首页 » 界面开发 » library management system, including source code, is conducive to beginners refe...

library management system, including source code, is conducive to beginners refe...

于 2023-02-17 发布 文件大小:79.62 kB
0 139
下载积分: 2 下载次数: 1

代码说明:

图书馆管理系统,其中包括了源程序代码,有利于初学者的参考,可能功能还不够完善请多多指教-library management system, including source code, is conducive to beginners reference function may not sound great weekend

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • qt alarm实现闹钟
    #include"alarm.h" #include Alarm::Alarm(QWidget * parent) :QDialog(parent) { init(); layout(); con(); }; //  ****** //  初始化 //  ****** void Alarm::init() { setWindowTitle("Alarm clock"); //设置标题 setFixedSize(QSize(300,80)); //固定大小 timer=new QTimer; //控制lcd的时间刷新 uptimer=new QTimer; //控制对话框上升 dtimer=new QTimer; //控制对话框下降 itimer=new QTimer; lcdNumber=new QLCDNumber; //显示当前时间 lcdNumber->setFixedSize(QSize(150,50)); //固定大小 lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字 lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的 lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的 label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
    2022-01-28 04:54:06下载
    积分:1
  • html tags, the paper listed some common html tags and their use, can help users...
    html标签,文中列举了一些常用的html标签及其用法,可以帮助读者熟悉html标签的用法 -html tags, the paper listed some common html tags and their use, can help users familiar with the use html tags
    2023-05-04 14:20:03下载
    积分:1
  • <Visual Preutill> C routines in a book, chapter by chapter, Table of Conte...
    一书的例程,按章节目录- C routines in a book, chapter by chapter, Table of Contents
    2022-01-28 16:51:45下载
    积分:1
  • xdiv是一个单页应用框架
    资源描述 xdiv是一个单页应用框架~目前主要用于HTML5 HybridApp 现在功能是可以将其他html中代码引入到主html 使单页应用代码易于维护 依赖JQuery和Animate.css 若不需特效可以不引用Animate.css ------------------------2015-11-11 version 0.0.2 ----------------------------- 光棍节快乐 添加css和js引用(javascript) importJS("js/index.js"); importCSS("css/index.js"); 根据json文件引用 dependency.js 文件名是自定义的 内容如: [{
    2022-11-16 22:45:08下载
    积分:1
  • 当鼠标点在圆的外接四边形内圆的颜色将改变,并且实现了滚动条的功能...
    当鼠标点在圆的外接四边形内圆的颜色将改变,并且实现了滚动条的功能-when the click of the mouse in the external Quadrilateral Yuan Yuan within the color will change, and the realization of the functional rolling
    2022-03-18 04:53:22下载
    积分:1
  • 演示快速排序算法
    演示快速排序算法-demonstration Quick Sort Algorithm
    2022-01-25 18:03:11下载
    积分:1
  • 类似vc6的集成环境的源代码,编辑器,编译器,调试器,自动代码生成技术,完整的,包括CJlibrary
    类似vc6的集成开发环境的源代码,编辑器,编译器,调试器,自动代码生成技术,完整的,包括CJlibrary- Similar vc6 integrated development environment source code, editor, compiler, debugger, automatic code production technology, complete, including CJlibrary
    2022-04-20 21:07:18下载
    积分:1
  • 包过滤防火墙
    该防火墙模拟了包过滤防火墙的功能,能够对传过来的数据进行分析,如果符合要求则这个数据将被显示,如果不符合规则就不显示,规则是可以自己定义的。
    2022-01-26 03:37:48下载
    积分:1
  • MFC 串口助手
    应用背景关于MFC的串口助手问题,利用VS2010软件,编写简单的串口助手界面,用于采集和发送数据,很实用。本人也是刚刚入门MFC,参照一些资料和源代码就实验做了这么一个串口通信工 具,关键技术MFC 串口助手,VS2010 ,VS2013。 建议大家先理解一个源代码的构架和结构再深入学习!本文档可以一步一步教你从建 立工程到实验调试,是一个非常完整的教程!非常适合新手练习
    2022-02-03 10:07:39下载
    积分:1
  • 一个非常有趣的汇编程序,纯DOS代码需要masm5.0,编译…
    很有意思的一个汇编程序 纯DOS程序代码,需要MASM5.0,编译时请使用"编译 -> DOS"方式-a very interesting compilation procedures pure DOS code required MASM5.0, compile-time use "Build-gt; DOS "mode
    2022-01-25 17:19:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载