期刊文献+
共找到18篇文章
< 1 >
每页显示 20 50 100
基于计算思维的程序设计算法案例微课实践 被引量:1
1
作者 王森华 李余 +2 位作者 汪霞 李培培 李向忠 《计算机教育》 2017年第4期68-70,共3页
为了增强学员对计算机基础类课程的学习兴趣、提升学员的计算思维和编程实践技能,文章以密码破解(枚举算法)军事案例为载体,阐述如何通过情景创设、算法分析、拓展设计等环节设计编写微课脚本,将计算思维引入程序设计课程的学习,围绕案... 为了增强学员对计算机基础类课程的学习兴趣、提升学员的计算思维和编程实践技能,文章以密码破解(枚举算法)军事案例为载体,阐述如何通过情景创设、算法分析、拓展设计等环节设计编写微课脚本,将计算思维引入程序设计课程的学习,围绕案例选择依据、教学设计原则、脚本设计及制作过程,说明如何利用枚举算法破解密码问题。 展开更多
关键词 计算思维 程序设计 算法案例 微课
下载PDF
图形计算器支持下的“算法案例”的课堂教学实践与思考
2
作者 孙信玲 《中国数学教育(高中版)》 2011年第5期16-18,共3页
学生借助图形计算器,可以直接参与数学问题的发现、质疑、解决的过程,体会归纳、猜想等数学思想方法.在"算法案例"一课中,学生利用图形计算器分组合作,检验所编写的程序是否正确,经过修改完善程序,将问题进行推广并尝试解决.图形计算... 学生借助图形计算器,可以直接参与数学问题的发现、质疑、解决的过程,体会归纳、猜想等数学思想方法.在"算法案例"一课中,学生利用图形计算器分组合作,检验所编写的程序是否正确,经过修改完善程序,将问题进行推广并尝试解决.图形计算器的参与为学生对教学内容的理解提供了技术保证,也为学生进一步自主探究拓展了空间. 展开更多
关键词 图形计算器 算法案例 课堂教学
下载PDF
电子商务智能推荐系统中的案例检索算法探讨 被引量:2
3
作者 高华 《长春大学学报》 2016年第2期14-17,共4页
针对传统电子商务推荐算法中的缺陷,提出以案例推理为基础的案例检索算法,通过对商品概念语义相似度的加权平均算法以及数据类型和属性的相似度等计算出案例的综合相似度,避免了传统算法中计算单一相似度的不足,提高了电子商务系统的运... 针对传统电子商务推荐算法中的缺陷,提出以案例推理为基础的案例检索算法,通过对商品概念语义相似度的加权平均算法以及数据类型和属性的相似度等计算出案例的综合相似度,避免了传统算法中计算单一相似度的不足,提高了电子商务系统的运行效率和精确度,为电子商务系统的设计提供考参考的价值。 展开更多
关键词 电子商务 智能推荐系统 案例检索算法 分析
下载PDF
基于密码算法的信息安全数学基础案例教学方法研究 被引量:1
4
作者 牛淑芬 董润园 刘维 《电脑知识与技术》 2022年第29期126-128,136,共4页
信息安全数学基础是网络与信息安全专业研究生的基础课程,主要为学生后续的课程学习提供数学理论基础。经过探讨信息安全数学基础教学中存在的不足,设计了一个基于密码算法为案例的教学改革模式。该教学模式将数学理论与密码算法相结合... 信息安全数学基础是网络与信息安全专业研究生的基础课程,主要为学生后续的课程学习提供数学理论基础。经过探讨信息安全数学基础教学中存在的不足,设计了一个基于密码算法为案例的教学改革模式。该教学模式将数学理论与密码算法相结合、将密码算法与编程实践相结合。经过教学实践证明,该教学方法能充分调动学生的积极性和主动性,让学生在掌握数学理论的同时,深入地理解数学理论在密码实践中的应用,同时算法编程的实现让知识的掌握更为直观。 展开更多
关键词 信息安全数学基础 密码算法案例 教学方法
下载PDF
案例初始化遗传算法在大学课程表问题上研究
5
作者 姜维 万振凯 《仪器仪表用户》 2006年第5期109-111,共3页
本文对于大学课程表问题提出了一种具有一定创新性的算法。该算法结合了遗传算法和基于案例推理两种截然不同的技术,它尝试使用基于案例推理的技术来加强遗传算法,使其具有一定的学习先前经验的能力,从而使遗传算法可以更快的收敛,获得... 本文对于大学课程表问题提出了一种具有一定创新性的算法。该算法结合了遗传算法和基于案例推理两种截然不同的技术,它尝试使用基于案例推理的技术来加强遗传算法,使其具有一定的学习先前经验的能力,从而使遗传算法可以更快的收敛,获得更好的性能。 展开更多
关键词 遗传算法 基于案例的推理 课程表问题 案例初始化遗传算法
下载PDF
算法常见考题归类解析
6
作者 赵庆伟 《中学生数理化(高一使用)》 2019年第12期9-10,2,共2页
算法通常是指可以利用计算机来解决的某一类问题的程序或步骤,这些程序或步骤必须是明确和有效的,而且能够在有限步之内完成。广义的算法是指做某一件事的步骤或程序。算法是近几年新课标高考中的一个考点,主要考查程序框图的三种基本... 算法通常是指可以利用计算机来解决的某一类问题的程序或步骤,这些程序或步骤必须是明确和有效的,而且能够在有限步之内完成。广义的算法是指做某一件事的步骤或程序。算法是近几年新课标高考中的一个考点,主要考查程序框图的三种基本逻辑结构、基本算法语句以及简单的算法案例。下面举例分析。 展开更多
关键词 新课标高考 程序框图 逻辑结构 考题 归类解析 举例分析 算法案例 算法语句
下载PDF
聚焦算法考点
7
作者 范淑莲 《中国科教创新导刊》 2014年第3期110-111,共2页
算法初步是高中数学的新增知识点,其知识的前沿性、广泛应和实用性为高中数学知识体系注入了一股新鲜的空气,本文从五个方面做了阐述,由于算法是历年高考的考点、热点,所以又给出四点建议.
关键词 程序框图 算法程序 算法案例 交汇问题 探索性问题
下载PDF
DFL在MAS商务系统中的应用及相似度算法研究
8
作者 韩雪 《微电子学与计算机》 CSCD 北大核心 2009年第10期41-44,共4页
支持多Agent商务谈判系统(Multi-Agent System,MAS),将动态模糊逻辑(DFL)技术应用到系统中,提出了基于DFL的MAS商务推理模型,实现了动态模糊数据的表示、处理和多个Agent的协作推理过程,并提出了一种改进的动态模糊相似度算法,最后总结... 支持多Agent商务谈判系统(Multi-Agent System,MAS),将动态模糊逻辑(DFL)技术应用到系统中,提出了基于DFL的MAS商务推理模型,实现了动态模糊数据的表示、处理和多个Agent的协作推理过程,并提出了一种改进的动态模糊相似度算法,最后总结了系统具有的一些优点.为解决多Agent商务谈判中的动态模糊问题找到了一条新的途径. 展开更多
关键词 动态模糊逻辑 动态模糊截集 多级案例相似度算法(MCSA) MAS
下载PDF
FCM认知算法在软件定义网络中的应用研究
9
作者 何红 赵佐 《光通信研究》 北大核心 2020年第5期12-16,共5页
针对网络控制平面可能被迫设置较低信道比特率和改进调制格式的问题,文章提出了一种基于模糊C均值(FCM)的认知算法,在软件定义光网络(SDON)中进行学习和决策制定。首先,将FCM算法加入到SDON控制平面,以实现比非认知性控制平面更好的网... 针对网络控制平面可能被迫设置较低信道比特率和改进调制格式的问题,文章提出了一种基于模糊C均值(FCM)的认知算法,在软件定义光网络(SDON)中进行学习和决策制定。首先,将FCM算法加入到SDON控制平面,以实现比非认知性控制平面更好的网络性能;然后,利用FCM算法,根据光信道传输质量,实时和自主地确定高速灵活速率的转发器的调制格式;最后,通过长距离传输网络的计算模拟,对FCM算法的性能进行了评价,并将其与SDON中常用的基于案例的推理(CBR)算法进行了比较。结果表明,与CBR算法相比,FCM算法在快速性和误差避免方面性能更优。 展开更多
关键词 模糊均值技术 认知算法 软件定义光网络 调制格式 基于案例的推理算法
下载PDF
Optimal Order-of-Addition Experiments under a Prior Constraint
10
作者 ZHANG Yunzhi ZHANG Wenchao +1 位作者 WANG Xiaodi CHEN Xueping 《应用概率统计》 CSCD 北大核心 2024年第6期957-974,共18页
The order-of-addition experiments are widely used in many fields,including food and industrial production,but the relative research under prior constraints is limited.The purpose of this paper is to select an optimal ... The order-of-addition experiments are widely used in many fields,including food and industrial production,but the relative research under prior constraints is limited.The purpose of this paper is to select an optimal sequence under the restriction that component i is added before component j,while it is unachievable to compare all sequences when the number of components m is large.To achieve this,a constrained PWO model is first provided,and then the D-optimal designs for order-of addition experiments with minimal-points via the modified threshold accepting algorithm is established.The effectiveness of the proposed method is demonstrated through a job scheduling problem with a prior constraint for teaching cases. 展开更多
关键词 design of experiment orthogonal array threshold acceptance algorithm teaching cases
下载PDF
“数学工具与实验”课程教学方式研究
11
作者 吴昊 谢雅洵 《计算机应用文摘》 2023年第6期35-37,41,共4页
文章首先对“数学工具与实验”课程教学的现状做了简要分析,然后介绍了本课程在教学过程中所采用的一些相关措施,以及本课程在算法案例教学中所采用的一些具体做法,并以Dijkstra算法为例,概述该算法在教学中的具体实现过程,通过引入改... 文章首先对“数学工具与实验”课程教学的现状做了简要分析,然后介绍了本课程在教学过程中所采用的一些相关措施,以及本课程在算法案例教学中所采用的一些具体做法,并以Dijkstra算法为例,概述该算法在教学中的具体实现过程,通过引入改变算法描述、让算法思想和程序流程对应等方式,使教学过程更具针对性。 展开更多
关键词 MATLAB 数学实验 措施 算法案例 教学策略
下载PDF
A Fuzzy-based Adaptive Genetic Algorithm and Its Case Study in Chemical Engineering 被引量:5
12
作者 杨传鑫 颜学峰 《Chinese Journal of Chemical Engineering》 SCIE EI CAS CSCD 2011年第2期299-307,共9页
Considering that the performance of a genetic algorithm (GA) is affected by many factors and their rela-tionships are complex and hard to be described,a novel fuzzy-based adaptive genetic algorithm (FAGA) combined... Considering that the performance of a genetic algorithm (GA) is affected by many factors and their rela-tionships are complex and hard to be described,a novel fuzzy-based adaptive genetic algorithm (FAGA) combined a new artificial immune system with fuzzy system theory is proposed due to the fact fuzzy theory can describe high complex problems.In FAGA,immune theory is used to improve the performance of selection operation.And,crossover probability and mutation probability are adjusted dynamically by fuzzy inferences,which are developed according to the heuristic fuzzy relationship between algorithm performances and control parameters.The experi-ments show that FAGA can efficiently overcome shortcomings of GA,i.e.,premature and slow,and obtain better results than two typical fuzzy GAs.Finally,FAGA was used for the parameters estimation of reaction kinetics model and the satisfactory result was obtained. 展开更多
关键词 fuzzy logic controller genetic algorithm artificial immune system reaction kinetics model
下载PDF
基于电网监测数据的智能化故障研判与处置平台 被引量:4
13
作者 王文嘉 宋健 +2 位作者 王大亮 于洪波 崔宇 《吉林电力》 2020年第2期31-35,共5页
为了更好地应对电网突发故障,改善算法因数据量大而导致计算速度慢的问题,建立了基于电网监测数据的智能化故障研判与处置平台,利用关联规则(Apriori)算法挖掘数据间的逻辑关联性,以准确判断故障类型和发生位置,结合停电范围和电网实时... 为了更好地应对电网突发故障,改善算法因数据量大而导致计算速度慢的问题,建立了基于电网监测数据的智能化故障研判与处置平台,利用关联规则(Apriori)算法挖掘数据间的逻辑关联性,以准确判断故障类型和发生位置,结合停电范围和电网实时运行状态,利用案例推理(CBR)算法检索历史相似故障案例,继而形成新故障处置策略,完成故障处理与恢复供电。 展开更多
关键词 智能电网 自愈能力 监测数据 关联规则算法 案例推理算法
下载PDF
电力系统调度操作票智能决策系统 被引量:2
14
作者 王文嘉 《农村电气化》 2023年第10期44-48,共5页
为进一步推动调控业务向智能化转型,按照设备电压等级、设备间关联性和设备运行状态建立面向对象数据库,实现对地区电网拓扑结构和运行状态的描述,并在调度操作规则和设备操作规则的约束下,基于案例推理算法搭建操作票智能决策流程,提... 为进一步推动调控业务向智能化转型,按照设备电压等级、设备间关联性和设备运行状态建立面向对象数据库,实现对地区电网拓扑结构和运行状态的描述,并在调度操作规则和设备操作规则的约束下,基于案例推理算法搭建操作票智能决策流程,提高操作票审批执行效率。该方法已应用于实际操作案例中,在提高操作票制作、审批和执行效率等方面取得显著成效。 展开更多
关键词 操作票 智能化 面向对象数据库 案例推理算法 智能决策
下载PDF
Optical Operator Method in Two-Mode Case and Entangled Fresnel Operator's Decomposition
15
作者 马善钧 胡利云 范洪义 《Communications in Theoretical Physics》 SCIE CAS CSCD 2010年第5期907-912,共6页
Based on the entangled Fresnel operator (EFO) proposed in [Commun. Theor. Phys. 46 (2006) 559], the optical operator method studied by the IWOP technique (Ma et al., Commun. Theor. Phys. 49 (2008) 1295) is ext... Based on the entangled Fresnel operator (EFO) proposed in [Commun. Theor. Phys. 46 (2006) 559], the optical operator method studied by the IWOP technique (Ma et al., Commun. Theor. Phys. 49 (2008) 1295) is extended to the two-mode case, which gives the decomposition of the entangled Fresnel operator, corresponding to the decomposition of ray transfer matrix [A, B, C, D]. The EFO can unify those optical operators in two-mode case. Various decompositions of EFO into the exponential canonical operators are obtained. The entangled state representation is useful in the research. 展开更多
关键词 optical operator method entangled Fresnel operator IWOP technique
下载PDF
Labelling of the Energetic Efficiency on a Case Study in Passo Fundo, RS, Brazil, in Accordance with the Mentioned Methods under the Respective Brazilian Regulation-RTQ-C
16
作者 Letiane Beninca Grace Tibério Cardoso Cristiana Rodrigues 《Journal of Civil Engineering and Architecture》 2018年第5期355-361,共7页
Having as a starting point of the problematic energy consumption of buildings, it studied the panorama of energy efficiency, emphasizing the Brazilian program of the INMETRO (Instituto Nacional de Metrologia, Normali... Having as a starting point of the problematic energy consumption of buildings, it studied the panorama of energy efficiency, emphasizing the Brazilian program of the INMETRO (Instituto Nacional de Metrologia, Normalizacao e Qualidade Industrial), PROCEL “Edifica” (national program for energy efficiency in buildings), contained in the norm RTQ-C (technical requirements of the quality for the level of energetic efficiency of commercial, service, and public buildings). For a better understanding of the regulation, it elected a building, emblematic in the city of Passo Fundo, RS, Brazil, illustrating the perspective of the program. The building was classified in accordance with the two methodologies presented by the program: prescriptive and simulation, so it was possible to investigate the peculiarities of each methodology and the own regulation. After the application of the methodologies, we came to the conclusion that the prescriptive method is less accurate and requires more dedication by the evaluator to do all the calculations and surveys required, however, it is the fastest tool and accessible to the field professionals. The simulation on the other hand, is a more accurate methodology and reaches levels of analysis that the prescriptive method does not reach, but still is a tool that needs large initial financial contribution and prior knowledge. 展开更多
关键词 Energy efficiency labelling Brazilian regulation.
下载PDF
Research on Similarity Assessment Method of Case-based Reasoning 被引量:1
17
作者 Kai Kang Qiuping Liu Yunfeng Wang 《Journal of Systems Science and Information》 2007年第2期201-211,共11页
This paper mainly studies case representation based on fuzzy technology, the comparing framework of case properties and the method of similarity assessment. Firstly, this paper proposes the method of case representati... This paper mainly studies case representation based on fuzzy technology, the comparing framework of case properties and the method of similarity assessment. Firstly, this paper proposes the method of case representation based on fuzzy technology. Secondly, it discusses the comparing framework of case fuzzy properties. Thirdly, it presents the case representation framework composed of structure data and related properties and b'ased on which it studies the method and step of gaining case similarity assessment through adjusting similarity value of a property. This paper proposes a similarity assessment method in comparing stage of CBR using fuzzy technology. This method not only simples the computing complexity of CBR in comparing stage but also resolves the difficulties of similarity assessment on different levels. 展开更多
关键词 arithmetic similarity assessment fuzzy CBR case representation fuzzy matching arithmetic
原文传递
Multi-objective optimization of space station short-term mission planning 被引量:6
18
作者 BU HuiJiao ZHANG Jin +1 位作者 LUO YaZhong ZHOU JianPing 《Science China(Technological Sciences)》 SCIE EI CAS CSCD 2015年第12期2169-2185,共17页
This paper studies the multi-objective optimization of space station short-term mission planning(STMP), which aims to obtain a mission-execution plan satisfying multiple planning demands. The planning needs to allocat... This paper studies the multi-objective optimization of space station short-term mission planning(STMP), which aims to obtain a mission-execution plan satisfying multiple planning demands. The planning needs to allocate the execution time effectively, schedule the on-board astronauts properly, and arrange the devices reasonably. The STMP concept models for problem definitions and descriptions are presented, and then an STMP multi-objective planning model is developed. To optimize the STMP problem, a Non-dominated Sorting Genetic Algorithm II(NSGA-II) is adopted and then improved by incorporating an iterative conflict-repair strategy based on domain knowledge. The proposed approach is demonstrated by using a test case with thirty-five missions, eighteen devices and three astronauts. The results show that the established STMP model is effective, and the improved NSGA-II can successfully obtain the multi-objective optimal plans satisfying all constraints considered. Moreover, through contrast tests on solving the STMP problem, the NSGA-II shows a very competitive performance with respect to the Strength Pareto Evolutionary Algorithm II(SPEA-II) and the Multi-objective Particle Swarm Optimization(MOPSO). 展开更多
关键词 space station short-term mission planning multi-objective optimization NSGA-II
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部