搜索资源列表
cyuyan1
- 欢迎大家交流一下,这里是c语言的源程序代码啊!!!希望对大家有帮助啊-welcome the exchange of this, here is c language of the source code ah! ! ! We hope to help ah!
cyuyan9
- 欢迎大家交流一下,这里是c语言的源程序代码啊!!!希望对大家有帮助啊-welcome the exchange of this, here is c language of the source code ah! ! ! We hope to help ah!
C++primer-source
- 自己写的C++primer的源码,推荐下载,欢迎交流。-himself wrote the primer C source code, download, welcomed the exchange.
Kaowutong
- 这是本人刚上大学的第一个作品,适合C语言初学者交流学习使用,这个源码是一个关于学生信息管理系统的一个简单的控制台版本,里面包含全部的开发阶段的文档资料,欢迎下载使用。-This is the first work I just go to college, suitable for the exchange of the C language for beginners learning to use this source code is a simple console version of
deck-of-cards
- 编写一个洗牌和发牌的程序,包含类Card, 类DeckOfCards和一个驱动程序 类Card有: a) int型的数据成员face和suit b) 接受两个int型数据表示面值和花色的构造函数用于初始化数据 c) 两个string类型的static数组代表面值和花色 d) 一个toString函数返回Card,形式是“face of suit”的字符串。可以用+运算符连接字符串 类DeckOfCards有: a) 一个名为deck的Card类vector,用于存储C
Exchange
- 在线交流论坛类型。(Visual C++6.0)-exchange,forum 。(Visual C++6.0)
C语言冒泡排序法
- 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble sorting is a simpler sorting algorithm in the field of computer science. It repeats the sequence of the sequence, and compa
