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

搜索资源列表

  1. matlab_walsh

    1下载:
  2. 函数通过输入信号序列和函数序号,以及调制解调选择参数来完成扩频调制解调。original_seq是原始输入序列,可能是未调制序列,也可能是调制序列,walsh_num是walsh函数的序号,select选择对输入的序列进行调制还是解调。-function through the input signal sequence and function of the serial number and choice of modulation and demodulation parameters t
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:880byte
    • 提供者:刘洪
  1. Matrix.operation

    0下载:
  2. 用户输入两个矩阵的维数和元素,选择加减乘三种运算方式中的一种,程序将显示运算结果。采用动态分配数组空间。初学C++写的,简单易懂。-user input two-dimensional matrix of elements and a few select modified by the three operators a way, Operational procedures will show results. Dynamic array allocation of space. Novic
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:冬梅
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. TrackEye_src.zip

    2下载:
  2. 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-04-13
    • 文件大小:2.51mb
    • 提供者:sichuanlu
  1. data sort 按从大到小的顺序排列

    0下载:
  2. 由输入对话框输入100个数值,数据放入数组a,其中的整数放入数组b,然后运用选择分类法将数组b中的数据按从大到小的顺序排列,并以每行五个数据在窗体上输出。-100 from the input dialog box to enter values ​ ​ into the data array a, where the integer into the array b, then select the classification using the data in the array b by
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:2.85kb
    • 提供者:张娟娟
  1. binary_tree

    0下载:
  2. 文本为一个用c语言编写用于产生一个二叉树的源码文本。以三元组形式输入任意二叉树(以大写字母表示结点),求以任意一选定结点为子树的深度。如,在输入示范题中的二叉树之后,程序显示:Please select a node: 输入 ‘B’,回车后,程序显示‘3’。-Text for a written in c used to produce a binary tree source text. With three yuan group form input arbitrary binary tre
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.16kb
    • 提供者:梅剑寒
  1. lvbo

    0下载:
  2. 选取滤波器(低通滤波器和带阻滤波器)采样点之间信号并与对应的输入信号进行比较的源程序。 -Select filter (low-pass filter and band stop filter) the signal between sampling points and the corresponding input signal for comparison of the source.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.37kb
    • 提供者:hithit
  1. Cpp1

    0下载:
  2. 对学生成绩管理是教务管理的重要内容,本设计对学生的成绩进行管理,要求用菜单选择操作方式完成下列功能。 登记学生成绩 查询学生成绩 插入学生成绩 删除学生成绩 算法输入:操作要求、学生信息。 算法输出:操作结果。-Of student achievement management is an important aspect of educational administration, the design of the achievements of students f
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1.05kb
    • 提供者:柏德胜
  1. xxcz

    0下载:
  2. 对于f(x)=1/(1+x^2) (-5<= x <=5) 要求选取11个等距插值节点,分别采用拉格朗日插值和分段线性插值,计算x为0.5, 4.5处的函数值并将结果与精确值进行比较。 输入:区间长度,n(即n+1个节点),预测点 输出:预测点的近似函数值,精确值,及误差 -For f (x) = 1/(1+ x ^ 2) (-5 < = x < = 5) asked to select 11 equidistant interpolation nodes,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:756byte
    • 提供者:loseheaven
  1. Manual

    0下载:
  2. 本课件是一个动态演示数据结构算法执行过程的辅助教学软件, 它可适应读者对算法的输入数据和过程执行的控制方式的不同需求, 在计算机的屏幕上显示算法执行过程中数据的逻辑结构或存储结构的变化状况或递归算法执行过程中栈的变化状况。整个系统使用菜单驱动方式, 每个菜单包括若干菜单项。每个菜单项对应一个动作或一个子菜单。系统一直处于选择菜单项或执行动作状态, 直到选择了退出动作为止。-This courseware is a dynamic data structure algorithms demonst
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.11mb
    • 提供者:lll
  1. 1

    0下载:
  2. 编程计算图形的面积。程序可以计算圆形,长方形,正方形的面积,运行时先提示用户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的值,对正方形要求用户输入边长得值,计算出面积的值后将其显示出来。-Calculate the area of graphics programming. Program can calculate the round, rectangular, square area, run-time prompts the user to first sel
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:244.2kb
    • 提供者:bipengjiang
  1. sportsmeeting

    0下载:
  2. 功能实现:1).输入,显示各个学生信息 2).根据学号,姓名查找某个学生的成绩 3).修改学生信息 4).删除学生信息 5) 清空数据库6)选择范围的输出学生成绩排名。-Function achieve: 1). Input, display individual student information 2). According to Student ID, name to find a student' s achievement 3). Modified Student Inform
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3.58kb
    • 提供者:Cherry
  1. Ellipticcurvepublickeysystem

    0下载:
  2. 计算机安全学中椭圆曲线公钥系统的c源码 输入与输出: 请输入椭圆曲线方程y^2=x^3+cx+d(mod p)中c,d,p的值:8,10,23 椭圆曲线方程为y^2=x^3+8x+10(mod23) 请输入所取明文x的x1,x2:19,13 请输入选择的椭圆曲线上的点a0的x,y:7,8 请输入私钥a=17 选取t=3 加密的结果是(y0,y1,y2) = ((22,22),20,18) 实施解密: (c1,c2)=(18,12) x1=19
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:12.08kb
    • 提供者:ttt
  1. ginput2

    0下载:
  2. Do you still use GINPUT to graphically select points on current axes with the mouse? Try this one! With GINPUT2 you can also: 1. ZOOM: in, out (double-click)! 2. PAN: when dragging! 3. DELETE: last selected point! 4. PLOT: while sele
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:7.49kb
    • 提供者:Mike Gao
  1. trojansearching

    0下载:
  2. Copy all files in Matlab current directory and type "facerec" on Matlab command window. First, select an input image clicking on "Select image". Then you can - add this image to database (click on "Add selected image to database" - per
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:8.51kb
    • 提供者:fais
  1. carrecognition

    0下载:
  2. First, select an input image clicking on "Select image". Then you can - add this image to database (click on "Add selected image to database" - perform iris recognition (click on "Iris Recognition" button) Note: If you want to perform iri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:959.82kb
    • 提供者:fais
  1. SortCompare

    0下载:
  2. (1)待排序表的长度不小于100000;其中的数据用为随机数产生程序产生。 (2)从已学过的内部排序算法中选择至少5种算法,通过比较各种算法的关键字移动次数以及比较次数。至少用五组不同的输入数据作比较。 (3)最后对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -(1) length of the table to be sorted is not less than 100,000 one of the data used to generate the random
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:102.55kb
    • 提供者:xiaojie
  1. lab2

    0下载:
  2. 编程计算图形的面积。程序可计算圆形、长方形、正方形的面积,运行时先提示用户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的值,对正方形要求用户输入边长的值,计算出面积的值后将其显示出来。-Calculate the area of graphics programming. Program calculates circular, rectangular, square area, run-time prompts the user to first select t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:飞机
  1. sort

    0下载:
  2. 随机产生一组数,实现下面6种排序算法:插入排序、起泡排序、选择排序、Shell排序、快速排序根据键盘输入选择“从大到小”还是“从小到大”两种方式; 4)根据键盘输入选择其中一种排序算法; -A set of randomly generated numbers, to achieve the following six kinds of sorting algorithms: insertion sort, bubble sort, selection sort, Shell sort,
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11.45kb
    • 提供者:
  1. SHM-corrugated-core

    0下载:
  2. 根据输入的中心坐标,在立方体中选择块体的位置-According to the center coordinate input, select the location of the block in the cube
  3. 所属分类:Algorithm

    • 发布日期:2017-06-13
    • 文件大小:19.25mb
    • 提供者:wenpin
« 12 3 »
搜珍网 www.dssz.com