Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Dormitory management system
no vote
Application background Management information system in the modern society has been deep into all walks of life, due to the rapid development and popularization of computer technology, information management system MIS in fact has become a computer management information system, university student dormitory management system is a typical management information system, it can make dormitory management work more easily. The design of the task is to design a college dormitory management system. Its development process mainly includes two aspects: the development of the front application program and the establishment and maintenance of the background database. The main task is to establish the basic data, the background process is mainly responsible for the management of the functions. Key Technology System to achieve the system maintenance, dormitory management, student management, dormitory allocation, information search and other functions, and it
songup
2016-08-23
0
1
Maze problem
no vote
Application background Given a maze, the entrance is the upper left corner, the outlet is the lower right corner, if there is a path from the entrance to the exit, if there is a way out of this. Note that the move can be from the upper, lower, left, right, left, right, left, right, left, right, eight directions. Maze input 0 that can go, enter the wall 1. Easy to use 1 to avoid boundary problems in the maze. Key Technology The use of BFS algorithm is given. Note that the path given by the BFS algorithm is bound to be one of the shortest paths.
songup
2016-08-23
0
1
No more~