当前位置:网站首页>Develop small projects using Matlab GUI design tools
Develop small projects using Matlab GUI design tools
2022-07-21 21:10:00 【It was Yao Yuchen】
Use MATLAB GUI Design tool development small project
As the office software of the school recruitment office is in urgent need of updating , Someone found me , I hope it can help the school to build a management system , Facilitate the management of school recruitment information . I've been learning MATLAB, So I'm going to use MATLAB Self contained app Design tools to complete this work , The following is the detailed design idea .
School requirements for software
1, The software should be able to store data , Inquire about , modify
2, The software should realize fuzzy search and precision search , And return the corresponding results
3, The software shall realize networking function , namely PC1 The modification results of the data should be timely PC2 Query to
I feel after seeing the request
QAQ There are not so many requirements for funds ...
As the networking function is required , But there is no money to buy cloud servers and cloud databases , So I'm going to use onedrive To do it .OneDrive Five computers can be logged into the same account PC, take OneDrive The directory files are placed in the same path , The software will input information from the user to txt Store text in OneDrive In file , So even if it's different PC The machine can also read any PC Stored or modified data , Am I smart hahaha .
Fuzzy search and precision search really took me a long time to think , Follow the first step , The form in which I store files should be txt Text , Not a database , So just rely on txt How to realize fuzzy query in text ? Before we solve this problem , I did waver in the idea of the first step , Turn to cloud database , about SQL I'm really familiar with the sentence , But after a period of fruitless attempts , It occurred to me that , What the database tries to avoid is data redundancy , So if I artificially create redundant data , Will fuzzy search be realized ?
I solve this problem in this way , When users store information
边栏推荐
- Personal applet: Dream fate
- Discussion on the analytic results of rust complex expression
- Redis(三) - Redis常见命令
- [intranet penetration] information collection in the domain (manual +adfind tool)
- 基于Merkle Tree为NFT添加白名单功能(翻译)
- Interpretation of pancake's IFO
- [intranet penetration] OpenSSL rebound traffic encrypted shell
- Picture horizontal waterfall flow
- Rust short note: Cargo specifies the dependent version
- Solve the problem of vendor JS file is too large (official processing scheme)
猜你喜欢
Write a sushi MasterChef in Solana
[permission promotion] MSSQL authorization raising method
【權限提昇】 MSSQL提權方法
NVM, NRM tutorial
[vulnerability recurrence] redis unauthorized access to windows+linux utilization method
PHP Baidu face detection API face value scoring (source code is directly available)
Volcano engine & SouFun: wisdom and "recommendation" behind clothing wholesale
Solana项目学习(二): Escrow
Matlab2021a configuration GPU encountered error c1083: unable to open include file: "gpu/mxgpuarray.h": no such file or directory
One of the previous company's employment confirmation topics: merging cells
随机推荐
【逆向分析】基础入门-简单控制台登录
Easy language learning notes (2)
TP5 import Excel to database
[intranet penetration] OpenSSL rebound traffic encrypted shell
Easy language learning notes (III)
SushiSwap的SushiMaker和SushiBar解读
Thinkphp6 learning experience
learning opencv3_ 2-11_ Write AVI file
[reverse analysis] simple learning of C language pointer
[permission promotion] MSSQL authorization raising method
One of the previous company's employment confirmation topics: merging cells
Redis(二) - Redis安装说明
【权限提升】提权exp查找思路与利用方法
[intranet penetration] cobaltstrike traffic encryption
并发编程(二十八) - LongAdder原理
【内网渗透】域内信息收集(手工+AdFind工具)
Sushimaker and sushibar interpretation of sushiswap
【内网渗透】内网不出网机器反弹shell以及CS上线
Uniswap计算过程推演
【漏洞复现】redis未授权访问windows+linux利用方法