资源列表
[Windows编程] c++programmeidea
说明:是一本介绍C++的编程思想的书籍,很值得一看-Is an introduction C++ Ideological programming books, it is worth a visit<wendy> 在 2025-02-06 上传 | 大小:12.58mb | 下载:0
[.net编程] hanshuzuotu
说明:函数作图器,能做出各种基本函数的图像,如正弦余弦等,使用VB编写-Mapping function, and can make all kinds of basic function of the image, such as sine cosine, etc., the use of VB to prepare<wqwq> 在 2025-02-06 上传 | 大小:117kb | 下载:0
[Windows编程] C++yuandaima
说明:#define N 200 #include <graphics.h> #include <stdlib.h> #include <dos.h> #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b<wuziyang> 在 2025-02-06 上传 | 大小:58kb | 下载:0
[Windows编程] UnrollLoops
说明:利用模板元编程实现解循环优化 在《C++ Templates: The Complete Guide》一书中(以下简称书),提出了模板元编程最早的实际应用之一:在数值运算中进行解循环优化。 而本文的标题是噱头!本文的真正目的是指出这种优化措施在增加复杂性的同时,并不一定能明显改善效率。应当谨慎使用该技术——默认不使用该技术,在点积计算确实是效率瓶颈时考虑采用该技术,并认真测试该技术是否真能提高效率。-The use of tem<rock> 在 2025-02-06 上传 | 大小:11kb | 下载:0