搜索资源列表
线性表数据结构
- VB.net数据结构演示算法,有对话框,填入数列序号,即可得到所需值-VB.net demonstration algorithm data structure, a box filled series serial number can be required value
SortTest
- 说明: 这一段在复习数据结构和算法,有一些零星笔记,在Others这个归类下,欢迎指正。 对于排序算法,想做一个动态演示的东东,因此今天使用VB.net大概实现了一个,界面如下,代码有2个版本,一个可以指示当前循环的位置(但设计感觉不好,也找不到更好的办法),一个没有。 -Note : This section of the review of data structure and algorithm, a few scattered notes, in the classified
RBTree
- 使用VS.NET开发的数据结构红黑树可视化图形界面演示。可以进行节点的添加及删除。-use VS.NET development of the data structure RED-BLACK TREE visual graphical interface demo. The nodes can be added and deleted.
TwoFish算法
- TwoFish算法,适用语言极多!有Delphi,Kylix VC & C++ Visual Basic ,NET PowerBuilder ,C++ Builder 等-TwoFish algorithm applies many languages! A Delphi, Kylix VC
duopidao
- 模拟多批道处理程序C# 操作系统课程设计,这个把握不大,没有好的测试例子。自己看吧。 转载请注明出自www.shootsoft.net-simulated multiple processing Road # C courses on operating system design, not grasp this, there is no good test case. Ion battery. Please specify reproduced from www.shoot
111ddds
- 测试各种排序算法,使用VC.NET进行开发,如果有任何问题请发邮件给我-test algorithm, using VC.NET develop, if there is any question, please send an email to
huffman-src
- 8种不同的方式实现了Huffman编码算法,使用Visual Studio .NET(建议使用VS .NET 2003或以上版本)或 gcc 3-eight different ways to achieve the Huffman coding algorithm, Visual Studio.NET (recommended VS.NET 2003 or later) or gcc 3
zju1002
- zju 1002 Fire Net 代码 -zju 1002 Net Fire Code
dotNET_display
- .Net显示了友好的人机界面,以及非常少量的原代码就能够完成所要的功能
SentenceSplitter
- .NET写的中文分词组件, 适用于小型搜索引擎中文分词。
CSharpAndASP
- 精通C#与ASP.NET程序设计,pdg格式,从入门到精通都有.
datastruct
- 数据结构动画演示系统(运行需安装.NET框架1.1)
BPlusTree
- B+树的演示程序,在vs.net 2003 下编译通过。是数据库基础的课程设计。
Mediar
- Microsoft Visual C# 是世界上最流行的编程语言,利用 Visual C# 的最新版本 Visual C# .NET,您能够快速、有效地开发基于 Windows 窗体的应用程序,还可以为嵌入了 Microsoft Windows Media? Player 9 Series ActiveX 控件的应用程序添加新鲜、有趣而又非常实用的功能。本次课程设计在 Microsoft Visual C# .NET 中使用 DirectShow 控件,开发一个媒体播放器。创建一个简单 Visu
C19
- 数据结构课程设计,求无向网最短路径,利用c++6.0编程环境-data structure curriculum design, without seeking the shortest path to the net, using c 6.0 programming environment
关键路径
- (1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2). (4)根据各顶点的ve和vl值,求每条弧s的最早发生时间e(
AOE-net
- 该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated critical path, that is a judgmen
数据结构课程设计最后完成
- 数据结构课程设计 程序开发平台:本程序的操作平台是WINDOS XP ,编程工具是VISUAL BASIC.NET。运行程序需要安装Microsoft.NET Framework 1.1。 硬件环境:P3以上处理器. 程序功能:将十进制数转换为2进制后进行逻辑运算。实现布尔表达式。-data structure course design program development platform : the operating procedures of the T4010 XP platfor
Fishing-net-or-drying
- 中国有句俗语叫三天打鱼两天晒网.某人20岁从1990年1月1日起开始三天打鱼两天晒网问这个人在以后的某一天中是打鱼还是晒网?-Chinese saying goes, called the fits and starts. Someone 20 years from January 1, 1990 began in fits and starts after the network asked the people in one day in the sun or fishing net ?
InfixToPostfix
- Infix to postfix conversion in VB.net