资源列表
yufafenxi
- 在词法分析的基础上将单词序列组合成各类语法短语-word will be combined into grammer phrase on the basis of morphology analysis
PreOrderTree
- 数据结构树的初步实现 写了迭代器 还有树的先序遍历 但是iterator 的operator 没有实现-Preliminary data tree also wrote a tree traversal iterator iterator s operations but did not realize operator
DIFFUSIONPELECTOCHEMICAL
- 一个用Fortran写的LBM数值计算的例子,例子包括了离子扩散和电化学反应的耦合作用。压缩包里有源代码,三个EXCEL是用于流动区域划分的。-An example of LBM written in Fortran numerical examples include the coupling of ion diffusion and electrochemical reactions. Source code compression package, three EXCEL is a flo
LeetCode
- LeetCode题解(java版) 包含toi,strstr,add two num,括号匹配,字符串乘法,通配符匹配,文件路径简化,Text Justification,反转单词-LeetCode solution to a problem (java version) contains toi, strstr, add two num, bracket matching, string multiplication, wildcard matching, simplify file pa
carparar
- car parking in c/c-car parking in c/c++
Floyd
- Floyd算法又称为,插点法,是一种用于寻找给定的加权图中多源点之间最短路径的算法。C++实现-Floyd algorithm is also known, interpolation point method for finding the shortest path is a weighted figure given between multiple source algorithm. C++ achieve
uart-PWM
- MSP430的串口调试PWM,通过UART接口调试PWM输出任意波形的演示程序。-MSP430 UART PWM
electron-make-future
- In the next example, TEX would process the /mycat/mypgm file searching for the !hello2 label(*). TEX would continue processing until an exit statement or end of file was reached. An error would be thrown if a return statement was d and there were no
wx_sample
- 微信开发例子,密码算法,从微信开发文档中可以下载-sample code example for winxin develop
data-structure
- 数据结构上机实践指导书、7个实验代码以及实验报告-experiment guide book and seven experiment code and experiment report of data structure
segment_tree
- NotOnlySuccess线段树模板,非常简洁,易于效仿-NotOnlySuccess segment tree templates, a very simple, easy to follow
DLL
- Double link list using pointer and structure