奥运五环
2021-11-16 11:04:28 1KB 五环
1
五环
2021-11-16 11:04:26 1KB web
1
Introduction to lens design with zemax 书的课后题答案和初始结构数据。都经过经过答案确认和实际优化确定。
2021-11-12 16:33:38 111KB lens design zemax
1
第9组智能交通监控管理系统 组员:袁鹏游超云肖尧杨磊徐玥
2021-11-08 20:03:10 62.47MB 系统开源
1
Spring MVC基础作业 Spring MVC基础作业 作业描述 用Spring MVC实现一个简单的注册功能,不用约会数据库,在内存中保存数据即可。其中用户包含如下属性:ID,用户名,密码,邮箱 注册 注册接口: POST http://localhost:8080/register 要求: 注册时不传ID,由后台自动生成 用户名要求:长度为5到12位 密码要求:必须由字母,数字下划线组成,并且长度为5到12位 邮箱也要符合邮箱的格式 若注册时用户名不符合要求,则返回: { " code " : 400 , " message " : "用户名不合法" } 其中响应码与代码一致,密码或邮箱不合法时同理 若注册时用户名已经存在,则返回: { " code " : 400 , " message " : "用户已存在" } 若注册成功则返回201,无响应体 登录 登录
2021-11-04 07:51:39 69KB Java
1
实现一个学生管理系统的初步API 通过该系统的API,客户端可以添加,删除,查询,更新学生信息,对学生进行分组,查询和更新分组信息 API规范 使用Restful风格的API 需求列表(版本V1) 新增和删除学生 查询学生的列表,可以通过性别进行筛选,筛选条件不是必须的 查询个别学生的信息 更新学生的信息,可以更新除学号外的所有信息 对学生进行随机平均分组,需要指定分组的数目,如果不能均分,只能有一个小组能少人 更新组名 查询分组列表 数据模型 学生的信息包含以下等级 id学号 名字姓名 性别 note备注信息 小组的信息包含以下等级 id组号 名称组名 note备注 注意事项 数据存储在内存中 提交前请使用curl或postman测试
2021-11-04 07:42:15 73KB Java
1
操作系统第8章作业附答案 1、Explain the difference between internal and external fragmentation. 2、Given five memory partitions of 100 KB, 500 KB, 200 KB, 300 KB, and 600KB (in order), how would each of the first-fit, best-fit, and worst-fit algorithms place processes of 212 KB, 417 KB, 112 KB, and 426 KB (in order)? Which algorithm makes the most efficient use of memory? 3、On a system with paging, a process cannot access memory that it does not own; why? How could the operating system allow access to other memory? Why should it or should it not? 4、Explain why it is easier to share a reentrant module using segmentation than it is to do so when pure paging is used. 5、Consider the following segment table: What are the physical addresses for the following logical addresses?
2021-10-30 15:34:23 49KB homework
1
crawler是爬虫 springboot是聊天室 本项目为nuaa计算机网络2020年课程实验,第一个爬虫为自己写的,第二个则是“参考” github上源代码,
2021-10-29 16:31:27 37.38MB 系统开源
1
基于Springboot+MySQL实现学生作业管理系统,可当小demo练习,毕设等等,难度小易上手。
2021-10-28 20:06:47 170KB Springboot 学生作业管理系统 MySQL
Mypoint的作业,大概是java上学期的某个练习来这我记得
2021-10-26 15:49:32 2KB java homework
1