文件名称:assign2-(2)
介绍说明--下载内容均来自于网络,请自行研究使用
c++
设计一个投票系统
1。每一个投票人可以只投票一次。决定哪个候选人的选民选择通过生成一个随机数介于1和总数量的候选人。
3。在选举中,候选人最多的选票当选
2。每个候选人保持记录的选民投他的票
-c++ design a voting system 1. Each voter can only vote once. Decide which voters choose candidates by generating a random number between 1 and the total number of candidates. 3. In the elections, the candidates most votes was elected two. Maintaining records of each candidate voters to vote for him
设计一个投票系统
1。每一个投票人可以只投票一次。决定哪个候选人的选民选择通过生成一个随机数介于1和总数量的候选人。
3。在选举中,候选人最多的选票当选
2。每个候选人保持记录的选民投他的票
-c++ design a voting system 1. Each voter can only vote once. Decide which voters choose candidates by generating a random number between 1 and the total number of candidates. 3. In the elections, the candidates most votes was elected two. Maintaining records of each candidate voters to vote for him
(系统自动生成,下载前可以参看下载内容)
下载文件列表
eeee
....\Debug
....\.....\assign2.exe
....\.....\assign2.ilk
....\.....\assign2.pch
....\.....\assign2.pdb
....\.....\candidate.obj
....\.....\main.obj
....\.....\person.obj
....\.....\personset.obj
....\.....\vc60.idb
....\.....\vc60.pdb
....\.....\voter.obj
....\.....\voterset.obj
....\Voter.h
....\assign2.dsp
....\assign2.dsw
....\assign2.ncb
....\assign2.opt
....\assign2.plg
....\candidate.cpp
....\candidate.h
....\main.cpp
....\person.cpp
....\person.h
....\personset.cpp
....\personset.h
....\voter.cpp
....\voterset.cpp
....\voterset.h