CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ;

搜索资源列表

  1. Power Flow6.23

    0下载:
  2. MATLAB求解电力系统潮流;牛顿迭代法;适用于14节点30节点300节点1047节点等。(MATLAB solves the power system tidal current; Newton iteration method; it applies to 14 nodes, 30 nodes, 300 nodes, 1047 nodes, etc.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:麻辣小月饼
  1. da

    0下载:
  2. 基于码本(codebook)的背景建模的背景差分法+级联基于LBK或haar的adaboost和基于hog的svm分类器+快速hough圆变换进行人头识别+基于区域特征的目标跟踪算法。(编程) AdaBoost是一种增强性机器学习算法,它用于把弱分类器联合成强分类器;SVM本身就是(Background modeling based on codebook (codebook) background difference method + cascade based on LBK or Haa
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:神万心
  1. one

    0下载:
  2. 从键盘输入一个班(全班最多不超过30人)学生某门课的成绩,当输入成绩为负值时,输入结束,分别实现下列功能: (1)统计不及格人数并打印不及格学生名单; (2)统计成绩在全班平均分及平均分之上的学生人数,并打印这些学生的名单; (3)统计各分数段的学生人数及所占的百分比。(Enter a class from the keyboard (no more than 30 people in the class). When the input results are negative
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:czb18742583921
  1. Gistcbir

    0下载:
  2. 采用Gist算法提取图像特征,采用欧式距离进行相似度计算,返回相似性图像。完整的GUI界面,完整的图像库 注意;根据需要调整图像根目录。(Gist algorithm is used to extract image features, and Euclidean distance is used for similarity computation, and the similarity image is returned. Complete GUI interface, complete
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:15834112
    • 提供者:lihaotaozihu
  1. DSP+FPGA步进电机开发板资料

    1下载:
  2. DspMotor里是dsp步进驱动源码。环境 ccs3.3 ;.FpgaMotorControl是fpga光栅尺采集源码。环境 ISE10.1(DspMotor is the DSP stepping drive source. Environment CCS3.3;.FpgaMotorControl is the source of FPGA grating ruler. Environment ISE10.1)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-05-02
    • 文件大小:15088640
    • 提供者:jie_
  1. 1stApp

    0下载:
  2. 这是一个适用于数字图像处理初学者的绿色编程软件,可以容易地添加代码进行图像放大、缩小、旋转等处理;也可以对图像进行时域和频域滤波(傅里叶变换已存在)。(This is a green programming software for beginners of digital image processing. It can easily add code for image enlargement, reduction, rotation, etc. It can also perform ti
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:86016
    • 提供者:乔qq
  1. java班级管理系统(论文+系统)

    0下载:
  2. java 班级 管理系统 (论文 + 系统);(Java class management system (paper + system))
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:139264
    • 提供者:马云巴巴
  1. matlab 深度学习

    0下载:
  2. matlab 进行深度学习入门;介绍了深度学习和深度学习场景,以及构建深度学习网络(It introduces the deep learning and deep learning scenarios Matlab, and the construction of deep learning network.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:5323776
    • 提供者:linaln0412
  1. 大漠接口说明

    0下载:
  2. 大漠接口说明2.1142,内有后台模式详解;(The interface of desert is explained 2.1142.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:420864
    • 提供者:你吃呢个
  1. tvdeconv_C程序

    1下载:
  2. 全变分图像处理程序; 实现超分辨;图像去噪;图像恢复(C program of TV algorithm; superresolution; denoising ; image recover;)
  3. 所属分类:图形图象

    • 发布日期:2018-05-04
    • 文件大小:92160
    • 提供者:luvky_girl
  1. riemann solver

    1下载:
  2. 精确黎曼求解器; 精确黎曼求解器:hll、hllc方法;(Accurate Riemann solver; Accurate Riemann Solver: HLL, HLLC method;)
  3. 所属分类:数学计算

    • 发布日期:2018-05-04
    • 文件大小:7168
    • 提供者:waiwai17
  1. 人工势场 matlab

    0下载:
  2. 人工势场的matlab编程;添加简单跳出算法,解决目标不可达等问题;初学者(Matlab'programming of artificial potential field)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:雾缭钟
  1. 20180430

    0下载:
  2. 实现一个简易的管理信息系统,进行学生信息管理,具有排序、查询、显示学生信息的功能。 要求: (1)采用链表实现; (2)使用快速排序算法实现排序功能; (3)使用分块索引查找算法实现查询功能(需要构建索引表)。(To achieve a simple management information system, student information management, sorting, query, display student information function. Re
  3. 所属分类:文章/文档

    • 发布日期:2018-05-06
    • 文件大小:388096
    • 提供者:cheqy
  1. 卡尔曼滤波

    1下载:
  2. 1、运动目标进行检测与跟踪,背景差分法,卡尔曼滤波,检测结果用红色外接矩形框表示,跟踪结果用绿色矩形框表示 2、采用平均背景法更新背景图像; 3、代码部分附详细解释(1. The moving target in the video sequence is detected and tracked, the moving target detection part uses the background difference method, the tracking part uses Calm
  3. 所属分类:图形图象

    • 发布日期:2019-11-28
    • 文件大小:1111040
    • 提供者:MJY_SCU
  1. Software_Architecture_with_Python

    1下载:
  2. 软件架构,可以说是为特定的应用软件创建一个蓝图设计。软件架构中存在两大挑战:首先,软件架构与需求必须保持一致,对尚未发现的需求或者发生演化的需求都是如此;其次,尽管常常发生架构实现的变更,但软件架构与其对应的架构实现必须保持一致。本书包含很多示例和用例,通过这种直观的方法来帮助你获取成为一名成功的软件架构师所需的一切。本书将帮助你了解Python的来龙去脉,以便可以用Python来构建和设计高度可扩展的、健壮的、简洁的、性能强大的应用程序。(Software architecture can b
  3. 所属分类:软件设计/软件工程

    • 发布日期:2019-11-06
    • 文件大小:10848256
    • 提供者:dingchaoqun
  1. 数据结构排序

    5下载:
  2. 以下问题要求统一在一个大程序里解决: 折半插入排序; 冒泡排序; 快速排序; 简单选择排序; 归并排序; 堆排序。
  3. 所属分类:数据结构常用算法

  1. LBM

    10下载:
  2. LBM算法的多松弛;LBM的D2Q9模型;LBM的D3Q15模型;LBM的两区域模型(The LBM algorithm is more relaxed; LBM's D2Q9 model; LBM's D3Q15 model; LBM's two region model.)
  3. 所属分类:matlab例程

    • 发布日期:2018-11-18
    • 文件大小:28672
    • 提供者:xihonshi777
  1. ABS控制及悬架

    1下载:
  2. matlab实现汽车ABS仿真控制策略;simulink实现汽车悬架控制策略(MATLAB realizes automobile ABS simulation control strategy; Simulink realizes vehicle suspension control strategy.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-21
    • 文件大小:15360
    • 提供者:沉思路
  1. 开关电源技术指标和测试

    1下载:
  2. 反激电源设计的资料大全,内容很丰富;很适合刚刚接触硬件设计的朋友学习开关电源(A comprehensive collection of information on reverse power design.)
  3. 所属分类:其他

    • 发布日期:2018-12-21
    • 文件大小:20603904
    • 提供者:Abcode
  1. FSR薄膜压力传感器资料包v4.0

    1下载:
  2. 薄膜压力传感器电路图,通过单片机采集压力值;(Thin film pressure sensor circuit diagram, collecting pressure value.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2021-02-26
    • 文件大小:12037120
    • 提供者:一盏小桔灯
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com