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

[数据结构] 约瑟夫斯问题求解

约瑟夫斯问题求解,利用C语言,但是使用的vc6.0的旧的编译器运行的!
Josephus Problem C Language Solution! (2018-12-22, C/C++, 39KB, 下载0次)

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

[数据结构] wrotocalbyte

本人自已寫的一個24 c的計算器 希望大家多多的幫我改正, 有什麽更好的算法,還請指 c! (2018-04-15, C/C++, 10KB, 下载1次)

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

[数据结构] 多项式

多项式运算,可以进行大量的多项式运算,四则运算等
Polynomial arithmetic, can undertake a large number of polynomial arithmetic, arithmetic, etc (2017-12-14, C/C++, 1295KB, 下载2次)

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

[数据结构] csm

实现程序从数据库下载配置数据并动态更新的功能。程序根据数据表的定义,通过CLI解析生成数据库相关表的内存数据结构。启动时可从主配置服务器下载配置数据,并存储在内存当中,当配置更新时,通过触发器更新当前内存,达到动态更新的目的。
DB configuration download and dynamically updated (2016-03-01, C/C++, 46KB, 下载4次)

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

[数据结构] Sparse-polynomial-arithmetic

稀疏多项式运算器实验报告(内含全部源码),属于数据结构的课程实验报告
Sparse polynomial arithmetic test report (containing all source code), belonging to the experimental report data structures course (2014-11-07, C/C++, 71KB, 下载5次)

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

[数据结构] airport

【问题描述】假设机场有一条跑道,每架飞机需花费一定时间着陆,花费一定时间起飞,飞机的起降满足一定的概率。一般来讲,机场存在两个队列,一个等待着陆的飞机队列和一个等待起飞的飞机队列,同样等待时间下,等待着陆的飞机比准备起飞的飞机具有更高的优先级。试编写程序模拟这个机场的运行。 【基本要求】使用队列或优先队列实现;要求可以变换起飞和着陆频率来模拟一天中的飞行高峰期和空闲期;要求可以改变着陆和起飞时间以模拟不同的效果。 【实现提示】可以假设有一个每次前进一分钟的模拟时钟,对于每一分钟,产生两个随机数:如果第一个随机数小于landingRate/60,那么一个“着陆到达”将发生并被添加到着陆队列中;如果第二个随机数小于takeOffRate/60,那么一个“起飞到达”将发生并被添加到起飞队列中。接着,检查跑道是否空闲。若空闲,首先检查着陆队列是否为非空,如果是,允许第一架飞机着陆;否则,处理起飞队列。
Description of the problem the assumption that the airport has one runway, each aircraft landing takes a certain period of time, take some time to take off, taking off and landing of aircraft to meet a certain probability. Generally speaking, the airport there are two queues, a queue waiting for the aircraft landing, and a waiting for takeoff the aircraft queue, the same wait time, waiting for the landing of the aircraft has a higher priority than the aircraft ready to take off. Try to write a program to simulate the operation of the airport. Requirements】 queue or priority queue implementation requirements can transform the frequency of take-off and landing day to simulate the flight peak periods and the idle period requirements can change the landing and take-off time in order to simulate different effects. [Tip] can be assumed to have an analog clock forward one minute at a time, every minute, resulting in two random numbers: If the first random number is less than landingRate/6 (2013-05-08, C/C++, 181KB, 下载7次)

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

[数据结构] code

用C语言实现,基于迭代器的一元多项式计算,使得算法与具体的容器无关
Using the C language, regardless of the algorithm with specific container iterator-based polynomial, so (2013-01-11, C/C++, 10KB, 下载6次)

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

[数据结构] Integer

功能相对完整的大整数类,Integer 数据类型提供了针对 32 位处理器的优化性能
Relatively complete integer class, Integer data type provides optimized performance for 32-bit processors (2013-01-10, C/C++, 5KB, 下载2次)

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

[数据结构] asm-C-CPP-program

包括C语言哈夫曼树的实现;win32写的代码统计工具;汇编加密解密机masm程序;C++哈夫曼树的实现;汇编简单计算器;汇编编译工具
Including the realization of C language Huffman tree win32 statistical tools to write code assembly the encryption decryption machine masm process C++ Huffman tree realization compilation of simple calculator assembler tool (2012-10-10, C/C++, 5067KB, 下载3次)

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

[数据结构] erchashujisuanqi

数据结构的二叉树遍历,多功能计算器,是学习二叉树的经典案例
Binary tree traversal of the data structure, multi-function calculator, is a classic case of learning binary tree (2012-08-25, C/C++, 299KB, 下载2次)

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

[数据结构] BinaryTree

二叉树操作的一些算法函数,遍历方法,迭代器,线索树,内附文档
Algorithmic functions of the binary tree operations, traversal methods, iterators, clues tree, enclosing document (2012-08-03, C/C++, 1041KB, 下载5次)

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

[数据结构] nibolanjisuanqi

这事逆波兰计算器的c程序,学习数据结构中可以用来动手试试
This calculator inverse Poland of c program, the study data structures can be used to begin to try (2012-04-26, C/C++, 1KB, 下载4次)

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

[数据结构] xishujvzhen

数据结构中的经典算法,稀疏矩矩阵在程序中常使用二维阵列表示,二维阵列的大小与使用的存储器空间成正比,如果多数的元素没有数据,则会造成存储器空间的浪费,
Classical algorithm in the data structure, sparse moment matrix two-dimensional array are often used in the program, said the size of two-dimensional array with the use of memory space is proportional to, if not most of the elements of the data, will result in waste of memory space, (2010-12-06, C/C++, 28KB, 下载2次)

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

[数据结构] jisuanqi

多项式的计算器,可以用来加减乘除各类多项式并得出正确结果
Polynomial calculator can be used all kinds of polynomial addition and subtraction multiplication and division and reached a correct result (2009-09-22, C/C++, 311KB, 下载20次)

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

[数据结构] plus

简单的复数加减乘除编译器,用C语言实现,实现复数的加减乘除
Plural simple calculation compiler, using C language (2009-07-07, C/C++, 209KB, 下载6次)

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

[数据结构] calculator

基本的计算器程序,可供C语言初学者学习一部分数据结构
Basic calculator program for beginners to learn the language part of C data structures (2009-05-22, C/C++, 6KB, 下载3次)

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

[数据结构] bc3

可以计算整数四则运算,例如:7+5*(3+4),表达式计算器。
Can calculate the integer arithmetic, for example,: 7+ 5* (3+ 4), expression calculator. (2008-06-12, C/C++, 9KB, 下载39次)

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

[数据结构] xishijuzhneng

稀疏矩阵的运算器,数据结构课程设计的内容
Sparse matrix computation, data structure of the content of the curriculum design (2007-12-22, C/C++, 2KB, 下载101次)

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

[数据结构] 20032315

这是一个计算器的程序,使用C++编写, 在VC控制台下运行
This is a calculator, the use of C++, VC console running (2006-06-04, C/C++, 2KB, 下载15次)

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

[数据结构] huffman_cdoe

多个Huffman编码、解码器的程序,对数据结构的学习者很有用。
over Huffman encoding, decoding device procedures, data structures useful to learners. (2005-11-24, C/C++, 73KB, 下载36次)

http://www.pudn.com/Download/item/id/127041.html
总计:132