搜索资源列表
逢山开路模型
- 在本问题的求解中,修桥和挖隧道是两个相类似的求解过程,我们将求解过程分为两个部分:第一、对河岸边一固定点 ,将桥修在 处时,求解由起始点 到经固定点 到居民点 的最短路线。第二、如何确定 的位置,使得总路线的费用最小。我们分别用了两个模型来进行这两部分内容的求解。模型一、针对坡度的限制,利用小区域内的局部最优来达到全局最优。模型二、列出点 有一定的位移时,可以减少的费用 的函数方程,然后利用河岸附近等高线较紧密,公路不能沿偏离等高线方向前进的特性,求出减少的费用 的条件极值,从而确定最佳修桥地点
10_02
- 这是一个java程序,使用了中点位移法自动生成分形山,在上面还提供了一些注释,可以作为课程设计的参考资料-This is a java program, using the midpoint displacement method automatically Katayama Health ingredients, in the above also provides a number of notes can serve as a reference for curriculum desig
ipf8
- Transfer functions between interfaces can be easily calculated by division of the total (=upward+downward) displacement response on the corresponding interfaces.
multiplication
- Jcreator环境,将乘法运算转化为位移和加法运算-do multiplication with displacement and addition
kmp
- java代码,KMP算法匹配,返回位移值,用户可自行改变原文本及想要匹配的文本-java code, KMP matching algorithm, the return displacement value, the user can change the original text of this and want to match their own
Cars
- 定义一个汽车类,然后定义一个集合,加入5个汽车对象,然后对元素进行迭代输出(要求取出汽车对象中存放的车名、轮子个数、排量等信息)。-Define a car class, and then define a collection of objects added to five cars, then iterate over the elements of the output (requires removing objects stored in the car car name, numb
实习代码
- 简易汽车零部件管理系统设计与实现(JAVA) 课程设计 纯Java 代码完全,有数据库 1) 汽车零部件管理系统中存在如下业务实体:整车(编号、名称、型号、类型、排量、重量、外观尺寸、颜色、生产日期、产地等,也可以看成是一个部件),部件(编号、名称、装配时间、重量、外观尺寸、产地、备注等),零件(编号、名称、类型、材料、重量、外观尺寸、颜色、生产日期、产地等),装配信息(部件编号、零部件编号、装配时间、备注等,部件之间可以嵌套,亦即部件也可以由子部件构成); 2) 支持对以上相关业务实