搜索资源列表
Tech_11_2_3
- 在标准C++中对容器元素重新排序的算法 本示例工程是学习C++Primer第四版时,对教程汇总泛型算法11.2.3的学习和调试的体会和总结-how to use stable_sort() in standard C++
bestfitted-line
- 根据所给的点的坐标算出最拟合曲线的公式,并根据原来的x值算出新的y值。并将数据储存到一个data文件-A C++ programme finds the best-fitted straight line to the x and y values, and then writes the original x, y values and the new y values on the line (for each x) to a data file. X: 1.0000 2.0000
SerialPort
- C++串口,C++11多线程,有些bug,但是简单易懂,还挺容易使用的-C++ comm program using C++11,have some bugs,but easy to use
BNC-2.11.2-Source
- BNC源码由C++语言所写 可以在QT与VS平台下进行调试-BNC source code written by the C++ language can be debugged in the QT and VS platform
c++LIANXI
- 求两个数的和,C++程序实现,刚刚开始学习,变了简单程序练习。(calculate the sum of two numbers)