算法设计与分析第二版源码
☆59Oct 28, 2020Updated 5 years ago
Alternatives and similar repositories for Design-and-Analysis-of-Algorithms
Users that are interested in Design-and-Analysis-of-Algorithms are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 计算机算法设计与分析☆25Aug 22, 2015Updated 10 years ago
- 跟着吴恩达机器学习课程做的的课后代码练习,基于Jupyter notebook☆27Oct 15, 2023Updated 2 years ago
- Implement a bunch of website fingerprinting defenses on Pluggable Transport☆15Mar 5, 2026Updated 2 months ago
- 《算法设计与分析》屈婉玲 第2版 课本代码实现☆10Oct 14, 2025Updated 7 months ago
- csdn下载,csdn免积分下载,csdn免会员下载,csdn付费内容下载☆20Apr 8, 2026Updated last month
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 武汉大学教务课程爬虫☆11Oct 27, 2015Updated 10 years ago
- I don't order you to fight, I order you to die.☆12May 2, 2022Updated 4 years ago
- Design and development of a desktop application with QT creator using C++ and mysql (ERP)☆14Sep 9, 2018Updated 7 years ago
- OceanBase 大赛仓库,由偏远小渔村传统弱校队维护☆13Oct 18, 2022Updated 3 years ago
- 该资源为杨秀璋作者《Python网络数据爬取及分析从入门到精通(分析篇)》书籍所有源代码,包括可视化分析、聚类分析、回归分析、分类分析、词云和LDA分析等内容。所有代码已修改为Python3实现,希望对您有所帮助,一起加油。☆11Aug 12, 2021Updated 4 years ago
- 桂林电子科技大学[Android应用开发]课程资料库☆13Nov 18, 2021Updated 4 years ago
- A toy os. 《自己动手写操作系统》 《Orange'S 一个操作系统的实现》☆10Mar 10, 2023Updated 3 years ago
- HFCommunity offers an offline up-to-date relational database built from the data available at the Hugging Face Hub, providing queriable d…☆15Oct 14, 2024Updated last year
- 大三 - 编译原理 - 语法分析器(LR)☆12Dec 29, 2018Updated 7 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- ☆19Mar 26, 2018Updated 8 years ago
- 毕业设计:基于SpringBoot及thymeleaf搭建的疫情信息管理系统☆13Sep 27, 2020Updated 5 years ago
- 操作系统复现实验&&《OrangeS一个操作系统的实现 (于渊)》1-7章代码实现☆11May 26, 2023Updated 2 years ago
- Java 网络请求工具类,支持异步请求,支持传递 header ,支持表单和 json 类型的参数提交。☆12Dec 17, 2018Updated 7 years ago
- 中国科学技术大学软件学院软件体系结构课程☆14Oct 10, 2020Updated 5 years ago
- 本笔记基于哈工大李治军老师的课程,以及王道考研资料,B站CodeSheep的知识梳理,各大论坛的博客等,从各个渠道中获取精华,成为这些笔记。☆13Nov 26, 2020Updated 5 years ago
- C++实现的几种进程调度算法(先来先服务、短进程优先、时间片轮转、静态优先级调度、高响应比优先(多用于作业调度))☆13Dec 11, 2018Updated 7 years ago
- 实现虚拟内存的分页系统, 模拟进程调度过中的内存管理 。☆10Sep 28, 2017Updated 8 years ago
- 哈尔滨工业大学854计算机基础硕士研究生入学考试资料收集☆17Apr 12, 2021Updated 5 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 给854考研出份力☆14Mar 21, 2022Updated 4 years ago
- 华东师范大学课程表导出工具☆19Jan 1, 2022Updated 4 years ago
- Software introduced in the Deep Learning for NLP: A Gentle Introduction book☆27Apr 15, 2026Updated last month
- Lexical-Analyzer-Syntactic-Analyzer By C++ 编译原理:C++实现的词法分析器和语法分析器☆16Dec 28, 2020Updated 5 years ago
- 这里分享近期同学参加国内一线企业的面经(面试总结,心得体会,注意事项,如何备战)等一手资料。☆18Sep 22, 2017Updated 8 years ago
- <数据结构>(C语言版)清华大学出版社,严蔚敏☆138Jan 20, 2020Updated 6 years ago
- 回归问题是数据挖掘和机器学习中常常出现的问题----本专题以 中国移动用户信用分预测 为例,对比分析几类 常见的回归算法,包括:线性回归、岭回归、贝叶斯岭回归、前馈神经网络、迭代提升树等。☆18Mar 28, 2019Updated 7 years ago
- 刚学完C++学校布置的C++实训项目作业,加上自己自学的Qt,然后小试牛刀做出的坦克大战,素材玩法仿照FC游戏坦克大战写的,比较简陋☆25Sep 1, 2017Updated 8 years ago
- Android使用iText生成pdf文件并读取pdf内容☆24May 9, 2018Updated 8 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 南昌大学保研经验贴☆17Oct 11, 2024Updated last year
- 基于CNN的音频识别☆18Feb 13, 2019Updated 7 years ago
- 中南大学C++的历年试卷和实验代码☆18Apr 17, 2023Updated 3 years ago
- A simple term-rewriting interpreter that displays intermediate expressions.☆14Jun 2, 2025Updated 11 months ago
- Yet another Scheme interpreter.☆11Sep 17, 2022Updated 3 years ago
- ccf csp题解☆75Feb 16, 2019Updated 7 years ago
- 推荐武大的课程情况☆21Nov 30, 2021Updated 4 years ago