文件名称:MemoryCollectTest
- 所属分类:
- 系统编程
- 资源属性:
- [C/C++] [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 400kb
- 下载次数:
- 0次
- 提 供 者:
- xvdon*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C#的垃圾回收机制,使我们编程时,不用想C++的时代一样,小心翼翼的手动释放内存,但当程序很大,并且频繁的增加对象时,内存不断增加。直到系统无法吃得消。本程序演示了如何手动的释放不用的内存,优化程序占用的windows资源。-C# garbage collection, so that our programming, do not want the C++ era, carefully release the memory manually, but a great program, and the frequent increase in the object, the memory is increasing. Until the system can not be able to stand. This program demonstrates how to manually release unused memory optimizer windows occupied resources.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MemoryCollectTest\WindowsFormsApplication2.sln
.................\WindowsFormsApplication2.suo
.................\........................\Form1.cs
.................\........................\Form1.Designer.cs
.................\........................\Form1.resx
.................\........................\Log.cs
.................\........................\MyNormalClass.cs
.................\........................\Program.cs
.................\........................\RevokeMemory.cs
.................\........................\WindowsFormsApplication2.csproj
.................\........................\Properties\AssemblyInfo.cs
.................\........................\..........\Resources.Designer.cs
.................\........................\..........\Resources.resx
.................\........................\..........\Settings.Designer.cs
.................\........................\..........\Settings.settings
.................\........................\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
.................\........................\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
.................\........................\...\...\.....\GenerateResource.read.1.tlog
.................\........................\...\...\.....\GenerateResource.write.1.tlog
.................\........................\...\...\.....\WindowsFormsApplication2.csproj.FileListAbsolute.txt
.................\........................\...\...\.....\WindowsFormsApplication2.exe
.................\........................\...\...\.....\WindowsFormsApplication2.Form1.resources
.................\........................\...\...\.....\WindowsFormsApplication2.pdb
.................\........................\...\...\.....\WindowsFormsApplication2.Properties.Resources.resources
.................\........................\bin\Debug\kernel32.dll
.................\........................\...\.....\WindowsFormsApplication2.exe
.................\........................\...\.....\WindowsFormsApplication2.pdb
.................\........................\...\.....\WindowsFormsApplication2.vshost.exe
.................\........................\...\.....\WindowsFormsApplication2.vshost.exe.manifest
.................\........................\obj\x86\Debug\TempPE
.................\........................\...\...\Debug
.................\........................\...\x86
.................\........................\bin\Debug
.................\........................\Properties
.................\........................\obj
.................\........................\bin
.................\WindowsFormsApplication2
MemoryCollectTest
.................\WindowsFormsApplication2.suo
.................\........................\Form1.cs
.................\........................\Form1.Designer.cs
.................\........................\Form1.resx
.................\........................\Log.cs
.................\........................\MyNormalClass.cs
.................\........................\Program.cs
.................\........................\RevokeMemory.cs
.................\........................\WindowsFormsApplication2.csproj
.................\........................\Properties\AssemblyInfo.cs
.................\........................\..........\Resources.Designer.cs
.................\........................\..........\Resources.resx
.................\........................\..........\Settings.Designer.cs
.................\........................\..........\Settings.settings
.................\........................\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
.................\........................\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
.................\........................\...\...\.....\GenerateResource.read.1.tlog
.................\........................\...\...\.....\GenerateResource.write.1.tlog
.................\........................\...\...\.....\WindowsFormsApplication2.csproj.FileListAbsolute.txt
.................\........................\...\...\.....\WindowsFormsApplication2.exe
.................\........................\...\...\.....\WindowsFormsApplication2.Form1.resources
.................\........................\...\...\.....\WindowsFormsApplication2.pdb
.................\........................\...\...\.....\WindowsFormsApplication2.Properties.Resources.resources
.................\........................\bin\Debug\kernel32.dll
.................\........................\...\.....\WindowsFormsApplication2.exe
.................\........................\...\.....\WindowsFormsApplication2.pdb
.................\........................\...\.....\WindowsFormsApplication2.vshost.exe
.................\........................\...\.....\WindowsFormsApplication2.vshost.exe.manifest
.................\........................\obj\x86\Debug\TempPE
.................\........................\...\...\Debug
.................\........................\...\x86
.................\........................\bin\Debug
.................\........................\Properties
.................\........................\obj
.................\........................\bin
.................\WindowsFormsApplication2
MemoryCollectTest