当前位置:网站首页>C language communication travel card background system
C language communication travel card background system
2022-07-07 07:53:00 【_ Programming_】
C Language communication travel card background system
1. Communication travel card background system .
Communication travel card is a small program in our country to identify where mobile phone users have been , The basic principle is that when the mobile phone is connected to different base stations , The base station will record the relevant information of the mobile phone user , And save it , When scanning the QR code of the communication travel card on the mobile phone, the travel information used by the mobile phone will be printed .
Please study C Relevant knowledge in language , Design a background base station management system that simulates the communication travel card , It includes the following main functions ( Not limited to the following ):
Realize the management of mobile phone users at the base station , Including adding relevant information ( cell-phone number , Identity, etc , Add when the mobile phone is connected , Simulation by input ), Query relevant personnel information , Delete related information ( exceed 15 Delete after days );
Save the information of all connected persons of the corresponding base station through files ;
Realize the management of base stations , Including adding base station information , Query the information of all connected people in the site , Delete site information ;
Realize the query function of personal trip , Enter the mobile phone number to query the trip ;
In addition to the above basic functions , You can add the functions you think you need .
Source download
link :https://pan.baidu.com/s/1JJs9vbZahUCB6cQvXLgAVg?pwd=1111
Extraction code :1111
边栏推荐
- numpy中dot函数使用与解析
- [UVM practice] Chapter 2: a simple UVM verification platform (2) only driver verification platform
- Installing postgresql11 database under centos7
- Shell 脚本的替换功能实现
- Few-Shot Learning && Meta Learning:小样本学习原理和Siamese网络结构(一)
- 即刻报名|飞桨黑客马拉松第三期等你挑战
- CentOS7下安装PostgreSQL11数据库
- CTF daily question day43 rsa5
- Info | webrtc M97 update
- buuctf misc USB
猜你喜欢
随机推荐
[2022 ciscn] replay of preliminary web topics
IO stream file
有 Docker 谁还在自己本地安装 Mysql ?
大视频文件的缓冲播放原理以及实现
nacos
面试结束后,被面试官在朋友圈吐槽了......
Is the test cycle compressed? Teach you 9 ways to deal with it
vus.SSR在asynData函数中请求数据的注意事项
Qt学习27 应用程序中的主窗口
pytest+allure+jenkins環境--填坑完畢
QT learning 28 toolbar in the main window
Iterable、Collection、List 的常见方法签名以及含义
[VHDL parallel statement execution]
SQL优化的魅力!从 30248s 到 0.001s
【webrtc】m98 screen和window采集
智联+影音,AITO问界M7想干翻的不止理想One
2022焊工(初级)判断题及在线模拟考试
Codeforces Global Round 19
探索Cassandra的去中心化分布式架构
Linux server development, SQL statements, indexes, views, stored procedures, triggers

![[Stanford Jiwang cs144 project] lab4: tcpconnection](/img/fd/704d19287a12290f779cfc223c71c8.png)






