资源列表

« 1 2 ... .15 .16 .17 .18 .19 120.21 .22 .23 .24 .25 ... 2656 »

[数据结构常用算法一元稀疏多项式计数器

说明:一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8
<陈宇> 在 上传 | 大小:37kb | 下载:0

[数据结构常用算法数据结构-单链表

说明:
<邓茂森> 在 上传 | 大小:1kb | 下载:0

[数据结构常用算法算式分析器

说明:使用递归的方法实现的算式分析器,给定一个符合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.
<赵明> 在 上传 | 大小:18kb | 下载:0

[数据结构常用算法链表实现用户对数据针对每个人的管理

说明:是一种数据结构的编程代码,程序实现一块链表的管理每个人资料-is a data structure of the programming code, procedures to achieve a Chain Management everyone information
<陈云> 在 上传 | 大小:2kb | 下载:0

[数据结构常用算法最短路径在铁路上实现的

说明:是一种数据结构的编程代码,程序实现一种算法,在铁路系统上在两点间得到最短路径-is a data structure of the programming code, procedures to achieve an algorithm, the railway system in the period between 2:00 Shortest Path
<陈云> 在 上传 | 大小:2kb | 下载:0

[数据结构常用算法数据结构中的计算器

说明:是一种数据结构的算法,实现一种简单的数据计算功能-is a data structure of the algorithm to achieve a simple function data
<陈云> 在 上传 | 大小:2kb | 下载:0

[数据结构常用算法[转载]nlogn的最长子序列算法

说明:关于用nlogn的最长子序列算法,在网上摘录的-discusses the use of the longest sequences algorithm, in the extract from the Internet
<关安> 在 上传 | 大小:1kb | 下载:0

[数据结构常用算法RAS_Encrypt_Decrypt

说明:一个对字串进行RAS方式加密的代码。 用于加密用户密码等敏感资料。 可以通过JSP页面进行调用-one pair of strings way for RAS encryption code. To encrypt user passwords and other sensitive information. JSP pages can be called for
<黑天使> 在 上传 | 大小:2kb | 下载:0

[数据结构常用算法一维四点偏心格式vb源程序

说明:一个用VB编写的一维四点格式算法的源程序,很好用-one prepared by the VB one-dimensional 4:00 algorithm source format, with a good
<王凯> 在 上传 | 大小:6kb | 下载:0

[数据结构常用算法1.191.204.30

说明:数据结构习题集答案,经多次修改而成,比答案册还要清楚简单。-data structure answer to the questions set by several revisions, but clearly the answer List simple.
<牛牛> 在 上传 | 大小:2kb | 下载:0

[数据结构常用算法1.204.174.30

说明:数据结构习题答案,比答案册还要简单。经多人修改而成。-data structure answer the questions than answers List also simple. After many revisions.
<牛牛> 在 上传 | 大小:3kb | 下载:0

[数据结构常用算法约涩夫环终极版

说明:约瑟夫环最终运行文件,适合直接使用者,不必再以来C语言来汇成执行文件。-Josephus final run files, suitable for users, having been formed to C language implementation document.
<牛牛> 在 上传 | 大小:8kb | 下载:0
« 1 2 ... .15 .16 .17 .18 .19 120.21 .22 .23 .24 .25 ... 2656 »

源码中国 www.ymcn.org