Pinned Repositories
A-Start_Algorithm
:watermelon:使用C#开发的A*算法的动态演示程序
Algorithms-LeetCode
:art:I practiced some LeetCode's algorithm problems with C++, Java, Python and Go, and also implemented some classical algorithms.
Asp.net-Course-Design
asp.net的课设
CS-Notes
:books: 技术面试必备基础知识
DSACPP
Data Structures, Algorithms, and Applications in C++ (Sartaj Sahni)《数据结构、算法与应用C++描述》书上的代码和习题,使用模版和范型编程
Forecast-Loan-Default
机器学习实践:贷款违约预测
oneAPINote
Intel oneAPI的学习笔记,用多种方法实现了GPU上的单精度矩阵乘法函数,取得了比Intel MKL快数倍的性能提升
Perry961002.github.io
我的博客,用Hexo搭建和部署,使用Next主题
SICP
:art:What I have stored is the reading notes of SICP and the solutions of the exercises after class.:art:SICP(计算机程序的构造和解释) 的学习笔记,习题解答
thread_pool
The thread pool written in C++ supports two modes of fixed thread number and adjustable thread number. Using std::future provides a mechanism for accessing the results of asynchronous operations.用C++编写的线程池,支持固定线程数和可调节线程数两种模式,使用std::future提供了一种用于访问异步操作结果的机制。
Perry961002's Repositories
Perry961002/DSACPP
Data Structures, Algorithms, and Applications in C++ (Sartaj Sahni)《数据结构、算法与应用C++描述》书上的代码和习题,使用模版和范型编程
Perry961002/SICP
:art:What I have stored is the reading notes of SICP and the solutions of the exercises after class.:art:SICP(计算机程序的构造和解释) 的学习笔记,习题解答
Perry961002/Forecast-Loan-Default
机器学习实践:贷款违约预测
Perry961002/Algorithms-LeetCode
:art:I practiced some LeetCode's algorithm problems with C++, Java, Python and Go, and also implemented some classical algorithms.
Perry961002/A-Start_Algorithm
:watermelon:使用C#开发的A*算法的动态演示程序
Perry961002/Perry961002.github.io
我的博客,用Hexo搭建和部署,使用Next主题
Perry961002/oneAPINote
Intel oneAPI的学习笔记,用多种方法实现了GPU上的单精度矩阵乘法函数,取得了比Intel MKL快数倍的性能提升
Perry961002/Asp.net-Course-Design
asp.net的课设
Perry961002/CS-Notes
:books: 技术面试必备基础知识
Perry961002/thread_pool
The thread pool written in C++ supports two modes of fixed thread number and adjustable thread number. Using std::future provides a mechanism for accessing the results of asynchronous operations.用C++编写的线程池,支持固定线程数和可调节线程数两种模式,使用std::future提供了一种用于访问异步操作结果的机制。
Perry961002/perry961002