-
基于人工智能方面的,运用极大极小算法的井字棋源代码
基于人工智能方面的,运用极大极小算法的井字棋源代码-Based on artificial intelligence aspects, the use of max-min algorithm source code for tic-tac-toe game
- 2023-08-05 18:50:03下载
- 积分:1
-
对java中Streams的介绍,比较全面到位!
对java中Streams的介绍,比较全面到位!-right java Streams of China, the more comprehensive the point!
- 2022-02-13 21:13:29下载
- 积分:1
-
Delphi realization of well
Delphi realization of well-known points game. Compiles with Delphi 7. Demonstrates simple depth search with some heuristics in estimate function.
- 2022-01-26 08:35:44下载
- 积分:1
-
实现用vc++对sql server 数据库的管理 常用sql语句的使用
实现用vc++对sql server 数据库的管理 常用sql语句的使用-Achieved with the vc++ on the sql server database management used to use sql statements
- 2022-04-24 09:27:29下载
- 积分:1
-
堆栈的一些主要功能函数头文件,可以导入后直接调用
堆栈的一些主要功能函数头文件,可以导入后直接调用-Some function about satck in a head file
- 2022-04-27 23:10:19下载
- 积分: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
-
通知:选修“信息安全”的学生,逃犯…
通知: 选修《信息安全》的同学请注意了,本课已停课了,不再上了,期末成绩是以交作业的形式来考核,作业有2个,少交一个将不会及格. 1.编程题: 用任何一种语言编写一个扫描器,扫描形式不限,必须能对端口进行扫描,如果觉的能力有限的同学,可以选择本书第三章,课后的任意一道编程题来做.(本题编好以后,用邮件的形式发给他,E-mail:gyx317@21cn.com,邮件的主题请写清楚学院、01级、学号、姓名-notice : elective "information security" to the students, the fugitive has been closed and will not last, the end is perpendicular operation results in the form of assessment, two operations are paid less one will not pass. 1. Programming that : any language to prepare a scanner, scanning free in style, should be able to port scan, if the limited capacity McGREGOR students will be able to choose the book III, the after-school program and that an arbitrary do. (Part of the good that the future use of the mail sent to him, E-mail : gyx317@21cn.com, Post pieces of the theme please write clearly College, 01, the school, names
- 2022-04-26 23:41:52下载
- 积分:1
-
该程序描写c++中变量的所占字节数,适合于初级人员学习
该程序描写c++中变量的所占字节数,适合于初级人员学习-The program description c++ in the proportion of variable number of bytes suitable for junior officers to learn
- 2022-02-05 07:07:47下载
- 积分:1
-
FPGA of some basic conceptual issues back, has great help for beginners.
FPGA的一些基本概念问题回复,对初学者有很大帮助。-FPGA of some basic conceptual issues back, has great help for beginners.
- 2022-03-02 01:18:27下载
- 积分:1
-
在C++环境下的冗余码编程,可进行8个字符的转换.
在C++环境下的冗余码编程,可进行8个字符的转换.-C environment in the redundancy program, eight characters for the conversion.
- 2022-03-02 02:19:33下载
- 积分:1