上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页
摘要: 今天实现高级检索的html代码 <template> <div id="search-container"> <div class="search-row" v-for="(item, index) in limitedSearchItems" :key="index"> <div class="s 阅读全文
posted @ 2024-06-17 23:15 七安。 阅读(4) 评论(0) 推荐(0) 编辑
摘要: package com.example.controller; import com.example.pojo.Policy; import com.example.server.PolicyServer; import org.springframework.beans.factory.annot 阅读全文
posted @ 2024-06-17 23:12 七安。 阅读(2) 评论(0) 推荐(0) 编辑
摘要: package com.example.server; import com.example.mapper.PolicyMapper; import com.example.pojo.Policy; import org.springframework.beans.factory.annotatio 阅读全文
posted @ 2024-06-17 23:12 七安。 阅读(3) 评论(0) 推荐(0) 编辑
摘要: package com.example.mapper; import com.example.pojo.Policy; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Select; 阅读全文
posted @ 2024-06-17 23:10 七安。 阅读(2) 评论(0) 推荐(0) 编辑
摘要: package com.zhen; import android.content.Intent; import android.util.Log; import android.widget.TextView; import android.widget.Toast; import androidx 阅读全文
posted @ 2024-06-17 23:09 七安。 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 少爷放过我吧 今天实现科技政策查询的前端,我前端设计的页面包括输入框,全国,河北省,外省的按钮,这样方便有代表性的查询。 package com.zhen; import android.util.Log; import android.view.View; import android.widge 阅读全文
posted @ 2024-06-17 23:08 七安。 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 实验总结 实验一:黄金分割法(0.618法)程序设计 通过黄金分割法的实践,我深刻体会到了数学理论与实际问题结合的魅力。从编写代码实现0.618搜索法到观察算法逐步逼近最优解的过程,我不仅掌握了这种经典优化算法的精髓,还提升了编程技巧,包括函数定义、循环与条件判断等基本技能。实验中,我认识到算法效率 阅读全文
posted @ 2024-06-13 15:37 七安。 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 实验一:黄金分割法(0.618法)程序设计 一、实验目的 通过一维寻优黄金分割法的程序设计,培养学生计算机的应用能力,并为今后无约束优化方法的学习和编程,奠定基础;掌握缩小寻优区间的黄金分割法。 二、实验内容 (1)请用0.618法求解优化问题: 的极小点和极小值(进退法确定初始区间),精度为10- 阅读全文
posted @ 2024-06-13 15:36 七安。 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 实验二:最速下降法程序设计 一、实验目的 通过最速下降法的程序设计,为今后的约束优化方法的学习和编程奠定基础;掌握负梯度方向的定义和最速下降法的迭代公式;通过此次实验,进一步巩固最速下降法的基本原理和思想。 二、实验内容 (1)求解无约束优化问题:; (2)终止准则取; (3)完成最速下降法(负梯度 阅读全文
posted @ 2024-06-13 15:36 七安。 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 实验三:Newton法程序设计 一、实验目的 掌握Hesse矩阵的计算方法和Newton法的基本思想及其迭代步骤;学会运用MATLAB编程实现常用优化算法;能够正确处理实验数据和分析实验结果及调试程序。 二、实验内容 (1)求解无约束优化问题:; (2)终止准则取; (3)完成Newton法(牛顿法 阅读全文
posted @ 2024-06-13 15:35 七安。 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页