CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 可实现read

搜索资源列表

  1. PackageProblem

    2下载:
  2. 实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本要求 读入T、n、w1 , w2 , … , wn
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.08kb
    • 提供者:李昭明
  1. 5_3_lift_vc

    0下载:
  2. 双正交5/3小波的提升格式构造,VC实现,看完可模仿着编-Biorthogonal 5 / 3 wavelet upgrade format structure, VC, read a series replicable
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:742.45kb
    • 提供者:尹明
  1. FrameRead

    0下载:
  2. 此代码为本人运用视频读取函数实现视频帧的读取,并可批量转为BMP等格式,另有运动目标静止背景的提取。内附说明文档,欢迎交流。-this code for the use of video I read function video frames to read and can volume to BMP format. another campaign goal from the background static. Enclosing documentation, welcomed the e
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:26.74kb
    • 提供者:同位素
  1. zhr_imfilter

    2下载:
  2. 本程序实现了matlab自带函数imfillter的功能,是.m文件的形式,参数和imfilter一样可选。程序附有图片,并且在程序最后使用imfilter,便于直接对比观察处理效果。注:本程序是读入RGB图像,转换成灰度图进行处理。-This program implements the function of matlab own function imfillter is. M file in the form of the same parameters and imfilter opt
  3. 所属分类:matlab

    • 发布日期:2015-11-05
    • 文件大小:31kb
    • 提供者:zhrmsl
  1. FFT

    0下载:
  2. C语言的FFT(快速傅里叶变换),其中碟形结的复数运算用一个“类”来实现,使得程序简单易懂,可移植性高-C-FFT (fast Fourier transform), in which the plural disc-end computing to a new " category" to achieve, making the procedure easy-to-read, high portability
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.24kb
    • 提供者:王天
  1. DEMO

    4下载:
  2. 利用MATLAB GUI做的三维数据自动绘图程序,安装运行库后可自动运行,实现从EXCEL读取数据并自动绘制三维曲面图的功能-Using three-dimensional data in MATLAB GUI to do automatic drawing program, after installation of runtime to run automatically read data from a EXCEL and automatically draw the three-dime
  3. 所属分类:matlab例程

    • 发布日期:2013-01-29
    • 文件大小:306.72kb
    • 提供者:王永生
  1. BPMatlab

    0下载:
  2. 用遗传算法该进的BP神经网络,用matlab编程实现,程序详细,可读!对数学建模很有用处!-The use of genetic algorithms into the BP neural network, using matlab programming, program details, read! On the mathematical modeling is useful!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:81.71kb
    • 提供者:张强
  1. AutoMaze

    0下载:
  2. 此迷宫实现从键盘读入矩阵迷宫地图 然后输出任一条可走出路径 若无可走通路径 则输出error-This labyrinth from a maze map the keyboard and then read into the matrix may be out of the path of the output of any one to go through the path without the output error
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:369.7kb
    • 提供者:李明达
  1. 7

    0下载:
  2. 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -Write C++ program performs the following functions: (1) simple phone book function, with
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2.36kb
    • 提供者:yaoy92
  1. telephonebook

    0下载:
  2. 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -Phone book write C++ program performs the following functions: (1) simple phone b
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.44kb
    • 提供者:NoKoo
  1. search

    0下载:
  2. 数据结构上机实验——文学助手。可实现读取txt文件或其它文件,扫描其中某个英文字幕或单词并输出搜索词出现的位置。简明、易懂、C++自编版。-Data structure on experiments- literary assistant. Txt file to read can be achieved or other documents, or scan one of the words in the English subtitles and output of the search w
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:336.42kb
    • 提供者:Juicy
  1. dianhuaben

    0下载:
  2. 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 - the phone book Write a c++ program to complete the following functions:
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.63kb
    • 提供者:WHY
  1. 2

    0下载:
  2. 1.编制一个成绩记录簿,里面有学生的信息,例如包括:学号、姓名、以及C语言课程的成绩。该程序要实现的具体功能有:  创建信息链表并以磁盘文件保存;  读取磁盘文件并显示输出所有学生的成绩;  按学号或姓名查询成绩;  添加学生成绩记录;  删除学生成绩记录;  修改指定姓名或学号的学生的成绩并可存盘;  显示输出60分以下、60~69、70~79、80~89、90分以上
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:10.27kb
    • 提供者:袁浩晨
  1. hxxch

    0下载:
  2. 该程序用以实现机器学习中的常用算法候选消除学习算法,通过实例训练后可以让计算机做出自主相对正确的选择,用以智能处理,也是机器学习的基础算法。算法格式较为标准,思路清晰,易于阅读,且包含部分调试代码,可用于初学者自学-The program to eliminate the learning algorithm, commonly used in machine learning algorithms candidate by the instance training allows the co
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-23
    • 文件大小:2.18mb
    • 提供者:冷娇娇
  1. Matlab

    3下载:
  2. 实现了零速修正的卡尔曼滤波算法,可实现个人室内导航。为读数据格式-Zero speed correction Kalman filter algorithm can achieve personal indoor navigation. Read data format
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:15.67kb
    • 提供者:王根
  1. DICOM

    0下载:
  2. 读取DICOM图像文件,经实际运行可实现请放心下载-Read DICOM image files, can be realized by the actual operation please rest assured download
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:534byte
    • 提供者:叮当
  1. arithmetic

    0下载:
  2. 算数编码(arithmeric coding)的实现。目前手动输入可实现编码和译码,从文件读取方式输入还在开发。-Arithmeric coding implementation. Current manual input can be achieved encoding and decoding, the file to read the way in the development of the input.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.35kb
    • 提供者:水杉
  1. b

    5下载:
  2. 基于MATLAB GUI 设计的数字信号处理系统,可以实现基本的信号生成,信号分析和信号滤波以及简单的语音信号处理等功能。其中信号生成模块可实现正弦波、方波、三角波、高斯白噪声、chrip信号的生成和叠加;信号分析模块支持基本的傅氏变换下的频域分析功能;信号滤波模块可以实现数字低通、高通、带通、带阻下的切比雪夫、巴特沃思、椭圆滤波器的设计和滤波处理;语音信号处理模块可以实现音频文件的读取、播放、叠加噪声、滤波等功能。(Based on MATLAB GUI design of digital s
  3. 所属分类:matlab例程

  1. 1 文件读取 链表操作

    0下载:
  2. C++语言编写,可实现文件读入链表操作,数据结构课程设计(C++ files are read into the list, the design of the data structure course)
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:13kb
    • 提供者:玉玲珑
  1. 图论算法及其MATLAB实现

    0下载:
  2. 本书系统介绍了图论重要算法的思想及其 MATLAB实现,可供数学、计算机科学、工程科学等学科中相关专业的大学生、研究生阅读,也可供相关专 业研究人员参考。(This book systematically introduces the idea of the important algorithm of graph theory and its MATLAB implementation, which can be read by college students and graduate st
  3. 所属分类:matlab例程

    • 发布日期:2020-08-13
    • 文件大小:1.16mb
    • 提供者:axmlx
« 12 »
搜珍网 www.dssz.com