联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据结构(310) 
按平台查找All Visual C++(310) 

[数据结构] 加减法运算器1.4

C++语言编写,可实现基于链表的加减法运算器,数据结构源程序
The C++ language is written to implement the chain based addition and subtraction arithmetic operator, the data structure source program (2018-01-27, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/1517041601229179.html

[数据结构] Huffman

哈弗曼编译码器 这是严蔚敏数据结构中介绍的哈弗曼编译码器中的改良版,功能更强大
Ha Fuman codec is Hafu Man codec Yan Wei-min data structures described in the improved version, more powerful (2012-08-11, Visual C++, 328KB, 下载3次)

http://www.pudn.com/Download/item/id/1963545.html

[数据结构] HeapTime

定时器源码,可作为网络编程的底层,详细的数据结构和算法
heap timer (2012-05-22, Visual C++, 7826KB, 下载3次)

http://www.pudn.com/Download/item/id/1881128.html

[数据结构] timer

二叉树定时器算法图形讲解,很详细,很全面,包括数据结构 算法
timer (2012-05-22, Visual C++, 9KB, 下载5次)

http://www.pudn.com/Download/item/id/1881091.html

[数据结构] Shortest-path

因特网最短路径优先(OSPF)路由算法的实现:根据给定的网络拓扑图求某路由器到其它路由器的最短路径,并生成路由表
Internet Shortest Path First (OSPF) routing algorithm to achieve: given the network topology of a router to other routers find the shortest path, and generate routing tables (2011-09-21, Visual C++, 10KB, 下载33次)

http://www.pudn.com/Download/item/id/1651179.html

[数据结构] hafumanbianmayima

哈夫曼编码译码器代码以及exe文件,数据结构
Huffman coding in Data structure (2011-09-01, Visual C++, 51KB, 下载2次)

http://www.pudn.com/Download/item/id/1636643.html

[数据结构] mid_value_filter

基于C语言和冒泡排序的中值滤波器的实现 基于C语言和冒泡排序的中值滤波器的实现
Bubble sort based on the C language and the implementation of median filter (2011-07-22, Visual C++, 179KB, 下载30次)

http://www.pudn.com/Download/item/id/1603925.html

[数据结构] biaodashi

数据结构:简单的单位数表达式求值模拟器 输入单位数计算出结果
数据结构:简单的单位数表达式求值模拟器 输入单位数计算出结果 (2011-04-14, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1491351.html

[数据结构] 1

ALV树的实现,用C++实现,是书上原版。用VC++编译器编译的
ALV tree implementation (2010-12-22, Visual C++, 357KB, 下载1次)

http://www.pudn.com/Download/item/id/1389436.html

[数据结构] apache

SSD数据结构试验用的apache服务器
SSD test data structure used in apache server (2010-09-03, Visual C++, 687KB, 下载1次)

http://www.pudn.com/Download/item/id/1287273.html

[数据结构] gy

可以进行科学计算的计算器,利用数据结构与算法的栈结构
EDITOR (2010-05-30, Visual C++, 2143KB, 下载1次)

http://www.pudn.com/Download/item/id/1194822.html

[数据结构] caculator

计算器,用c++实现的,功能一般,希望对大家有用
the caculator which discribed in c++ (2010-03-16, Visual C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1089381.html

[数据结构] JiSuanQi

计算器 数据结构课设参考资料.大家看看吧 小程序
Calculator. May it will help u. (2009-10-16, Visual C++, 3KB, 下载1次)

http://www.pudn.com/Download/item/id/939813.html

[数据结构] yaxin.ar

亚信杯 解题报告 毛毛虫 三角传送器 小建筑师
source code (2009-08-21, Visual C++, 5KB, 下载1次)

http://www.pudn.com/Download/item/id/885430.html

[数据结构] calculator

简单的计算器,用于大数的计算。位数没有限制。
simple large number calculator (2009-06-19, Visual C++, 5300KB, 下载5次)

http://www.pudn.com/Download/item/id/813488.html

[数据结构] computer

数据结构课程设计,用一元稀疏矩阵的表示实现计算器
computer computer computer (2009-05-02, Visual C++, 187KB, 下载2次)

http://www.pudn.com/Download/item/id/740571.html

[数据结构] KeyGen

RSA算法序号生成器
Serial number generator RSA algorithm (2009-01-06, Visual C++, 140KB, 下载9次)

http://www.pudn.com/Download/item/id/625869.html

[数据结构] 2

集合运算器 数据结构问题 可实现叫、并、差集。判断元素、子集,输出补集
Data collection of computing structural problems can be called, and, difference sets. Determine the elements, a subset of the output set up (2009-01-02, Visual C++, 2KB, 下载8次)

http://www.pudn.com/Download/item/id/622263.html

[数据结构] Editor

Visual C++ 实现 文本编辑器功能
Visual C++ Achieve a text editor features (2008-12-25, Visual C++, 173KB, 下载2次)

http://www.pudn.com/Download/item/id/615175.html

[数据结构] 001

在避免死锁的方法中,所施加的限制条件较弱,有可能获得令人满意的系统性能。在该方法中把系统的状态分为安全状态和不安全状态,只要能使系统始终都处于安全状态,便可以避免发生死锁。 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法。
Avoid deadlock in the method, the restrictions imposed by the weaker conditions, it is possible to obtain satisfactory system performance. In this method the state of the system is divided into security status and insecurity, as long as the system can always in a safe state, have been avoided deadlock. Banker (2008-11-01, Visual C++, 62KB, 下载1次)

http://www.pudn.com/Download/item/id/570973.html
总计:310