搜索资源列表
数据结构的c++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 c++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
2(2)
- 计算24点的c程序(穷举法) 几年前,女朋友很喜欢和我玩计算24点的游戏,来测试谁的反应更快一些,结果我总是输而不得不承认在这方面她比我强。于是我就用c和我可怜的数据结构知识写了这个程序来挽回点面子,结果竟然让她很佩服。现在女朋友已经成功升级成老婆了,这程序也久没有用武之地了,就放在这里给和我们有一样故事的人们参考一下吧! -calculate the c 24-point program (exhaustive method) a few years ago, and my girlfri
calc24
- 一个用于求解24点的c++源程序,输入4个小整数,程序通过四则运算法则,求出可能的算式,并且其结果为24!-24 points for solving a c++ source code, enter the four small integers, the program through the four algorithms to find a possible formula, and the result is 24!
card24
- 24点的算法实现,c环境,支持加减乘除。-24 point algorithm, c environment to support Math.
24point_code_in_c
- 24点算法代码(c语言版本),很有参考价值,值得仔细研究。-24-point algorithm code (c language version)
24DIAN
- 24点穷举法的运用 用c语言解决24点的计算问题-The 24-point brute-force method to use c language to solve computational problems in 24 points