Pinned Repositories
C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
imxxw.github.io
XXW's personal page
linux_learning
Some practice examples in the process of learning linux
Mastering-Algorithms-with-C
code of the book Mastering Algorithms with C
MyExplorer2
windows resource manager, explorer
QtEchartsDemo
20190213 1 本源码来自https://blog.csdn.net/liuyez123/article/details/50372123 2 适合qt5.6以上版本。原本是采用QWebView实现的 但是,在Qt5.6以上的版本中,没有QWebView组件,换成了QtWebEngineView组件。
QWebChannelDemo
利用QWebChannel实现qt端和网页端(JavaScript)通信示例
XCustomPlot
XCustomPlot is a chart based on QCustomPlot. In this chart, with the movement of the mouse, the value of the point on the curve is dynamically displayed. This function can be enabled or disabled through the function showTracer(bool).
XDemo
Some demos
imxxw's Repositories
imxxw/Mastering-Algorithms-with-C
code of the book Mastering Algorithms with C
imxxw/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
imxxw/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
imxxw/c_language_template
imxxw/CPlusPlusThings
C++那些事
imxxw/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
imxxw/leetcode_101
LeetCode 101:和你一起你轻松刷题(C++)
imxxw/imxxw.github.io
XXW's personal page
imxxw/linux_learning
Some practice examples in the process of learning linux
imxxw/XDemo
Some demos
imxxw/algo
数据结构和算法必知必会的50个代码实现
imxxw/awesome
😎 Awesome lists about all kinds of interesting topics
imxxw/awesome-deep-learning-papers
The most cited deep learning papers
imxxw/C_Programming_A_Modern_Approach_codes
the sample and exercise of C Programming A Modern Approach
imxxw/calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
imxxw/Captura
Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
imxxw/CMake-Practice-zh-CN
CMake 实践
imxxw/cmake_practice
cmake practice
imxxw/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
imxxw/DeepLearning
Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现
imxxw/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
imxxw/minimal
Minimal is a Jekyll theme for GitHub Pages
imxxw/misc_treasure
学习与工作中收集的一些资料
imxxw/mlir-hello
MLIR Sample dialect
imxxw/mlirhello
imxxw/MyTinySTL
Achieve a tiny STL in C++11
imxxw/papers-we-love
Papers from the computer science community to read and discuss.
imxxw/pic
My personal picture bed
imxxw/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
imxxw/TLPI_code
code of "The Linux programming interface"