搜索资源列表
TwoFish算法
- TwoFish算法,适用语言极多!有Delphi,Kylix VC & C++ visual basic ,NET PowerBuilder ,C++ Builder 等-TwoFish algorithm applies many languages! A Delphi, Kylix VC
冒泡算法等
- 冒泡算法等 数学计算,才学visual basic的可以看下了
数据结构课程设计最后完成
- 数据结构课程设计 程序开发平台:本程序的操作平台是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
printself
- 基visual studio C++实现的小代码 代码本身的功能为打印输出代码本身-basic visual studio C++ implementation code itself features a small code to print out the code itself
Binary_Tree
- Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
dijkstra
- dijkstra算法源代码,实现了dijkstra算法,并附有一个简单路网文件-dijkstra algorithm source code, to achieve the dijkstra algorithm, together with a simple network file
create_graphic
- 图的建立,有多种的图可以选择,也可以选择图的遍历方法,里面的图的存储结构是以顶点数组和邻接矩阵的方式存储的。-Map-building, there are several plans to choose, you can choose to graph traversal method, which the storage structure of the plan is based on vertex adjacency matrix of the array and stored the.
VB-ReversePoland
- 自己用VB写的逆波兰表达式算法,包括中缀表达式转换到后缀表达式,后缀表达式的计算,在模块reversePoland.bas中,都已经写成了函数。-This code source written with visual basic is a realization of reversepoland algorithm.The transformation to suffix expression is expected in the file reversePoland.bas. In addt
Dijkstra
- 简单的实现Dijkstra算法求最短路径,能输几个节点及各个节点的距离,然后算出中心节点与其他节点的最短路径。-Simple implementation Dijkstra algorithm seek shortest path, can lose several node and various node distance then calculated center node with other node shortest path.
array
- 在visual basic中定义数组,并且给数组取值。-Defined in an array of visual basic and value to the array.
85008216
- visual c++ 堆栈、非线性数据结构-二叉树 -visual basic
vb_CalculadoraCientifica
- calculator in visual basic 6
Stack-and-queue
- 用visual c++实现的栈与队列的基本操作。以停车场为例,具有初始化停车场,添加车辆,车辆出停车场,显示所有车位细信息等功能。-With the basic operation of the stack and queue visual the c++ realization. In the parking lot as an example, with initialization parking lot, add the vehicle, the vehicle out of the p
MD5_ENCRYPTION
- 基于visual basic的16位和32位的MD5加密算法-16 bit and 32 bit MD5 encryption algorithm based on basic visual
InfixToPostfix
- Infix to postfix conversion in VB.net