资源列表
[Windows编程] Thinking-in-CPP(2nd)
说明:Thinking in C++ 英文第二-Thinking in C++ version of the second edition of the English<王石> 在 2025-10-01 上传 | 大小:4.42mb | 下载:0
[输入法编程] exp6
说明: 在exp6_2.cpp已有圆Circle和长方形Rectangle类的基础上,再定义一个具有类似功能的Triangle(三角形)类(面积公式为p(p-a)(p-b)(p-c)的平方根,其中p=(a+b+c)/2,三角形三边a、b、c)。 ● 再设计一个普通求和函数sum,求这三种图形的面积之和。 ● 在主函数中设计代码,用虚函数分别计算这三种图形(圆半径12.7,长方形25.2×15.0,三角形边长51.4×35.5×26.8)的面积,再调用求和函数求这三种图形的面积之和(正确结果13<zzy> 在 2025-10-01 上传 | 大小:19kb | 下载:0
[Windows编程] how-to-see-the-code-of-JM
说明:怎样看H.264的软件模型JM的软件编码手册。-Software model to see how the H.264 JM software coding manual.<jason> 在 2025-10-01 上传 | 大小:16kb | 下载:0
[Windows编程] conversion-hexadecimal
说明:实现任意进制的转换 小于等于十六进制 -Achieve less than or equal to any decimal conversion hexadecimal<马玩> 在 2025-10-01 上传 | 大小:1kb | 下载:0
[Windows编程] Google_CPPbainchengfenggezhinan
说明:Google C++编程风格指南 -Google C++bianchengfenggezhinan<姜腾> 在 2025-10-01 上传 | 大小:57kb | 下载:0
[Windows编程] Windows_Vista_Sidebar_Gadget
说明:windows_sidebar开发,简单的开发说明,附实例-windows_sidebar development, the development of a simple descr iption, with examples<fhjash> 在 2025-10-01 上传 | 大小:423kb | 下载:0
[其他小程序] 6-27-PolynMinus
说明:最短路径的小程序,调试了好几天,今天终于可与上线了,欢迎大家指教啊-the best path<> 在 2025-10-01 上传 | 大小:2kb | 下载:0
[通讯编程] hongwai
说明:红外程序可以看一下。很不错哦。对初学者很好。-IR program can look at. Very good.<kevin.yang> 在 2025-10-01 上传 | 大小:20kb | 下载:0
[Windows编程] 4
说明:提示用户从键盘输入一句话(其中可能包含空格,以EOF标记作为结束,即用户输入Ctrl+Z作为输入结束),将其中的大写字母换成对应的小写字母,小写字母换成对应的大写字母。为避免不雅字眼,还需要将其中的“bullshit”(不论大小写)替换为“bush”(全部小写)。最后将替换前后的两句话分别显示在屏幕上。-Prompts the user to input a word from the keyboard (which may contain spaces, as the end of the E<郑聪> 在 2025-10-01 上传 | 大小:1kb | 下载:0