文件名称:smalldll
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:5.73kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
优化C++程序编译效率的实例
(1)自定义程序的入口
(2)合并区段
(3)不用调malloc,free等函数
(3)不用cout来输出,cin来输入
(4)如果调用了很多库函数如memset,stycpy等等
的话,请导入msvcrt.lib,不然编译器会在程序里面
导入静态库,这样的话程序就会大很多。。
(5)........
减少程序运行内存占用量可以调用
SetProcessWorkingSetSize(GetCurrentProcess(),-1,-1) -Optimized C++ program compiled efficiency Example (1) custom program entry (2) combined section (3) do not adjust malloc, free and other functions (3) not cout to output, cin to input (4) If you call a lot of libraries functions such as memset, stycpy so, then please import msvcrt.lib, otherwise the compiler program which will import the static library, so the program will be much larger. . (5 )........ reduce the memory footprint of running the program can call SetProcessWorkingSetSize (GetCurrentProcess (),-1,-1)
(1)自定义程序的入口
(2)合并区段
(3)不用调malloc,free等函数
(3)不用cout来输出,cin来输入
(4)如果调用了很多库函数如memset,stycpy等等
的话,请导入msvcrt.lib,不然编译器会在程序里面
导入静态库,这样的话程序就会大很多。。
(5)........
减少程序运行内存占用量可以调用
SetProcessWorkingSetSize(GetCurrentProcess(),-1,-1) -Optimized C++ program compiled efficiency Example (1) custom program entry (2) combined section (3) do not adjust malloc, free and other functions (3) not cout to output, cin to input (4) If you call a lot of libraries functions such as memset, stycpy so, then please import msvcrt.lib, otherwise the compiler program which will import the static library, so the program will be much larger. . (5 )........ reduce the memory footprint of running the program can call SetProcessWorkingSetSize (GetCurrentProcess (),-1,-1)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mydll.cpp
mydll.def
mydll.h
resource.h
sample.cpp
sample.h
mydll.dll
mydll.lib
sample.exe
sample.rc
b.bat
dll.cpp
readme.txt
mydll.def
mydll.h
resource.h
sample.cpp
sample.h
mydll.dll
mydll.lib
sample.exe
sample.rc
b.bat
dll.cpp
readme.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.