资源列表
dd
- 给定含有n个元素的多重集合S,每个元素在S中出现的次数称为该元素的重数。多重集S中重数最大的元素称为众数。 例如,S={1,2,2,2,3,5}。 多重集S的众数是2,其重数为3。 -Given n elements containing multiple sets S, each element appears in S as the number of multiplicity of the elements. Multi-set S of elements in the mul
DeletePolicy
- 实现人工智能中鲁滨逊归结原理处理之前的删除策略的C#代码-Robinson resolution principle to achieve artificial intelligence in dealing with the deletion policy before the C# code
febio_source_1.2.2.979
- finite element analysis for biomechanics
clanguagemajoroperating
- c语言大作业 图书管理系统 内含具体程序 用到结构体-c language major operating library management system
calculator
- 带括号的算术表达式求值 数据结构试验设计-Bracketed arithmetic expression evaluation .zip
student
- 有一学生成绩管理数据库如下表,要求建立一SAS数据集score,并输出显示 创建一个新的数据集class,新增平均成绩aver变量和等级考评grade变量,grade的值是根据aver值的大小给出A、B、C、D四个等级,并显示新数据集cla-A student achievement management database as the table, called for the establishment of a SAS data set score, and output display
salary
- 某家电企业在全国二线城市的年销售量Y(单位:万台)与该城市人口数X1(单位:万人)以及该市人均月收入X2(单位:元)之间的关系,在某年对15个城市作了调查,得上述各量的观测值(见数据表data1.txt)-A household electrical appliance enterprises in the country in sales of second-tier cities, Y (unit: million units) and the urban population, the n
Jacobi
- 普通解矩阵时,在计算量想当大时候,会出现病态矩阵,这个程序采用迭代方法计算。-it s a way to calculate the matrix.everyone can have a try .solving the matrix is a problem ,this maybe can help you~
DES
- 能实现基本的加密和解密功能 很适合C++初学者学习DES加密-To achieve the basic encryption and decryption functions are suitable for beginners to learn C++ DES encryption
Fortran95
- fortran95学习手册,对学习很有帮助哦,欢迎大家来看看哦 -fortran95 Learning Guide
1
- 0/1背包问题,C++实现,算法实现源代码,蛮力法实现源程序,-0/1 knapsack problem, C++ implementation, algorithm source code, brute force method to achieve source,
sorttrain
- 一列货运列车共有n节车厢,每节车厢将停放在不同的车站,假定n个车站的编号分别为1—n,货运列车按照第n站至第1站的次序经过这些车站,车厢的编号与他们的目的地相同。为了便于从列车上卸下相应的车厢,必须重新排列车厢,使各车厢从前至后都按照编号1到n的次序排列,当所有的车厢都按照这种次序排列时,在每个车站只需卸掉最后一节车厢即可。-sortTrain