资源列表
LIUSHENG
- 本程序为一个迷宫程序,利用C做图,效果比较好,有人工手动和自动两种方式-the procedures for a maze procedure, and use C to do map, the results were quite good, by manual and automatic two ways
Kidchart
- Kid编写的线型图源代码(C#),很好的学习图表制作的代码-Kid linear map prepared by the source code (C#), a good learning charts produced by the code
hs
- 还书系统说明,内容很详细,希望对大家有帮助
disanti
- (1)自选存储结构,输入含n个顶点(用字符表示顶点名称)和e条边的图G; (2)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS(深度优先)顶点序列(提示:使用栈实现DFS); (3)指定任意顶点x为初始顶点,对图G作BFS(广度遍历),输出BFS顶点序列(提示:使用队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及与之相关连的边,并作DFS遍历(执行操作3);否则输出信息“不存在x”; (6)判断图G是否是连通图,输出信息“YES”/“NO
CaptureSerail
- CApture port Serial Driver For LPC2136
Ns-2-upload
- Understand the basics of network simulator tool NS2. These tcl programs help u simulate the networks.
myBmp
- 使用C++分析来bmp格式图像文件并显示-Using C++ analysis and display bmp format image files
logfile
- 日志文件类操作,很是用,项目中使用的,对下载的人很有帮助-Log file class operation , it is used in the project to help people download
paixu
- 实现了各种的排序算法的功能,比如冒泡排序、快速排序之类的都有-Various sorting algorithms, such as bubble sort, quick sort of like have
chuanjiaoshi
- 三个传教士与三个野人渡河,只有传教士会划船,野人在岸上多于传教士会吃了传教士,一条船,只能带两个人,,用c语言实现野人与传教士问题-Three missionaries and three savage cross the river, only missionaries will be boating, Savage ashore than missionaries will eat the missionaries, a boat, only with two people, Savage
c-pointer
- 有助于C语言初学者学习指针,对指针做了详细的介绍和说明-FOR C USER
JNDIProject
- Java名字目录接口(Java Naming and Directory Interface,JNDI) 是Java EE 5提供的命名服务,它是一个Java 的API。 -创建初始上下文环境 Context ctx=new InitialContext() JNDI对象绑定String s=“Test String” ctx.bind(“Chapter2”,s) JNDI对象的重新绑定ctx.rebind(“Chapter2”,s)