-
the problem of farmer crossing the river
用图的深度优先搜索实现农夫过河问题的解答(The solution of the problem of farmer crossing the river by the depth first search of the graph)
- 2018-02-12 09:07:42下载
- 积分:1
-
cuda_histogram
在matlab中可以调用的程序,用c语言编写,cuda求直方图(used in caculating histogram of color images , )
- 2010-09-28 09:31:32下载
- 积分:1
-
coolbutton
按钮的编写,用MFC实现,具体实现为XP风格按钮(XP style button)
- 2009-04-12 18:39:31下载
- 积分:1
-
hailang147258
说明: 本源码是仿真海浪运动的实例,代码有详细的注释,是初学的好例子(???)
- 2008-08-30 10:27:52下载
- 积分:1
-
UnixShell4osDesign
Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。
本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用
户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命
令(比如cd,详见要实现的命令),以及输入输出重定向等功能。(Unix shell is unix order to explain procedures to enable users to a friendly manner operational procedures and the enforcement of the order. The courses require students to design the linux under orders to write an interpretation of procedures, Ksh most basic functions. : Allows users to enter an executable program and the name of its command line parameters, the implementation of this procedure. Simultaneously part of the internal commands (such as cd, details to be achieved in order), and redirect input and output functions.)
- 2007-05-15 20:45:30下载
- 积分:1
-
getbmpvc
VC++通过位图文件直接获取位图文件大小,打开一张BMP位图后,立即显示出位图大小,这里是获取像素尺寸大小,不用占用字节。(VC++ After obtaining the size of the bitmap file directly through the bitmap file, open a bitmap BMP, immediately shows the bitmap size, here is to get the pixel size, without taking bytes.)
- 2014-06-10 13:45:06下载
- 积分:1
-
Polynomial
Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term
2x4
has the coefficient 2 and the exponent 4. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities:
Overload the addition operator (+) to add two Polynomials.
Overload the subtraction operator (-) to subtract two Polynomials.
Overload the assignment operator to assign one Polynomial to another.
Overload the multiplication operator (*) to multiply two Polynomials.
Overload the addition assignment operator (+=), subtraction assignment operator (-=), and multiplication assignment operator (*=).
- 2013-05-05 21:59:33下载
- 积分:1
-
20051216165434883
说明: 这是一个用vc编写的简单的图形查看器程序,它可以用来实现图形查看的功能,好用哦(vc)
- 2005-12-23 10:59:08下载
- 积分:1
-
videocap
一个简单的例子,捕捉视频,供学习和研究用.可任意下载.(A simple example, capture video, for learning and research. Can be downloaded.)
- 2007-09-01 15:37:34下载
- 积分:1
-
tututu
用C语言编写的图基于邻接表的深度遍历和广度遍历,可从不同的接点出发遍历(With the C language based on the adjacency list graph traversal of the depth and breadth of traversal can be traversed starting from a different contact)
- 2010-03-02 08:50:56下载
- 积分:1