资源列表
[其他小程序] sotrstr
说明:算法代码,包括了5种常用的排序...针对字符串。-Algorithm code, including the five kinds of commonly used ... for string sorting.<sdflmlsdjkf> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[其他小程序] attention
说明:该程序能自动随即分布1-25之间的数, 测试者电击开始后,系统开始计时,同时测试者开始从1..25按顺序查找数字.根据测试者所利用的时间,判断脑年龄.-The program then automatically distributed between the number of 1-25, after the shock test, the system start running, testing started at the same time from 1 .. 25 in order<shiwl3549> 在 2025-11-22 上传 | 大小:10kb | 下载:0
[其他小程序] Calculator
说明:用C++编的完整的Calculator,有完整代码,可进行开根号,分数等运算。-With C++ Compile would complete Calculator, a complete code, can open the root number, computing scores.<your> 在 2025-11-22 上传 | 大小:59kb | 下载:0
[其他小程序] p219__3__2
说明:#include<iostream> using namespace std class Point {public: Point(int a){x=a } ~Point(){cout< "execuing Point destructor"<<endl } private: int x } class Circle:public Point {public: Circle(int m,int n):<华盛> 在 2025-11-22 上传 | 大小:1kb | 下载:0