搜索资源列表
BoundAndBranch
- 我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose of the shortest path, Tree.cpp
TwoFish算法
- TwoFish算法,适用语言极多!有Delphi,Kylix VC & C++ Visual Basic ,NET PowerBuilder ,C++ Builder 等-TwoFish algorithm applies many languages! A Delphi, Kylix VC
chengxun
- 数据结构学习中常用的程序.用c语言编写.vc++6.0运行通过-data structure commonly used to study the procedures. C language used. Vc + +6.0 running through
bigNumberMult
- 大数相乘算法,使用C++语言在VC下实现.-large numbers multiply algorithm, the use of C language in the VC achieve.
DataStructureAndAlgorithm
- 数据结构和算法的C语言描述集合,有清晰的注释,在VC++6.0上已经通过测试。
homework
- 数据结构是编程的基础,本例是本人写的八个基本数据结构的实现方法,用C语言编写,在VC中调试成功,并带有少量的注释,有兴趣的可以研究一下。我在里面尽量使用了指针-data structure is the basis for programming, which in this case is I wrote the eight basic data structure of the method, using C language, in VC debugging success, and wi
datastructure(vc)
- 严蔚敏、吴伟民等《数据结构(c语言版)》一书的全部源代码
jisuanqi
- 计算器程序,c++语言实现,利用栈,可执行复杂的4则运算如8-1+(2-1)*9/3,vc++6编译通过
DS-Algo-VC
- 严蔚敏的数据结构(C语言)源码,适合研究
expression
- 用C语言版 编写一个表达式求值演算的 算法程序 要求:使用栈,需要将算法的过程显示出来 ,输入一连串算术值 如:2*(3+2)# 然后 显示出算术过程 和结果!先将输入的中缀 转换后缀 再求值 程序中使用两个栈! 可以在VC++ 中运行- A linear epitope recognized by both MAbs,c2410 and WH303,which has strong specificity of CSFV,has been precisely defined and l
hitag2
- Hitag2算法的C语言程序。验证通过。可运行于VC-// Software optimized 48-bit Philips/NXP Mifare Hitag2 PCF7936/46/47/52 stream cipher algorithm by I.C. Wiener 2006-2007. // For educational purposes only. // No warranties or guarantees of any kind. // This code is r
Double_circular_linked_list
- 双向循环链表(C语言实现),一个完整的C语言实现双向循环链表的例子,已经通过vc 6.0的编译运行成功-Double circular linked list (C language), a complete C language example of two-way circular list has been compiled by vc 6.0 runs successfully
Queue
- 队列的代码实现,VC++开发平台,C语言描述的数据结构。-The queue code, VC++ development platform, the C language to describe the data structure.
VC
- 关于C语言的入门程序,包含将三个数按从小到大的顺序排列、比较数的大小等程序,快来看一看瞧一瞧喽-Getting Started on the C language program, including the three numbers by the order from small to large, more the size of the number of procedures, come take a look take a look around myself ~ ~
vc
- c语言中的指针和数组相关知识的指导,适合初学者使用-c language pointers and arrays knowledge guidance for beginners
vc-hafuman
- 用c语言实现哈弗曼算法 用程序简单的实现求值。-use vc write a hafuman if you want ,please load down
cordic-c-vc-6.0
- cordic算法的c语言实现,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角,适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm realize the C language, input x, y coordinates of two points, are automatically calculated to change point and plane coordinate axis ( x axis positive ) angle,
VC
- C语言程序代码可以使张姓显示在VC下运行-C language program surnamed Zhang showed in the VC run
ABC-VC
- 蜂群算法C语言实现,附带中文注释,简单易懂-ABC algorithm coded using C programming language
sort
- 使用c语言实现的各种排序算法,比较详尽,基本的排序算法都包含在内(Various sorting algorithms implemented using c language.)