Skip to content
/ qtCode Public
forked from kjiawei/qtCode

some code from work & project

Notifications You must be signed in to change notification settings

ooshell/qtCode

 
 

Repository files navigation

qtCode

some code from work & project

QT UI

网上下载的控件参考

Game

QT写的小游戏

project

qt可用项目

测试函数时空复杂度方法

1.使用QTime测算函数运行时间 QTime timedebuge;//声明一个时钟对象 timedebuge.start();//开始计时 qDebug()<<"第一段程序耗时:"<<timedebuge.elapsed()/1000.0<<"s";//输出计时

2.统计代码行数

About

some code from work & project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.3%
  • C 10.3%
  • HTML 8.0%
  • Makefile 2.9%
  • QMake 0.8%
  • QML 0.6%
  • Other 1.1%