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

[数据结构] 任务管理器

数据结构的要求的课程设计,做的一个简单的任务管理器。
The requirement of data structure course design, do a simple task manager. (2021-04-17, C/C++, 12780KB, 下载0次)

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

[数据结构] 03_IIR

1.掌握设计IIR?数字滤波器的原理和方法。?2.熟悉IIR?数字滤波器特性。? 3.了解IIR?数字滤波器的设计方法。?
1. Master the principle and method of designing IIR digital filter. 2. Be familiar with IIR digital filter characteristics. 3. Understand the design method of IIR digital filter. (2020-05-17, C/C++, 86KB, 下载0次)

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

[数据结构] 37629243

毫秒级的高精度计数器,对学习编程及算法有很大帮助! (2018-05-28, C/C++, 30KB, 下载0次)

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

[数据结构] squation

svmLight 分类器,使用方便,有原代码可扩充算法, (2018-05-26, C/C++, 441KB, 下载0次)

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

[数据结构] rafhanphyscal

FIR滤波器系数计算 C源码,有多种加窗处理 (2017-12-01, C/C++, 16KB, 下载2次)

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

[数据结构] 运算器

设计实现一个简单的计算器,可以接受中缀数值表达式,并进行求值。 至少应该包括加、减、乘、除4种运算和括号处理; (2) 运算量可以自己约束(整数、实数等); (3)有能力的同学可以仿照WINDOWS计算器界面
The design and implementation of a simple calculator, can accept infix numerical expression, and evaluation. At least 4 additional operations, including adding, subtraction, multiplication, and division, should be included; (2) the amount of computation can be bound by itself (integer, real number, etc.); (3) able students can copy the WINDOWS calculator interface (2017-07-10, C/C++, 1KB, 下载3次)

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

[数据结构] hfm

hfm 哈夫曼编译码器,与严蔚敏的数据结构课程设计5.2对应。
hfm 5.2 (2012-07-01, C/C++, 114KB, 下载6次)

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

[数据结构] Caculator

C++计算器,基于“栈”这一常见的数据结构,希望能对初学者有所帮助
C++ calculator, based on the " stack" the common data structure, hoping to help beginners (2011-11-14, C/C++, 1KB, 下载3次)

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

[数据结构] parallel-dijkstra

并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。
Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distribution N/p a vertex, find out the local minimum value, complexity is O (N/p). And then later half of the processors will sent its own minimum value to the first former p/2 processors. the first half receive the value of the processor and compare with the local minimum value,as a new value. Continue the circulation, until only one processor is left. (2011-06-30, C/C++, 727KB, 下载38次)

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

[数据结构] jisuanqi3

利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序
Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the preparation of calculator (2009-04-21, C/C++, 1KB, 下载7次)

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

[数据结构] calculator

科学计算器。可以解读表达式,进行整数、浮点数的加减乘除运算。
Scientific calculator. Expression can be interpreted, for integer, floating-point addition and subtraction, multiplication and division calculations. (2009-01-17, C/C++, 2KB, 下载6次)

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

[数据结构] DataStructerEditor

C++写的数据结构课程设计:文章编辑器,压缩包里面包括源程序和试验报告,贡献出来大家一起学习进步啊
C++ Written curriculum design data structure: Article Editor, compressed package includes source code and test reports, contribute to learn and progress together ah (2008-12-30, C/C++, 75KB, 下载15次)

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

[数据结构] jisuanqi

一元稀疏多项式简单计算器设计 数据结构
One dollar a simple calculator designed Sparse Polynomial data structure (2008-12-23, C/C++, 23KB, 下载2次)

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

[数据结构] mcujisuanqi

基于C8051F020单片机的计算器实现。有键盘,LED控制与液晶显示。绝对是没问题的。8月份电赛培训中弄完的。
Calculator based on the C8051F020 MCU realize. Have keyboard, LED control and liquid crystal display. Is absolutely no problem. Xinhua tournament in August training the弄完. (2008-05-20, C/C++, 30KB, 下载157次)

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

[数据结构] 01131516409

简单的一元多项式计算器,C语言,包含程序原代码和课程设计文挡
One simple polynomial calculator, C language, contains procedures for the original code and curriculum design text block (2008-04-20, C/C++, 7KB, 下载80次)

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

[数据结构] ddd

哈夫曼编_译码器,编码器的实现元代码,数据结构和算法的课程设计,很不错的! (2008-04-11, C/C++, 62KB, 下载13次)

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

[数据结构] heap

C语言大堆排序算法,当定时器资源不足时,可用来实现软件定时器
C language quoted above, sorting algorithm, when the timer when the lack of resources that can be used to achieve software timer (2008-01-11, C/C++, 3KB, 下载4次)

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

[数据结构] juzhenxuanfa001

稀疏矩阵运算器 是数据结构的一个课程设计.是自行编写的.保证是原创.
sparse matrix operations for the data structure is a curriculum design. Is self-prepared. Guaranteed to be original. (2007-01-09, C/C++, 141KB, 下载24次)

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

[数据结构] 算式分析器

使用递归的方法实现的算式分析器,给定一个符合C语言格式的算式,可以使用括号,单目运算符等,计算算式的运算结果。
use recursive method formula Analyzer, to set a C-language format with the formula, you can use brackets, Monocular Operators, calculation formula of the calculation results. (2005-07-07, C/C++, 18KB, 下载26次)

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

[数据结构] 课程设计稀疏矩阵运算器

数据结构的课程设计---稀疏矩阵运算器 希望可以给大家参考
data structure design of the curriculum-- for sparse matrix operations can hope for your reference (2005-07-03, C/C++, 19KB, 下载95次)

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