-
完成界面功能,与数据库连接,完成查询 插入 删除 登陆等功能...
完成界面功能,与数据库连接,完成查询 插入 删除 登陆等功能-Completion of the interface functions, and database connection, complete the inquiry landing insert delete function
- 2022-01-21 05:03:26下载
- 积分:1
-
java常用的排序算法源码,从最基本的冒泡排序到快速排序,基排序等各种实现...
java常用的排序算法源码,从最基本的冒泡排序到快速排序,基排序等各种实现 -commonly used sorting algorithm java source code, from the most basic to the Quick Sort Bubble Sort, sort, etc. to achieve the base
- 2022-04-22 17:48:13下载
- 积分:1
-
项目描述: SQLite is a small C library that implements a self
项目描述: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include- Project description: SQLite is a small C library that
implements a self-contained, embeddable, zero-configuration SQL
database engine. Features include
- 2022-01-22 13:40:01下载
- 积分:1
-
贪吃蛇小游戏
资源描述需要在Visual C++6.0的环境下,按照设计要求做一个贪吃蛇游戏,用户进入该游戏时可以进行选关,该游戏有三关,每一关的难度不同,吃到食物时得到的分数也会不同,界面会显示分数,在蛇碰到墙壁或者碰到自己时就会死亡。用户通过控制方向键便可控制蛇的方向。
Visual C++6.0开发环境是一个基于Windows操作系统的可视化、面向对象的集成开发环境。在该环境下用户可以开发有关C和C++的各种应用程序,应用程序包括建立、编辑、浏览、保存、编译、链接和调试等操作,这些操作都可以通过单击菜单选项或工具栏按钮来完成,使用方便、快捷。它还提供了项目工作区(WorkSpace)、应用程序向导(AppWizard)、类操作向导(ClassWizard)和WizardBar等实用编辑工具。
- 2022-03-20 23:46:20下载
- 积分:1
-
single source shortest path problem of dynamic programming algorithm, please exh...
单源最短路径问题的动态规划算法,请大家多多指教-single source shortest path problem of dynamic programming algorithm, please exhibitions
- 2023-03-29 08:30:04下载
- 积分:1
-
学生成绩管理系统(无文件版)
利用c语言实现学生成绩的管理,主要功能有新生的登记注册、学生信息的修改、学生成绩的登记、学生成绩的修改、学生成绩单的格式打印等功能;本程序富含有背景操作等相关内容!
- 2022-01-22 13:03:32下载
- 积分:1
-
了解服务器的内部结构,对LOCK有一个 更高层次的认识。 建议有3年C++编程的朋友参考。...
了解服务器的内部结构,对LOCK有一个 更高层次的认识。 建议有3年C++编程的朋友参考。-understanding of the internal structure of the server, right LOCK have a higher level of awareness. Proposal 3 years C programming reference to a friend.
- 2023-01-08 21:55:02下载
- 积分:1
-
以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,...
以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,j)等于1表示障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。各个命令以及相关数据的输入格式如下:
输入迷宫:C,接下来一行是m n,其中m是迷宫矩阵行数,n是迷宫矩阵列数,接下来的m行数据是迷宫矩阵,每行n个值,表示一个m*n的迷宫矩阵
求迷宫的一条通路:Q
当输入的命令为E时,程序结束-With a Maze (m, n), said the long square maze, the maze entrance is a Maze (1,1), exports is the Maze (m, n), Maze (i, j) is equal to 0, said channel, Maze (i, j) is equal to 1, said barrier. Designing a program, for any set of the maze, find a path from the entrance to the export, or come to the conclusion there is no path. The various commands and data input format is as follows: Enter the Labyrinth: C, followed by his party mn, where m is the maze of matrix rows, n is a maze of matrix columns, the next line of data is a maze m matrix, each row n- value, indicating an m* n matrix of the labyrinth a maze of pathways: Q when the input command for the E, the end of the process
- 2023-04-15 19:50:03下载
- 积分:1
-
springdata
这是一个spingdata的项目示例。详细介绍了springdata的配置,注解等。项目完成了对数据库的曾删改查等操作,想要学习springdata的可疑下载参考。
- 2023-07-11 18:05:06下载
- 积分:1
-
算法设计中的经典问题,符号三角形,n皇后,圆排列
算法设计中的经典问题,符号三角形,n皇后,圆排列-algorithm design of the classic, triangular symbols, n empress, with a round
- 2022-08-06 12:27:27下载
- 积分:1