资源列表

« 1 2 ... .72 .73 .74 .75 .76 1777.78 .79 .80 .81 .82 ... 1877 »

[书籍源码CPPavoid-memery-leak-

说明:C++内存防止泄露的几点经典建议,有比较大的参考价值===尽可能的让你的函数就一个出口(当然做不到也要尽可能的简单化,建议可以使用do{...}while(false)来实现函数的一个出口),这样做的好处是保证在函数的出口作所有内存的释放,另一个好处是程序的易维护性。-C++ memory to prevent leaked some classic reference value
<zhangtao> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[书籍源码signed_mult17b_addtree-

说明:实现了17乘以17的带符号位的乘法器,采用流水结构,加法树结构-relize a multiplier by using add-tree and level archtiture.
<徐高伟> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[书籍源码quickarray

说明:用c语言描述的,将书上的快速排序稍微改良,快速排序算法-made the quicksort of book better
<> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[书籍源码SimpleFactory

说明:设计模式-简单工厂举例,定义了三种简单工厂的抽象产品类,并定义了简单工厂类进行了验证-Design patterns- simple factory for example, defines three simple abstract factory class, and define a simple factory class verified
<majing> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[书籍源码Script--Lab4

说明:Fourier descr iptor which is invariant to rotation and scaling
<ibrahimsadek> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[书籍源码sort

说明:基于链式存储的基数排序算法,很好用的。很不错的,参考书籍。-Radix Sort algorithm based on chain store, easy to use.
<fengjianlong> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[书籍源码mergesortg

说明:本代码是归并算法的C++实现,开发环境是visual stdio 2008-This code is mergesort algorithm ,C++ implementation and development environment is visual stdio 2008
<Roy_sky> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[书籍源码QuickSort_hoare

说明:该源码是快速排序之霍尔排序,C++实现的,在POJ上面测试过了!-The source code is the quicksort hall the sort, C++ achieve the above in POJ tested!
<Roy_sky> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[书籍源码quickSort_randsort

说明:该源码是快速排序之随机选择排序,C++实现,POJ上测试过-The source code is quicksort the random selection sort, C++ achieve POJ tested
<Roy_sky> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[书籍源码3192011003_X2_2_3C

说明:魔王的语言,源码,文件读入输出,文件输入字典-The language of the devil, the source file is read into the output, file input dictionary
<缴万鑫> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[书籍源码ziegler

说明:使用ziegler函数可以直接设计出系统的PID类控制器-Use the ziegler function can be directly designed PID class controller
<FAN> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[书籍源码chapter3

说明:这是Programming in C这本书第三章节的书后习题答案,希望对你有帮助。-Programming in C chapter 3
<zhangtong> 在 2025-01-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .72 .73 .74 .75 .76 1777.78 .79 .80 .81 .82 ... 1877 »

源码中国 www.ymcn.org