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

搜索资源列表

  1. suanf1

    0下载:
  2. 算法分析常见问题代码,阶梯问题,皇后问题,迷宫问题,单源最短路径问题等。-FAQ algorithm analysis code, ladder problems, Queens, maze, single-source shortest path problems.
  3. 所属分类:Data structs

    • 发布日期:2017-06-20
    • 文件大小:30292851
    • 提供者:李诗诗
  1. CRC-algorithm-design

    0下载:
  2. 数字通信系统的数据传输为了保证数据传输的有效性 ,常用的方法就是对传输数据进行 CRC校验。首先分析了CRC的校验原理 ,然后以常见的CRC-16为例 ,提出了生成CRC码的算法 ,给出了该算法的实现软件流程图 ,并在Windows平台上用 VC++实现。该算法实现简单 ,实时性强 ,非常适合于大数据块传输的情况。计算机仿真实验表明 ,这是一种有效地实现CRC校验码的方法 ,为通信系统的差错控制提供了一种简捷的解决方案。-Digital communication system of data
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:290153
    • 提供者:jinzhi
  1. 121212121

    0下载:
  2. 该控制器通过戴在手上的加速度传感器来感应用户的手势姿态,并配合按键组及相关控制算法的使用,可以实现鼠标、滚轮、摇杆这三种常见计算机外设的功能,可以为用户提供一种全新的交互式体验。-The controller worn on the hand by the acceleration sensor to sense the user s gestures posture, and with key groups and the associated control algorithms used,
  3. 所属分类:SCM

    • 发布日期:2017-05-23
    • 文件大小:7286776
    • 提供者:zdj
  1. heliuchaojihe

    0下载:
  2. 合流超几何函数是处理较为复杂的语音处理算法中的较为常见的程序,它在MATLAB中能够正确实现相对有些困难,附上的程序能够在语音增强算法中正确运行。-Confluent hypergeometric function is dealing with more complex voice processing algorithms in the more common procedures, it can be correctly implemented in MATLAB relatively s
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1459
    • 提供者:
  1. juzhencaozuobaogao

    0下载:
  2. 1 课题综述 1 1.1 预期目标 1 1.2 面对的问题 1 1.3 需解决的关键技术 1 2 课题分析 2 2.1 矩阵的来源 2 2.2 涉及的知识基础 2 2.3 矩阵翻转及图示 4 2.4 矩阵卷动及图示 4 2.5 矩阵旋转及图示 5 3 系统设计 6 3.1 矩阵翻转算法及流程图 6 3.2 矩阵卷动算法及流程图 7 3.3 矩阵旋转算法及流程图 9 4 程序调试 11 4.1 常见错误分析 11 4.2 调试分析 1
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:143745
    • 提供者:黄苏敏
  1. key_daquan

    0下载:
  2. 之前,匠人曾经写了一篇《按键漫谈》。在该文中介绍了一些常见的击键类型,及程序判 别方法。但当时由于时间不够充裕,没有进一步给出具体的程序或流程图。这次,特补充此 文,权当是《按键漫谈》的姊妹篇吧。 关于流程图中提到的各种击键类型,其定义已经在《按键漫谈》中给出了。此文不做雷 述。 为什么只给流程图,而不给源程序呢?因为匠人认为,授人以鱼,不如授人以渔。流程 图描述的是程序的思想精髓。只要掌握了程序的流程(算法),不管用何种语言,都可以很容 易地实现吧。 -Befo
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:388145
    • 提供者:onejacky
  1. Optimal-TopN-algorithm

    0下载:
  2. 本文对常见的TopN算法,进行分析比较,最后给出最优的TopN算法:基于小根堆的筛选法.-Common TopN algorithm were analyzed and compared, Finally, optimal the TopN algorithm: a screening method based on the root heap
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:87728
    • 提供者:陈淑娟
  1. linux2.doc

    0下载:
  2. 操作系统中常见的页面置换算法用来解决操作系统中页面调度问题-The operating system page replacement algorithm is used to solve the problem of the operating system paging
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:68304
    • 提供者:zhangmi
  1. JAVA-programming-test-and-anwsers

    0下载:
  2. 最新JAVA编程题全集50题及答案,包含了常见的算法,和适合学习使用-50 newest JAVA programming test and anwsers
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2588534
    • 提供者:龙虾
  1. matlab-optimize

    0下载:
  2. matlab常见优化算法,如遗传算法,规划算法,粒子群算法-matlab optimize program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:35739
    • 提供者:梅声远
  1. Sort

    0下载:
  2. 几种常见的搜索和排序算法。 包括:线性搜索、二分搜索、选择排序、插入排序、合并排序。-Several common searching and sorting algorithms. Include: linear search, binary search, selection sort, insertion sort, merge sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1265
    • 提供者:姜枫
  1. SAR-Image

    1下载:
  2. 这是经典的SAR成像算法,包含了RDA CSA RMA三种常见的对于点目标的成像算法-This is classic SAR imaging algorithm, including the RDA CSA RMA three common for point target imaging algorithm
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:4632
    • 提供者:李震宇
  1. 1

    0下载:
  2. 常见的一些动态场景,光线跟踪在动态场景中的应用若干解决方法,光线跟踪的加速算法。-Light tracing rendering system of some optimization technology to some common dynamic scene, the light track in the application of dynamic scene some solutions, light tracing the speeding up of the algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:656922
    • 提供者:程野
  1. JPEG_code

    0下载:
  2. 这个是用vc++写的图像压缩的代码。验证都是没有问题的,里面含有各种常见的算法,及压缩的源码。。。做成了一个库文件。。提供调用-This is the image compression with vc++ to write code. Validation are not the problem, which contains a variety of common algorithms and compressed source...Make a library file.. To prov
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:915031
    • 提供者:覃松
  1. Genetic-Algorithm-in-OFDM-system

    1下载:
  2. OFDM自适应资源分配时,我们知道遗传算法很常见,这里我们给大家编了一下遗传算法的代码,供大家参考-OFDM adaptive resource allocation, we know the genetic algorithm is very common here, we compiled a genetic algorithm code for your reference
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:1725
    • 提供者:史军
  1. RF

    0下载:
  2. RF算法属于多模式匹配算法,可以处理常见的模式匹配中遇到的问题。-The RF algorithm is a multi-pattern matching algorithm that can handle the problems encountered in the common pattern matching.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:239075
    • 提供者:华朝
  1. Clinical-ECG-training

    0下载:
  2. 心电图心脏解剖,心脏生理电活动,常见心电图病变,算法主要工作内容。-ECG cardiac anatomy, cardiac physiological electrical activity, common electrocardiogram lesions, the main algorithm work.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:2105863
    • 提供者:TIMZHAO
  1. C-problems-and-classic-algorithm

    0下载:
  2. 这是在上大学期间跟着老师做项目,老师给的两本讲义电子版,一个是关于C语言中常见问题,一本是介绍经典算法,对开发程序很有帮助~!-This is on the college are taught how to do the project, two teacher handouts electronic version of a common problem in the C language, an introductory classical algorithm development pr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1994006
    • 提供者:M.D
  1. C-ppt-ofTanhaoqiang

    0下载:
  2. 谭浩强C程序设计全套ppt 第1章 C语言概述.ppt 第2章 程序的灵魂——算法.ppt 第3章 数据类型、运算符与表达式.ppt 第4章 最简单的C程序设计——顺序程序设计.ppt 第5章 选择结构程序设计.ppt 第6章 循环控制.ppt 第7章 数组.ppt 第8章 函数.ppt 第9章 预处理命令.ppt 第10章 指针.ppt 第11章 结构体与共用体.ppt 第12章 位运算.ppt 第13章 文件.pp
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6584312
    • 提供者:hanhan
  1. PPT-of-Tanghaoqiang-(C)

    0下载:
  2. 第1章 C语言概述.ppt 第2章 程序的灵魂——算法.ppt 第3章 数据类型、运算符与表达式.ppt 第4章 最简单的C程序设计——顺序程序设计.ppt 第5章 选择结构程序设计.ppt 第6章 循环控制.ppt 第7章 数组.ppt 第8章 函数.ppt 第9章 预处理命令.ppt 第10章 指针.ppt 第11章 结构体与共用体.ppt 第12章 位运算.ppt 第13章 文件.ppt 第14章 C++对C的扩
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6475111
    • 提供者:hanhan
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com