Pinned Repositories
community
🌎 REDAXO Community World Map
CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
DDPG-UAV-Efficiency
Using DDPG agent to control UAV system with energy efficiency
MIMO-channel-model
Simulation of channel models for MIMO UAV communication (Rice Networks Group, ASTRO)
MultiUAV-OpenAIGym
Paper-with-Code-of-Wireless-communication-Based-on-DL
无线与深度学习结合的论文代码整理/Paper-with-Code-of-Wireless-communication-Based-on-DL
RIS_Codes_Collection
A collection contains the codes for RIS(IRS) papers.
skiplist
跳表
SNARM-UAV-Learning
The Python code for simultaneous navigation and radio mapping for cellular-connected UAV with deep reinforcement learning
uavnoma
Numerical Simulation of an UAV-NOMA System.
jake123wrj's Repositories
jake123wrj/uavnoma
Numerical Simulation of an UAV-NOMA System.
jake123wrj/community
🌎 REDAXO Community World Map
jake123wrj/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
jake123wrj/Paper-with-Code-of-Wireless-communication-Based-on-DL
无线与深度学习结合的论文代码整理/Paper-with-Code-of-Wireless-communication-Based-on-DL
jake123wrj/skiplist
跳表
jake123wrj/Skiplist-CPP
A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀
jake123wrj/tom-C-
❤️这是一条汇总网上许多资料,而不是资料的纯粹堆砌,让人眼花缭乱的复制粘贴,这不是帮你在总结所有的知识点,而是根据实际的计算机系课程来安排学习路线,并且配合上面向就业的学习,与完全跟着学校课程相比,做到了不和工业界面试不脱节,非常实际、非常认真、非常掉头发,真心求个视频三连!
jake123wrj/UAV-DDPG
Code for paper "Computation Offloading Optimization for UAV-assisted Mobile Edge Computing: A Deep Deterministic Policy Gradient Approach"
jake123wrj/uav-deep-q
This is the source code using deep Q learning for calculate UAV resource allocation
jake123wrj/UAV-RIS_EH_DDPG
jake123wrj/6.824
MIT 6.824 distributed system C++Version
jake123wrj/Algorithm_fromBilibili
《B站-青岛大学-王卓老师-数据结构与算法基础》自学心得、笔记(C++语言实现)
jake123wrj/C-
程序员相关电子书资料免费分享,欢迎关注个人微信公众号:程序员编程指南
jake123wrj/CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
jake123wrj/course
高性能并行编程与优化 - 课件
jake123wrj/CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
jake123wrj/driver_study
jake123wrj/gym
A toolkit for developing and comparing reinforcement learning algorithms.
jake123wrj/hermespy
jake123wrj/InterviewGuide
「InterviewGuide」一个收录优质计算机校招、社招面试常见面试题的仓库🔥🔥,以前叫做《逆袭进大厂》。目前已收录 C/C++ 、操作系统、数据结构、计算机网络、MySQL、Redis等面试资料,未来打算继续收录Java、Python、Go等面试常见问题,坚持将此仓库维护下去。
jake123wrj/kv-
🚀 A high performance NoSQL database based on bitcask, supports string, list, hash, set, and sorted set.
jake123wrj/LearningNote
C++和Linux学习笔记
jake123wrj/linux_kernel_study
jake123wrj/muduo
Event-driven network library for multi-threaded Linux server in C++11
jake123wrj/MyTinySTL
Achieve a tiny STL in C++11
jake123wrj/Skiplist_server_client
基于跳表的数据库服务器和客户端
jake123wrj/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
jake123wrj/uav_data_harvesting
Python implementation of DDQN multi-UAV data harvesting
jake123wrj/uavSim
jake123wrj/webServer_w