上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页
摘要: import tkinter as tk from tkinter import ttk, messagebox from PIL import Image, ImageTk import mysql.connector import select # 数据库连接函数 def create_conn 阅读全文
posted @ 2024-06-17 23:41 七安。 阅读(9) 评论(0) 推荐(0)
摘要: export default { data() { return { currentDisplayCount: 2, searchItems: [ {field: 'name', label: '政策名称', value: '', logicalOperator: 'AND', matchType: 阅读全文
posted @ 2024-06-17 23:16 七安。 阅读(13) 评论(0) 推荐(0)
摘要: 今天实现高级检索的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 七安。 阅读(13) 评论(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 七安。 阅读(8) 评论(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 七安。 阅读(11) 评论(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 七安。 阅读(13) 评论(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 七安。 阅读(12) 评论(0) 推荐(0)
摘要: 少爷放过我吧 今天实现科技政策查询的前端,我前端设计的页面包括输入框,全国,河北省,外省的按钮,这样方便有代表性的查询。 package com.zhen; import android.util.Log; import android.view.View; import android.widge 阅读全文
posted @ 2024-06-17 23:08 七安。 阅读(14) 评论(0) 推荐(0)
摘要: 实验总结 实验一:黄金分割法(0.618法)程序设计 通过黄金分割法的实践,我深刻体会到了数学理论与实际问题结合的魅力。从编写代码实现0.618搜索法到观察算法逐步逼近最优解的过程,我不仅掌握了这种经典优化算法的精髓,还提升了编程技巧,包括函数定义、循环与条件判断等基本技能。实验中,我认识到算法效率 阅读全文
posted @ 2024-06-13 15:37 七安。 阅读(50) 评论(0) 推荐(0)
摘要: 实验一:黄金分割法(0.618法)程序设计 一、实验目的 通过一维寻优黄金分割法的程序设计,培养学生计算机的应用能力,并为今后无约束优化方法的学习和编程,奠定基础;掌握缩小寻优区间的黄金分割法。 二、实验内容 (1)请用0.618法求解优化问题: 的极小点和极小值(进退法确定初始区间),精度为10- 阅读全文
posted @ 2024-06-13 15:36 七安。 阅读(55) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页