资源列表
finemax
- 这是一个通过递归来实现查找数组中的最大值,用指针来作参数传递
kjinzhi
- 这是一个实现k进制的程序,进制是从1到9,可以循环选择
zhiyingshu
- 这是一个实现质因数分解的程序,输出这个数的质因数的连乘形式
lingxing
- 这是一个用来输出对称的菱形星号的程序,分别输出实心和空心的菱形星号
cycle
- 这是一个用来求循环节的程序,最后输出循环节
andian
- 这是一个用来实现找鞍点的程序,最后输出鞍点所在的横坐标和纵坐标
0818Undo_demo
- 一个很好的带有Redo,Undo功能的例程,绝对值得一看.
StackWalker
- In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads / processes. Therefore I wrote this project. The goal for this project was the following: Simple interface t
Number_To_Text_Converter_src
- This program is a Number to Text converter. which can convert a given number (range from one to hundred of vigintillion(10^63) ) to the text that people use to pronouce the number. Feel free to use this code and please give feedback to me. Righ
design_patterns_templates-0_2
- Any cs. student a ny average university will at some point be faced with design patterns (dp for the rest of the article). Dp s are generic principles or best practices from software development. This article is not an introduction to dp s, since oth
cpp_mru_cache
- I suppose you know what a MRU cache is, otherwise you wouldn t been reading this. This is an implementation of a very simple one using only STL. To implement a cache, derive a subclass from this template class. As an implementor, you d have
PDF_Saver
- The main purpose of this paper is to demonstrate how to create a PDF writer by using Virtual Printer Method, which gives your applications an ability to generate PDF file through simply \"printing\". I am pretty sure there are many PDF writers using
