搜索资源列表
GC_1_140
- 每天,我们都要花很多时间来读代码——其他同事的代码、MSDN或者网上搜来的代码片断、开源项目的代码,等等。可以说,一个程序员的开发生涯里,有一大半的时间是在阅读别人的代码中度过。所以,代码的可读性至关重要。 且不提深层次的代码风格,先说说最基本的代码书写格式:空格、换行、缩进、注释、对齐……书写习惯因人而异,如果不巧你手头上这份代码作者的书写格式和您的习惯有很大出入,阅读这样的代码恐怕就会比较困难了。更差的情况,试想你看到的代码参差不齐、拥挤不堪、或者代码超长而不换行,或者缺少注释,那
GCDemo
- 本示例说明了托管垃圾回收与非托管代码之间的相互操作。 本示例说明了 GC 类的新的 AddMemoryPressure 和 RemoveMemoryPressure 方法。您可以使用这些方法为零代回收更改垃圾回收策略的模式。只要正在分配的非托管资源的数目大大超过同一批资源的托管占用空间,您就应使用这些方法向垃圾回收器 (GC) 发出提示。如果没有该提示,GC 就不会注意非托管内存,因而便选择不到最理想的回收策略。 运行该示例,观察在有内存压力和无内存压力的情况下成功分配的数目
gc
- gc:高级程序员考试用书的c程序源文件-gc : Senior Programmer examination with the source files c
GC 2015代码
- 瑞芯微代码,2015摄像模组驱动
GC_1_140.zip
- GC GreatCode 1.140 用於整理C/C++程式碼縮排雜亂的原始碼,VC編譯後使用。,GC GreatCode 1.140 for finishing C/C++ code of the source code indent clutter, VC compiled for later use.
StereoEvaluating
- OpenCV支持的三种双目立体视觉算法BM,SGBM,GC综合比较,输出视差效果-Evaluating BM,SGBM,GC algorithm..
myPlayerV1.00402
- 支持插件功能,插件dll直接放入根目录即可 1.支持文件格式:*.mp3 *.mp2 *.mp1 *.ogg *.wav* *.aif *.wma cda *.flac *.* *.wv *.ogg *.midi *.mid *.rmi *.kar 2.支持换肤功能,可以自己制作喜爱的皮肤 3.visual效果有3*3-1种样式 4.声道显示 5.视频图像比例调整,双击视频全屏,再次双击退出,右键菜单 6.支持程序拖放(把音频或视频文件拖放到程序图标上就可以
gc
- 键盘输入控制及碰撞检测,通过控制两个不同的箭头实现 1.AWSD和方向键控制 2.其中包含游戏引擎-Keyboard control and collision detection
gc
- VB可实现无线鼠标控制,可设分辨率,按一个按键可实现步长为1或步长更多的鼠标移动-VB enables wireless mouse control, can be set up resolution can be achieved by a key step for step 1 or more mouse
MT6227
- MT6227 pc suite anycool gc 338
dsc
- 这个系列其实早就想写了,断断续续关注C++0x也大约有两年余了,其间看着各个重要proposals一路review过来:rvalue-references、concepts、memory-model、variadic-templates、template-aliases、auto/decltype、GC、 文章来源:iT人家 (www.itrenjia.org) 原文地址:http://www.itrenjia.org/2010/1031/694.html-This ser
GC-CAM892.1M
- GC-CAM892.1M. GC-CAM892.1M.pdf
GC
- Garbage collection mechanism of operating system is discussed in this document.
gcvoice_windows
- gc voice for testing E1
tinygc-2_6
- TinGC是一简单的垃圾回收程序,类似于GC.collect()函数。其实著名的BDWGC的一个API应用,是在其基础上进行开发的工程。 TinGC是一个完整的工程,也可以加入其他的程序作为内存、指针等得回收工作。-TinyGC is an independent implementation of the API of the well-known Boehm-Demers-Weiser Conservative GC ("BDWGC" or "BoehmGC" for short).Ti
GC
- 程序实现了内存的自动整理,对C++程序员只需要分配内存,内存的释放可以后本程序自动完成。-The program automatically organize memory, C++ programmers only need to allocate memory, the release of memory can be done automatically.
FileSplitAndJion
- 文件的分割与合并,亮点在于用了多线程和.net的GC机制,using新用法,想学习的可以下载下来看一下-File split and merge, the highlight of a multi-threaded. NET GC mechanism, using the new usage, want to learn can be downloaded look...
GC
- 浅谈GC ——.NET垃圾回收机制的简单探讨-On the GC--. NET garbage collection mechanism of the simple
match-gc
- gc 图像分割立体匹配算法-gc image segment stereo matching0000000000
GC-PowerStation
- 在此只把在离线编程过程中常用到的功能列出进行简要说明,一些不常用或者没用到的功能没有进行说明,有兴趣可以在业余时间练习使用。(In this case, the list of functions that are commonly used in offline programming are briefly explained. Some functions that are not commonly used or not used are explained. They are inte