Toggle navigation
教小白精通编程
Home
我是谁
分类
分类
keep hungry keep foolish
C
DS
math
RL
Python
C++
安卓
Android
区块链
ML
DL
game
AI
python
IT
c++
C
数据结构-C复习-学生成绩表-链表
linked based student list
数据结构-C复习-学生成绩表-数组
Array based student list
3小时学会C语言精华
Master C in three hours
C程序实例7-多维(二维)数组名是什么指针?
which pointer of the name of multidimensional arrays
C程序实例2-删除有序数组中的重复元素
C Example 2 . Remove Duplicates from Sorted Array
C程序实例1-输入输出所有基本数据类型
C Example 1 . input output of all basic data types
10. 输入输出
10. IO(in/outpot)
9. C语言教程-动态内存分配
9. Dynamic memory alloc
8. C语言教程-结构
8. struct
7. C语言教程-指针
7. Pointer
6. C语言教程-数组
6. Array
5. C语言教程-函数
5. function
4. C语言教程-循环
4. Loop
3. C语言教程-条件
3. Conditionals
2. C语言教程-我们来计算吧
2. Let's Compute
1. C语言教程-第一个程序
1. First Program
sublime配置MinGW搭建C/C++编程环境
Configure MinGW GCC in Subliem
0. C语言教程-C语言介绍
0. Introduction to C Language
C语言教程
C Tutorial
DS
C++大作业代码(4) 打地鼠、坦克大战
C++大作业代码(4) 打地鼠、坦克大战
C++大作业代码(3)-雷电战机游戏等
C++大作业代码(3)-雷电战机游戏等
C++大作业代码(2) 2048游戏、图书管理程序等
C++大作业代码(2) 2048游戏、图书管理程序等
暑期:信息奥赛、小白学编程和考研数据结构突击强化班
暑期:信息奥赛、小白学编程和考研数据结构突击强化班
Let's Learn English(VOA Learning English)
Let's Learn English(VOA Learning English)
公开课
open course
多维数组的C++17代码
A simple implementation of multidimensional array in C++ 17
数据结构之排序
sort algorithm in Data structure
开放课程合集
All Open Courses till now
数据结构'网易云课堂'开通上线
Data structure
数据结构-C语言复习
review of C
数据结构-优先队列的实现
priority queue
数据结构-队列的应用-农夫过河问题
Farmer across river
数据结构-线性查找和二分查找
linear search and ninary search
数据结构-栈的应用-迷宫问题
Maze Problem
数据结构-排序
Sort
数据结构-栈的应用-表达式求值
Expression Evaluation
数据结构-字符串
String
数据结构-多维数组
Array
数据结构-图的创建和Dijkstra最短路径算法
Graph Creation and Dijkstra Algorithm
数据结构-哈希表Hash Table
Hash Table
数据结构-哈夫曼编码
Huffman Coding
数据结构-二叉树
Binary Tree
数据结构-二叉查找树
Binary search tree
数据结构-线性表的链式实现(链式表)
Linked list
线性表的逆置(反转)
convert list
数据结构-栈的顺序实现(顺序栈)
Array implementation for stack
数据结构-栈的链式实现(链式栈)
Linked Stack
数据结构-线性表的顺序实现(顺序表)
Array based list
math
-概率基础
The Basic of Probability
RL
"Q Learning 算法的C++实现"
"A simple C++ implementation of Q Learning algorithm"
强化学习-动态规划
Reincorcement Learning-dynamic programming
Python
"1天赚钱4500元:网课销量暴增,日销售30份,收益4500元"
"1天赚钱4500元:网课销量暴增,日销售30份,收益4500元"
Python程序设计基础与实践(预览版)-勘误表
Python程序设计基础与实践(预览版)-勘误表
Python程序设计基础与实践-目录
Python程序设计基础与实践-目录
吴恩达的房屋价格预测数据
dataset of house prices for Predict housing prices from Andrew Ng
Python程序设计基础与实践-目录
"Python Programming Basic and practice-catlog"
Python程序设计基础与实践-1.4字符的表示
"Python Programming Basic and practice-Representation of Char"
Python程序设计基础与实践-1.3数的表示
"Python Programming Basic and practice-Representation of Number"
Python程序设计基础与实践-1.2安装和解释器
"Python Programming Basic and practice"
"使用谷歌云端虚拟机Colaborator运行机器学习、人工智能项目"
"using google Colaborator to programming for machine learning and deep leanring"
"Deep Neural Network for Image Classification Application"
"Deep Neural Network for Image Classification Application"
"模仿C++的string实现一个字符串String类"
"Implement a class String similar to c++ string"
"Logistic Regression with a Neural Network mindset"
"Logistic Regression with a Neural Network mindset"
"从零实现深度学习框架"
"implement deep learning framework from zero"
"Stanford 231课程:Python Numpy Tutorial教程"
"cs231 course:Python Numpy Tutorial"
"(译文)线性和多项式回归中的学习曲线"
Learning Curves in Linear & Polynomial Regression
Python教程-List
Python tutorial-List
"简单的Python爬虫程序"
a simple web crawler with python
8 皇后问题
8-Queens Problem (recursion)
用Python从零开始创建区块链
Learn Blockchains by Building One
Python 资源
Python resources
开放课程合集
All Open Courses till now
Python教程-如何编辑运行python程序?
How to run Python program
Python教程-7. 数据结构.
Data structure
Python教程-6. 函数
Functions
Python教程-5. 控制语句
control_flow
Python教程-4. 列表List
List
Python教程-3. Python初步
Introduction to Python
Python教程-2.Python解释器
Python_Interpreter
Python教程-1. Python是什么
What is Python
C++
C到C++快速入门(2019版本)
Tutorial From C to C++ (2019)
2小时从C到C++快速入门
Tutorial: From C to C++ in 2 hours
C++17从入门到实战-目录
C++17从入门到实战-目录
C++17安装、配置
installation and configuration for C++ 17
线性表的顺序实现-Vector
Vector:The implementation of list
C++贪吃蛇游戏snake源代码
C++ code for snake game
控制台游戏框架,以 “射击游戏”为例
shhoter console game program
C++17教程之1--c++程序结构
"c++ 17 tutorial 1-Program structure
"Q Learning 算法的C++实现"
"A simple C++ implementation of Q Learning algorithm"
开放课程合集
All Open Courses till now
从C到C++快速入门
Rapid tutorial from C to C++
C++11/14课程实验习题
experiments for C++11/14 course
C++11/14开放课程已上线
C++11/14 course
安卓
Android Studio 3 教程之6-Activities 和 隐式Intents
Android Studio 3 - Activities and mplicit Intents
Android Studio 3 教程之5-Activity生命周期和状态
Android Studio 3 - Activity Lifecycle and states
Android Studio 3 教程之4-Activities
Android Studio 3 - Activities
Android Studio 3 教程之3-Scroll Text
Android Studio 3 - Scroll Text
Android Studio 3 教程之2-Button Toast
Android Studio 3 -Button Toast
Android Studio 3 教程之1-Hello World程序
Android studio - hello world program
Android安卓开发2018课程
Android Development Course
Android
Android Studio 3 教程之6-Activities 和 隐式Intents
Android Studio 3 - Activities and mplicit Intents
Android Studio 3 教程之5-Activity生命周期和状态
Android Studio 3 - Activity Lifecycle and states
Android Studio 3 教程之4-Activities
Android Studio 3 - Activities
Android Studio 3 教程之3-Scroll Text
Android Studio 3 - Scroll Text
Android Studio 3 教程之2-Button Toast
Android Studio 3 -Button Toast
区块链
用Python从零开始创建区块链
Learn Blockchains by Building One
ML
logistic regression逻辑回归的公式推导
Derivation of Logistic Regression
"Building your Deep Neural Network Step by Step"
"Building your Deep Neural Network Step by Step"
"Planar data classification with one hidden layer"
"Planar data classification with one hidden layer"
从头训练一个简单的线性回归模型
Training a Simple Linear Regression Model From Scratch
DL
编程公开课:C/C++/Python、数据结构、安卓等
编程公开课:C/C++/Python、数据结构、安卓等
面向深度学习的数学基础
Mathematical basics for deep learning
logistic regression逻辑回归的公式推导
Derivation of Logistic Regression
如何删除windows 系统上的EFI系统分区
How to Delete EFI System Partition in Windows
新书“深度学习理论、实现与实战”目录
新书“深度学习理论、实现与实战”目录
"Building your Deep Neural Network Step by Step"
"Building your Deep Neural Network Step by Step"
"Planar data classification with one hidden layer"
"Planar data classification with one hidden layer"
从头训练一个简单的线性回归模型
Training a Simple Linear Regression Model From Scratch
game
控制台游戏框架,以 “射击游戏”为例
shhoter console game program
AI
我的学生在Kaggle和阿里的人工智能比赛中取得第11名和第1名的好成绩
我的学生在Kaggle和阿里的人工智能比赛中取得第11名和第1名的好成绩
策略梯度Policy Gradient
策略梯度Policy Gradient
Entropy, cross Entropy and KL Divergence
Entropy, cross Entropy and KL Divergence
AlphaGo algorithm
AlphaGo algorithm
蒙特卡罗方法Monte Carlo methods
Monte Carlo methodsg
动态规划Dynamic Programming
Dynamic Programming
马尔可夫决策过程MDP
MDP
python
Python-迭代器(iterator)、可迭代的(iterable)、生成器(generator)
iterator,iterable,generator
IT
Intellij IDEA安装创建JavaFX程序
install intellij IDEA and create JavaFX Application
Linux常用命令
Often used Linux commands
window10安装linux如子系统
Window 10 install linux ubuntu subsystem
双硬盘安装windows 10和 ubuntu 19.04双系统的2个坑
双硬盘安装windows 10和 ubuntu 19.04双系统的2个坑
c++
帮忙点击网站顶部的广告
帮忙点击网站顶部的广告
C++大作业代码(1)-五指棋程序-1(大二学生)
C++大作业(1)-五指棋程序-1(大二学生)