zhang xi's repositories
chasing-method
chasing-method tridiagonal linear equation
-cul-exp-
Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are+,-,*,/. Each operand may be an integer or another expression. Some examples:
01-01-Knapsack-problem-
有N件物品和一个容量为V的背包。第i件物品的重量是w[i],价值是v[i]。求解将哪些物品装入背包可使这些物品的重量总和不超过背包容量,且价值总和最大。
Analytics_Vidhya
Codes related to activities on AV including articles, hackathons and discussions.
cszach
My GitHub Profile README :sunglasses:
one-python-craftsman
来自一位 Pythonista 的编程经验分享,内容涵盖编码技巧、最佳实践与思维模式等方面。
Python-UseFul
创建这个项目的目的是为了更好更快的让人使用Python3的一些用法,将Python3语言中的特点更方便应用于Python构建的项目中。
WebUI_Image_Matching
clone from https://github.com/Vincentqyw/image-matching-webui
zhangxige.github.io
A modern, high customizable, responsive Jekyll theme for documentation with built-in search.
Expr_value_tree_struct
该例子取自c++沉思录第8章,很好讲述了句柄类的用法,值得学习一下
flask-hello-world
Flask Hello World Example for Render
Full-knapsack-problem-
有N种物品和一个容量为V的背包,每种物品都有无限件可用。第i种物品的体积是c,价值是w。将哪些物品装入背包可使这些物品的体积总和不超过背包容量,且价值总和最大。
hello-world
The first project to learn how to use github
HP-Socket
High Performance TCP/UDP/HTTP Communication Component
Introduction-to-Algorithms
Some code or learning rewards about the book "Introduction to Algorithms"
Learning-and-Practice-C-
Some demo of how to use C++ features
python-patterns
A collection of design patterns/idioms in Python
Readfile
读取文件,按行读取字符串
Single_Camera_calibdata
Based on OpenCV
Words-statistics
统计输入的句子中单词和其出现的次数,并按字典序列排序。