搜索资源列表
maze
- C++迷宫问题求解,随机生成迷宫存放于二维数组,为保证至少有一条通路,再生成一条路径置入迷宫中,然后回溯法求解-C++ maze problem solving randomly generated maze stored in a two-dimensional array, in order to ensure at least one path, and then generate a path into your maze, then backtracking to solve
cPP.DataMakeraConsolePrinter
- 产生动态申请内存的一维二维数组数据; 在控制台输出数据; 此版本为类模板,可任意指定数据类型- Generate a one-dimensional two-dimensional array of dynamic application data memory In the console output data This version is a class template, you can specify any data type
WordSplit
- 基于中科院分词工具进行封装,实现了一个, 你输入一句中文,以二维字符串数组的形式返回分好的名词、动词、形容词-CAS-based segmentation tool package to achieve one, you enter a word of Chinese, in the form of a two-dimensional array of strings returned good points nouns, verbs, adjectives, etc.
C_Gride-of-Student
- 一维数组实现学生成绩记录,对C++语言的学习有很大的帮助-A one-dimensional array to achieve student performance record
函数模板
- C++;使用函数模板求一维数组中的最大和最小值;使用函数模板求一维数组中的最大和最小值(Using function template to find the maximum and minimum values in one-dimensional array.)