资源列表
hbpx
- 功能齐全,代码简单,适合初学c++的人员参考,易懂。-Full-featured, code is simple, suitable for beginners c++ Personnel reference, easy to understand.
AD
- stc12c2052单片机有关ad转换的一些代码-wu
code
- 创建一个带有CheckBox的TreeView,很实用的说-To create a CheckBox with the TreeView, that practical
temp
- 作为初学者是一个很好的例子,也是一个很好的模块-As a beginner is a good example is a good module
sort
- 当打开程序时打开,对一个无序的表进行排序,使程序很简单-when you are open the program,you can sort the table
zhuan
- 使用opencv实现图像的旋转,建立vc6.0工程,添加进去,编译出来zhuan.exe 在控制台定位带该程序的路径下,运行 zhuan.exe 图像路径,esc键退出-about picture
stbc
- 空时码中的stbc的matlab代码,专业书上的代码,可以运行,希望对您有用-Space-time codes in the stbc the matlab code, professional code book, you can run, I hope useful to you
jisuanjiecheng
- 函数的功能:计算正整数n的阶乘n!。 * n! =n*(n-1)*(n-2)*…*1 * 函数参数: n,表示所要计算阶乘的正整数,要求n满足: * 0 < n < 100 * 函数的返回值:如果输入参数不正确,返回-1, * 否则返回计算n! 得到结果-Function features: calculating a positive integer n the factorial n!.* N! = N* (n-1)* (n-2)* ...* 1* funct
jisuanqi
- 计算器代码,用c++描述,有需要下载的,请下载-Calculator code, using c++ descr iption, there is a need to download, download
kechengchegnji
- 有一个班4个学生,5门课程。 1.求第一门课程的平均成绩; 2.找出有2门以上课程不及格的学生, 输出他们的学号和全部课程成绩及平均成绩 3.找出平均成绩在90分以上或全部课程成绩 在85分以上的学生。 分别编3个函数实现以上要求。-There is a class four student, five courses. 1 find the first course, the average score 2 identify two or more courses t
Network
- 一个网络布线程序,输入一些地点坐标值,可以算出最佳的路径和最短的距离-A network routing process, enter the location coordinate values , you can calculate the best path and the shortest distance
inheritance
- C++ program explaining OOP concept of inheritance in classes