登录

最新会员 最新下载

成为了本站VIP会员

今天12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:C#
  2. 代码类别:数据结构
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 实验一

  信息量的计算,包括信源熵,条件熵,联合熵和交互熵四种熵值计算(The calculation of the amount of information)

4
下载
69
浏览
2017-12-11发布

2. fnbdpw

  包括 :定积分计算,多项式求根(牛顿法)周期性方程(追赶法)等三种算法()

1
下载
64
浏览
2017-12-05发布

3. 34695136

  c++实现固支三次样条曲线,算出曲线的系数,供其他绘图软件使用绘图,()

1
下载
50
浏览
2017-12-02发布

4. 太阳能电池参计算器 升级版

  太阳能电池参数计算,可以快速方便计算电流,电压,填充因子等参数(Solar cell parameter calculation)

3
下载
83
浏览
2017-11-23发布

5. josephus

  通过c语言数组算法解决josephus问题,m个人围成一圈,从第一个小孩开始顺时针方向每数到第n个小孩时这个小孩离开,最后剩下的小孩是胜利者。求第几个小孩为胜利者(C language array algorithm to solve the Josephus problem, m individual circle, from the first child began to count clockwise every n children, the child left, and finally the remaining child is the winner. A few kids for victory)

1
下载
74
浏览
2017-11-12发布

6. 10 - Stacks

  the ADT we have come up with is a well known ADT called a stack, which is defined by our four operations

1
下载
46
浏览
2017-11-11发布

7. shu

  大学软件工程数据结构课程设计二叉树实验三种遍历方法(curriculum design,structure data)

2
下载
74
浏览
2017-11-10发布

8. lovesmerging

  游戏初始状态,假设有一段字母序列,其中任意三个相邻的字母不完全相同。游戏开始后,可以添加字母到所述序列的任意位置。一旦出现三个或更多相同的字母相邻,该连续子列就会消 除;如果一次消除发生后,新产生的序列再次满足消除条件,那么消除连锁发生,直到产生的序 列不再满足消除条件。一次输入后,连续消除的过程中,新字母不会产生;新的字母序列稳定 后,可以进行下一次操作。(The initial state of the game, assuming that there is a sequence of letters, where any three adjacent letters are not exactly the same. After the game starts, you can add letters to any position of the sequence. Once the three or more identical letters are adjacent, the consecutive sub-columns are eliminated; if the newly generated sequence satisfies the elimination condition again after a cancellation, the elimination of the chain occurs until the resulting sequence no longer satisfies the elimination condition The After a single input, the new letters are not generated during the continuous elimination process; after the new letter sequence is stable, the next operation can be performed.)

1
下载
43
浏览
2017-10-27发布

9. HashTable

  Implementation of c++ hash table... Used to learn c++ grammar

3
下载
65
浏览
2017-10-20发布

10. delete

  删除数组中小于某个特定值的所有函数,或删除大于某个特定值的所有函数,或删除某一指定范围内的所有元素,用二叉树实现(Delete all functions in the array that are less than a particular value, or delete all functions that are larger than a particular value, or delete all elements within a specified range, with a binary tree)

1
下载
40
浏览
2017-07-10发布

11. 计计计算器

  用C++实现小型计算器的功能,包括四则运算,三角函数,对数函数,幂函数的运算(Using C++ to achieve the function of small calculators, including four operations, trigonometric function, logarithmic function, power function calculation)

2
下载
99
浏览
2017-06-22发布

12. 11组表达式求值

  设计一个表达式求值的程序。该程序必须可以接受包含(,),+,-,*,/的中缀表达式,并求出结果。如果表达式正确,则输出表达式的结果;如果表达式非法,则不输出或输出其他字符。(Design an expression evaluation procedures. The program must accept (,), including +, -, *, / the infix expression, and the results obtained. If the expression is correct, the output of the expression is output; if the expression is illegal, no other characters are output or exported.)

1
下载
59
浏览
2017-06-14发布

