12 2023 档案

摘要:原生并行版std::accumulate ​ 代码来自《c++并发编程实战》 #include <iostream> #include <numeric> #include <algorithm> #include <thread> #include <functional> #include <v 阅读全文
posted @ 2023-12-03 20:40 ZhangFirst1 阅读(28) 评论(0) 推荐(0) 编辑
摘要:MIPS 项目仓库请见https://github.com/ZhangFirst1/MIPS 使用Verilog实现的Mips CPU,实现了简易的五级流水。项目使用Vivado构建。 实现了ori、or、and、xor、sll、jal、beq、sw、lw、subu、addu指令。解决了流水线数据相 阅读全文
posted @ 2023-12-02 19:58 ZhangFirst1 阅读(291) 评论(0) 推荐(0) 编辑
摘要:WebServer(暂未写完) ​ 根据项目https://github.com/markparticle/WebServer实现的c++服务器项目。同时参考JehanRio的博客https://blog.csdn.net/weixin_51322383/article/details/130464 阅读全文
posted @ 2023-12-02 19:53 ZhangFirst1 阅读(114) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示