搜索资源列表
cvMinAreaRect2
- Opencv中cvMinAreaRect2函数应用,获取最小外接矩形及其角度-Opencv cvMinAreaRect2 function in the application of the minimum bounding rectangle and the point of access
jiheyunsuan
- 功能:使用链表来表示集合,完成集合的合并,求交集等操作。 主要包含以下内容: 1.初步完成总体设计,搭好框架,确定人机对话的界面,确定函数个数; 2.完成最低要求: 3.进一步要求: -Function: the use of linked lists to indicate the collection, complete collection of the merger, such as seeking common ground operation. Mainly c
ds18b20
- 如何编写读/写一个字节的函数呢? 1. 读一个字节 uchar tmpread(void) //read a byte date 读一个字节 { uchar i,j,dat dat=0 for(i=1 i<=8 i++) { j=tmpreadbit() dat=(j<<7)|(dat>>1) //读出的数据最低位在最前面,这样刚好一个字节在DAT里 } return(dat) //将一个字节数据返回 }-How
shukongdianyuan
- 本数控稳压电源采用AT89C51控制,其输出电压范围为0到+5 V,输出电流可以达到5A,具有步进电压调节功能,其最小步进为0.05V。-The power supply of the CNC using AT89C51 control the output voltage range of 0 to+5 V, output current can reach 5A, step voltage adjustment function, the minimum step of 0.05V.
mcu_gprs_MMS
- 基于GPRS和单片机的彩信报警系统设计方案本彩信报警系统以普通AT89C52 单片机和带有彩信功能的无线模块GPRS,前端设备可以根据控制摄像头采集图片,发送到用户手机上,同时用户可以通过短信命令随时查看系统状态, 或者控制前端摄像头采集图像,监控现场情况。采用此方案设计的产品操作简单,为了降低成本,在最小硬件设计的基础上,系统的功能尽可能用软件程序来实现,以达到降低成本,满足市场需求。-Based on GPRS and SCM MMS alarm system design MMS alar
Online
- 数据库课程设计人事管理系统 设计概述 设计名称:人事管理系统使用语言:Access+Visual Basic 6.0 硬件要求:PⅢ 900MHz以上处理器,最低128M内存,300M以上硬盘剩余空间。 运行环境: Windows XP 2.实施计划 1任务安排: xx:安排各个功能模块分工,编写文档,系统实现,界面设计及数据库设计。 xx.xx.xx.xx:人事信息维护模块,包括人事信息的录入,修改,删除操作 xx.xx.xx.xx:人事信息查询模块,包括按姓名查询,按员工号查询等功能 xx.
Multi-objective-optimization
- 用遗传算法求解多目标函数的最小值,方便、简单、快速。-More than the minimum value of the objective function using genetic algorithm, convenient, simple, fast.
A-hybrid
- 针对传统的BP或GA对模糊神经网络的识别应用存在收敛容易陷入局部极小 识别率低下等问题 提出一 种基于BFGS的混合遗传算法 其基本思想为 首先构造一种前馈型模糊神经网络结构 然后用遗传算法进化若干代 后 当目标函数的梯度或者范数小于预先设定值 则改用BFGS算法进行优化识别 仿真实验表明 对比GA该算法 收敛速度较快 识别精度提高了约7% 能够较好地应用于一类模糊神经网络的识别-In traditional BP or GA to identify the application
calculate-minimum-
- 遗传算法计算函数最小值,单纬度计算函数最小值-Genetic algorithm to calculate the minimum function, single latitude calculated the minimum function
codings
- codings for layer Program 13.1 Golden Section Search for minimum of f(x) Start with unimodal f(x) and minimum in [a,b] Input: inline function f, interval [a,b], number of steps k Output: approximate minimum y function y=gss(f,a,b,k) g=(s
06341870
- Abstract—This paper proposes a new strategy to meet the controllable heating, ventilation, and air conditioning (HVAC) load with a hybrid-renewable generation and energy storage system. Historical hourly wind speed, solar irradiance, and load d
N-student-data
- N名学生的数据已在主函数中放入结构体数组S中,请编写函数fun,它的功能是:把分数最低的学生数据放在b所指的数组中,注意:分数最低的学生可能不止一个,函数返回分数最低的人数。-N student data has been placed in the main function of the array of structures S, write a function fun, its function is to: the lowest score of student data on th
New-Method-of-Voltage-Control
- 考虑分布式电源的配电网电压控制新方法。针对含分布式电源的配电网电压越限问题,提出了一种基于灵敏度分析进行综合调节分布式电源出力和投切电容器组的电压控制新方法。当配电网出现节点电压越限,通过计算各个节点的注入无功功率对电压的灵敏度,以系统节点电压偏移最小为目标函数,采用和声算法,综合确定调节分布式电源出力大小和投切电容器组大小,并对分布式电源是否参与电压控制的控制效果和是否按电压灵敏度调节电压的控制效果进行了比较。-New Method of Voltage Control Considering
员工工资系统
- ① 管理功能:主要包括添加员工、修改员工信息、计算员工工资和删除员工。 ② 查询功能:提供多种员工查询方式,查询各类员工。 ③ 排序功能:主要包括全体员工的工资排序以及按多种类别的工资排序。 ④ 统计功能:主要统计员工的最高最低工资以及平均工资。(Management functions include adding employees, modifying staff information, calculating employee salaries and deleting empl