搜索资源列表
yy
- 读取视频文件,读取一帧图像并检测图像中的汽车,使用循环逐帧对图像进行检测-read the videofrequency documents,then detect the cars in the picture,use the cycle to detect the picture.
yy
- 给出一个非负小数,找出分子不超过M,分母不超过N的最简分数或整数, 使其最接近给出的小数。如果这个分数不唯一,输出‘TOO MANY’。 输入文件格式(closest.in) 第一行,M,N(1<=M,N<=10^9) 第二行,即小数R,(0<R 输出文件格式(closest.out) 仅一行,若解唯一输出 分子 / 分母(整数K写成K/1),否则输出TOO MANY 样例输入: 360 120 3.1415926536
yy
- 简单的用mfc编的鹰眼,mapControl与toccontrol在一个对话框中-Simple to use mfc series Hawkeye, mapControl in a dialog box with toccontrol
array
- 完成数组排序的cpp源代码,可以完成数组增加,删除,修改,排序等功能的代码-Complete source code cpp sort the array, the array can be done to add, delete, modify, sort code etc.
ascii16x8
- 在LCD中asci 显示所需要的编码即英文字符编码-LCD ASCI
dalin
- dalin算法, 典型二阶环节的模糊控制输出曲线 kk=[1:N]*T figure(1) plot(kk,R, k ,kk,yy, r ) grid on xlabel( 时间(秒) ) ylabel( 输出 ) -dalin algorithm
27194323mohu
- 模糊评价代码.对于进行二级模糊综合评判,可编制mohufun.m函数来实现 如[yy1,qdh,qdh1]=mohufun(R,L,M,w,XX,yy]来实现运行两次这个函数,并编制相应的m文件,其中放至两个这样的函数即可实 现 模糊评判的结果说明: 1:对于所有等级的隶属度之和为1。 2:输出结果随某个变量的增大而qdh1的结果呈现出单调递增或递减 3:最后的等级出[0.2 0 0 0.8]这种情况是正常的,和可拓评判中的对于等级的距离的概念是不一样的。