-
Program for the generation of postals on 8th March, on Februaries, 23 and on 1th...
Program for the generation of postals on 8th March, on Februaries, 23 and on 1th April to the chief
- 2023-04-16 02:50:03下载
- 积分:1
-
图书处理系统,在VB.Net环境下开发,使用了XML技术。
图书处理系统,在VB.Net环境下开发,使用了XML技术。-Book processing system developed in VB.Net environment, using XML technology.
- 2023-07-05 09:30:03下载
- 积分:1
-
Vb+MO开发GIS源代码,内容为常用的图形操作
Vb+MO开发GIS源代码,内容为常用的图形操作-Vb MO Development GIS source code, content for the operation of commonly used graphics
- 2023-08-25 14:00:03下载
- 积分:1
-
学习字幕的制作的好动! 都来看看!diy友不要错过!
学习字幕的制作的好动! 都来看看!diy友不要错过!-subtitles study the production of active! Look at all! DIY-you should not miss!
- 2022-03-24 13:35:41下载
- 积分:1
-
再传个由于soft dicision 方面的程序吧,这个对目前学编码的人来说,是相当重要的,也是现在最热的领域.
呵呵,还请站长早点开通我的帐户吧,先谢谢了...
再传个由于soft dicision 方面的程序吧,这个对目前学编码的人来说,是相当重要的,也是现在最热的领域.
呵呵,还请站长早点开通我的帐户吧,先谢谢了.
本人的方向是弄编码的,所以这次上传的主要是这方面的内容.-Send a soft dicision as a result of the procedures to you, the encoding of the current study people, is very important, and it is now the hottest area. Oh, also requested the station master as soon as possible to open my account now, first Thank you. I get the direction is encoded, so this From the main content of this field.
- 2023-04-12 10:00:04下载
- 积分:1
-
PIC12F675 定时器程序 加protues 仿真
PIC12F675 定时器程序 加protues 仿真
-PIC12F675 Timer Simulation of the processes in protues
- 2022-05-14 22:04:20下载
- 积分:1
-
生命进化游戏(The Game of Life) C++程序代码
一种在很多格子里不断进化的生命进化的小游戏。
它的规则是这样的:
对其中一个网格,如果它的邻居少于两个,则它会死于孤独;如果多于三个,它亦会因拥挤而死。只有当它的邻居数等于二或三时它才会生存到下一代;如果某格原先没有细胞,但它有三个邻居时,会繁衍一个新的细胞。
以上是百度到的介绍。这个程序是我自己写的,只用到了,用的是二维数组,在控制台显示,所以范围比较有限。
- 2023-04-18 04:10:03下载
- 积分:1
-
MP3电路板 MP3电路板 MP3电路板
MP3电路板 MP3电路板 MP3电路板-MP3 circuit boards MP3 circuit boards MP3 circuit boards MP3 circuit boards
- 2022-02-02 23:41:50下载
- 积分:1
-
基于Qt的数据管理系统
应用背景基于Qt的数据管理系统,对Qt的数据库进行了一次应用,对于Qt初学者学习开发数据库等技术有较强学习价值。。。。。。。关键技术setFixedSize(750, 500);
ui->stackedWidget->setCurrentIndex(0);
QSqlQueryModel *typeModel = new QSqlQueryModel(this);
typeModel->setQuery("select name from type");
ui->sellTypeComboBox->setModel(typeModel);
QSplitter *splitter = new QSplitter(ui->managePage);
splitter->resize(700, 360);
splitter->move(0, 50);
splitter->addWidget(ui->toolBox);
splitter->addWidget(ui->dailyList);
splitter->setStretchFactor(0, 1);
splitter->setStretchFactor(1, 1);
on_sellCancelBtn_clicked();
showDailyList();
ui->typeComboBox->setModel(typeModel);
createChartModelView();
- 2023-01-11 19:20:03下载
- 积分:1
-
模仿BASIC函数的某些C语言函数
模仿BASIC函数的某些C语言函数-mimic the function of certain C language function
- 2022-07-14 11:11:42下载
- 积分:1