13. 二叉树

  二叉树的简单实现,使用了c语言地方萨芬撒但是(this is important file for put it on the web is aimportant thing dsaf fdsa)

1
下载
63
浏览
2017-06-12发布

14. 最小生成树

  给定一个带权的无向连通图,如何选取一棵生成树,使树上所有边上权的总和为最小(Given a weighted undirected connected graph, how to select a spanning tree to minimize the sum of all the upper bounds on the tree)

1
下载
83
浏览
2017-06-05发布

15. errormodeling

  轨迹误差建模的多轴联动机床轮廓误差补偿技术(Contour Error Compensation Technology for Multi- Axis Linkage Machine Based on Trajectory Error Modeling.)

3
下载
55
浏览
2017-05-28发布

16. stsrewrftten

  用C语言编写的约瑟夫环等问题,用链式存储实现!(Joseph ring written in C language, with chain store!)

3
下载
46
浏览
2017-05-24发布

17. liu

  一.问题描述 对2006年度全国80多个城市的每天空气质量状况进行查询、排序等操作。 空气质量状况对象包括城市代码、城市名称、首要污染物、污染指数、污染物级别、空气状况、年、月、日 二、实验要求 1. 普通查询:输入城市名称和城市代码,分别查询该城市每天、每周、每月、每季度和全年的空气质量状况 例子:查询太原市2006年第8周的空气质量状况 2.统计查询: (1)输入城市名称和城市代码,分别查询该城市每周、每月、每季度和全年的空气质量为优、良、轻微污染、轻度污染、重污染的天数 例子:查询石家庄市2006年第2季度空气质量为轻微污染的总天数 (2)根据时间查询空气质量状况:输入周编号、月编号、季度编号或年编号,以及空气质量为优、良、轻微污染、轻度污染、重污染的天数,查找相应的城市名称 例子:查询2006年5月,空气被轻度污染3天以上的城市有哪些? 3.排序查询 (1)输入周编号、月编号、季度编号或年编号,查询城市空气质量的排行榜 例子:查询2006年第6周,全国空气平均质量最好的前20个城市为哪些? 三、数据文件 Data.txt(one. Problem Description of the air quality day in 2006 more than 80 cities nationwide query, sorting and other operations. Air Quality objects include city code, city name, the primary pollutant, pollution index, contaminant level, air condition, year, month, day two, experimental requirements 1. General Queries: Enter a city name and city codes, each query in the city daily, weekly, monthly, quarterly example air quality and full year: Queries air quality in Taiyuan first eight weeks of 2006 2. Statistical inquiry: (1) enter a city name and city codes, each query in the city weekly, monthly, quarterly and annual air quality as excellent, good, slight pollution, light pollution, heavy pollution days example: inquiry Shijiazhuang City in 2006 second quarter, the air quality is the total number of days a slight pollution (2) according to time of the query air quality conditions: enter the week number, month number, quarter number or in number, and the air quality is excellent, good, sli)

6
下载
119
浏览
2017-04-07发布

18. 2

说明:  用链表的方式实现多项式的加减,其中结构体包含幂次和系数。(Polynomial addition and subtraction with a list of ways in which the structure and contains the power of coefficients.)

0
下载
78
浏览
2017-03-10发布

19. hill-climbing

  改进爬山算法,用于风力发电机实现风能最大追踪,找到最佳叶尖速比,实现最大功率(modified hill-climbing algorithm for wind turbine with MPPT)

23
下载
110
浏览
2017-02-26发布

20. backtrackng

  给定n种物品和一背包。物品i的重量是wi>0,价值为vi>0,背包的容量为c。选择装入背包的物品,使得装入背包中物品的总价值最大。(Given n kinds of goods and a backpack. Weight of the item i is wi> 0, the value of vi> 0, knapsack capacity c. Select the items into the backpack, so into the backpack of items in the total value of the maximum.)

1
下载
170
浏览
2017-01-01发布