资源列表
Maze11
- 一个自己写的毕业设计的程序。就是模拟迷宫问题。界面比较漂亮。操作简单。-himself wrote a graduate of the design process. The problem is the simulation of the maze. More beautiful interface. Simple operation.
castle
- 一道很好的acm题目,虽然解答出来可能不是很难,问题是你能不能让它在规定的运行时间里面得到结果!-a good acm subject, although probably not out to answer difficult, the problem is you can not let them in the running time they get results!
堆栈问题
- 关于堆栈的一道很好的acm题目,虽然比较难,但是解答的比较巧妙!-on a stack of good acm topic, although relatively more difficult, but the rather clever answer!
小型简单的可以配置编程画图的编辑器
- 这是一个小型简单的配置或编程的画图编辑器-This is a small simple configuration or programming drawing editor
样式表滤镜
- css样例子,里面提供了丰富的常用的css样式范例,值得一看。-css kind example, they provide a wealth of common css style model overseas.
AExcel
- 用DELPHI做的excel组件,很实用.太实用了,一般做这个的都用到这个组件,对帮助开发人员是一个很好的源码!-with Delphi components do excel, very practical. Too practical, most of this done the components are used to help developers is a good source!
方法的重载
- 方法的重载。通过方法的重载分别计算一个长整型数或双精度数的立方-of heavy. Through the method of calculation a heavy long integer or double precision of a few cubic
能数的使用
- 对象作为参数的使用。一盘情况下,参数的类型为复合数据类型.-objects as parameters to use. One circumstances, the parameters for the type of compound data types.
winsocket++
- TCP/IP Winsock编程实例,利用Winsock编程由同步和异步方式,同步方式逻辑清晰,编程专注于应用,在抢先式的多任务操作系统中(WinNt、Win2K)采用多线程方式效率基本达到异步方式的水平,应此以下为同步方式编程要点进行快速通信 -TCP / IP Winsock programming examples, the use of Winsock programming from synchronous and asynchronous, synchronous mode l
JAVA递归
- 这是一个递归结构求斐波那契数列中的数列中的前10个数。-This is a recursive structure for Fibonacci series, the series of 10 numbers.
猜字
- 这是一个猜字游戏。定义一个数。从键盘输入,进行猜数。-guess it is a word game. Definition of a few. From the keyboard, several guess.
算数Factors
- 输入一个整数,计算这个数的所有因子。利用的是穷举法。-an integer input to calculate the number of all factors. Use Act is exhaustive.