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

[数据结构] data-juggler

数据包装器和丰富器
A data wrapper and enricher (2022-12-03, TypeScript, 0KB, 下载0次)

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

[数据结构] data

从Clojure数据结构到CSV读取器写入器
CSV reader writer to from Clojure data structures (2023-05-26, Clojure, 0KB, 下载0次)

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

[数据结构] matcher-combinators

用于创建匹配器组合器以比较嵌套数据结构的库
Library for creating matcher combinator to compare nested data structures (2023-06-02, Clojure, 0KB, 下载0次)

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

[数据结构] 哈夫曼编译码器

HUFFMAN编译码器,C语言,数据结构
HUFFMAN decoder, C language, data structure (2018-11-25, C/C++, 95KB, 下载1次)

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

[数据结构] exceed-bridge

文本分类器 文本分类算法 详细介绍了算法过程 (2018-07-05, Java, 5KB, 下载1次)

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

[数据结构] DRLO891

快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用 (2018-05-24, C++, 4KB, 下载0次)

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

[数据结构] qbcixfb30

本压缩包包含了C-编译器的设计文档与源代码,供学习参考, (2018-03-14, Others, 747KB, 下载1次)

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

[数据结构] 简易计算器

实现四则运算和三角函数运算功能的自制简易计算器
Implementation of four operations and trigonometric functions (2017-12-18, C++, 1KB, 下载2次)

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

[数据结构] 一元多项式计算器

一元多项式计算器可输入负号20个字要我怎么写呀,现在够不够了
One element polynomial calculator (2017-12-08, C/C++, 5KB, 下载1次)

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

[数据结构] 计计计算器

用C++实现小型计算器的功能,包括四则运算,三角函数,对数函数,幂函数的运算
Using C++ to achieve the function of small calculators, including four operations, trigonometric function, logarithmic function, power function calculation (2017-06-22, C/C++, 4KB, 下载3次)

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

[数据结构] main

1.某银行有四个窗口。编制程序记录银行的客户服务情况,并计算当天客户的平均逗留时间。 2.事件 类型:客户到达和四个窗口的客户离开。 时间:时间发生时间 3.事件考虑用“链表”进行存储。
1 There are four windows of a bank. Programming the bank s customer service record, and calculate the average length of stay of customers that day. 2 events Type: customers arrive and leave the customer four windows. Time: Time occurrence time 3. Event consider using "list" for storage. (2014-04-20, C/C++, 1KB, 下载1次)

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

[数据结构] calculate

栈式计算器~~~哈工大数据结构软件设计一~~~
The Stacker Calculator ~ ~ ~ HIT data structure software design ~ ~ ~ (2012-06-20, Visual C++, 6200KB, 下载4次)

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

[数据结构] clock

改进的Clock算法(Not Recently Used):为每页设置一访问位A,和一修改位M,将内存中的所有页面保存在一个类似于钟面的数据结构中,实验中采用了循环数组来模拟时钟。某页被访问,访问位置1;某页面被修改,修改位置1。本实验采用的是发生命中时,指针指向下一个页面。当发生缺页中断时,既要考虑最近未被访问过的页面,又要考虑最近未被修改过的页面,其执行步骤分为以下三步: 1:从当前指针所指位置扫描一遍循环数组,寻找A=0、M=0的页面,若找到,则置换页面,第一次扫描过程中不修改访问位。 2:如果第一步失败,则开始第二轮扫描,寻找A=0且M=1的页面,找到后立即置换,并将所有扫描过的页面访问位A都置0。 3:如果第二步仍未找到,则重复第一步,必要时再重复第二步,直到找到可以被置换出的页面为止。
clocking algorithm (2012-03-20, C/C++, 443KB, 下载6次)

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

[数据结构] youxianshu

优先数调度处理器算法,实现处理器调度的程序,
Processor scheduling algorithm is priority number to achieve processor scheduling procedures, (2009-12-20, Visual C++, 6KB, 下载16次)

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

[数据结构] Poly

一元多项式的加减的实现。本程序的特色是 不会因为要接收数字而用户输入的是字母时发生死循环。 输入的项会自动合并同类项和自动按从高次到低次排列。
One dollar to achieve the addition and subtraction of polynomials. Characteristics of this procedure is not necessary to receive digital and letters entered by the user when the cycle of death. The item will automatically enter the merger of similar items and automatically from high-to low-order. (2009-06-23, Visual C++, 3KB, 下载3次)

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

[数据结构] lsj_pl0

数据结构中编译器的算法,为著名的pl0编译器
Data structure compiler algorithms, for the well-known compiler pl0 (2008-07-13, Visual C++, 140KB, 下载1次)

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

[数据结构] 333333333

哈夫曼编译码器 实现简单,功能简单 界面美观
Huffman codecs to achieve a simple, functional interface simple beauty (2007-12-24, Visual C++, 2KB, 下载21次)

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

[数据结构] shujujiegou

数据结构实验报告,关于带括号的计算器!可以运行的
Experimental report data structure, with brackets on the calculator! Can run the (2007-12-16, Visual C++, 11KB, 下载18次)

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

[数据结构] 20030530compute_src

计算器
calculator 123 (2006-08-05, Visual C++, 52KB, 下载2次)

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

[数据结构] 数据结构计算器

数据结构基本算法设计 用C++实现一个计算器,计算器需具有基本的功能
basic algorithm data structure design to achieve a C calculator, calculator should have the basic functions (2005-06-21, Visual C++, 140KB, 下载43次)

http://www.pudn.com/Download/item/id/1119312672417716.html
总计:913