尝试写qt模拟器

This commit is contained in:
2026-02-25 21:15:54 +08:00
parent 5d8b3f7bdb
commit 000ab4748e
1328 changed files with 645895 additions and 11 deletions
+15
View File
@@ -0,0 +1,15 @@
#include "workthread.h"
workthread::workthread()
{
}
void workthread::run()
{
while(1)
{
thred_loop();
}
}