Intelligent dormitory selection system and method
A kind of dormitory, intelligent technology, applied in the field of school management methods, to achieve the effect of wide practicability, convenient school management, and increased harmony
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0156] Embodiment 1: Intelligent dormitory selection method of the present invention
[0157] A kind of intelligent dormitory selection method, comprises the steps:
[0158] (1) The user requests to obtain the dormitory online. After the user logs in to the system, he establishes a connection with the server, completes the preliminary information investigation, the client sends the information, and the server collects the preliminary information.
[0159] (2) Determine the roommate relationship. By matching and sorting the preliminary survey data and the questionnaire data filled out by the students, the students with the most similar results are determined as the roommate relationship.
[0160] (3) Establish a 3D image of the dormitory, provide a matching port, and establish a virtual check-in.
[0161] (4) Establish a virtual dormitory as a chat room to form a virtual check-in on the Internet, and collect students' responses by randomly generating some emergencies, and obtain...
Embodiment 2
[0164] Embodiment 2: Intelligent dormitory selection method and dormitory management of the present invention
[0165] In the present invention, the steps of preliminary information investigation and determination of roommate relationship include:
[0166] (1) Socket communication is used. After the user logs in to the system, a connection is established with the server. When the server receives the preliminary investigation information, it searches for the recipient through the ID identification, and sends information through the established Socket channel to collect preliminary information.
[0167] (2) Determine the roommate relationship, using the merge sort algorithm, according to the key indicators, by matching and sorting the preliminary survey data and the questionnaire data filled in by the students, find out the students with the most similar results and determine the roommate relationship.
[0168] (3) After the data center collects the data, it uses the stored proc...
Embodiment 3
[0172] Embodiment 3: Intelligent dormitory selection system of the present invention
[0173] In the present invention, Socket communication is adopted, and the user establishes connection with the server after logging into the system. After the server receives the preliminary investigation information, it searches for the receiver through the ID mark, and sends the information through the established Socket channel. The specific procedures for collecting the preliminary information are as follows:
[0174] private class PermissionThread extends Thread{
[0175] ServerSocket ss;
[0176] PermissionThread() throws Exception{
[0177] ss = new ServerSocket(8500);
[0178] this. setDaemon(true);
[0179]}
[0180] @Override
[0181] public void run(){
[0182] try {
[0183] while(true){
[0184] Socket socket = ss .accept();
[0185] OutputStreamWriter osw = new OutputStreamWriter(socket. getOutputStream());
[0186] BufferedReader br = new BufferedReader(newInputStreamRea...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com