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

搜索资源列表

  1. COMPDIR

    0下载:
  2. % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwise, returns steepest descent direction. % I
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1611
    • 提供者:张风
  1. maxm

    0下载:
  2. 给定由n 个整数(可能为负整数)组成的序列1 a , 2 a ,…, n a ,以及一个正整数m,要 求确定序列1 a , 2 a ,…, n a 的m 个不相交子段,使这m 个子段的总和达到最大。-given by n integers (with the possible negative integers) consisting of a sequence of 1, a 2, ..., n a, and a positive integer m, a request to deter
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:812
    • 提供者:lxq
  1. MYMM1

    7下载:
  2. M/M/1单服务台排队系统仿真(用事件调度法实现离散事件系统仿真) 顾客到达模到达时间间隔和顾客服务时间均服从负指数分布,单服务台系统,按照单队排队,按FIFO方式服务。考察服务n个顾客(n=1000,2000,3000,5000)后的顾客平均队长及平均排队等待时间。-M/M/1 single-server queuing system simulation (using Event Scheduling Method Discrete Event Simulation System) t
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1500
    • 提供者:麦麦
  1. java11111

    1下载:
  2. 问题描述:编写一个JAVA程序,用面向对象设计的方法编写一个电话卡的类。包括卡号、密码、余额、拨入号码等 b)基本要求:类的属性有卡号、密码、余额、拨入号码,电话卡的常用操作可以用连接电话方法、返回余额方法与通电话方法来实现。 c)方法功能描述: 构造方法(PhoneCard(卡号,密码,余额,拨入号码))可以完成属性值初始化赋值,并判断余额,余额为负就退出系统,请在构造方法中将初始时的连接置为false即表示没有连接。 卡号long cardNumber 密码priva
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1351
    • 提供者:张三
  1. 基于非负矩阵分解算法进行盲信号分离

    0下载:
  2. 基于非负矩阵分解算法进行盲信号分离-based on non-negative matrix factorization algorithm for Blind Signal Separation
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:113710
    • 提供者:孙东
  1. NumEditForDelphi

    0下载:
  2. 数字输入控件,可指定整数位和小数位的长度,可指定是否允许负值。 需要SuiEdit控件支持,如果没有,可修改源码从TCustomEdit继承,并去掉其没有的属性及相关方法即可。-digital input control, to designate places and rounded the length of decimal places, to designate whether to allow negative. SuiEdit controls need support, and i
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:5572
    • 提供者:王晖
  1. 高精度计时器

    0下载:
  2. 多媒体计时器能编程设定1毫秒或更小,是诸如MIDI序列发生器之类的专用型应用程序的理想选择,但是它们也招致了更多的开销,并且会对系统上正运行的其他程序造成负面影响。其实,在Windows API中有很多提供时钟查询的函数,利用它们就可以编写自己的高精度计时器了。类CMicroSecond和Celapsed就是用Windows API编写的2个高精度计时器-multimedia timer can be programmed to set a millisecond or less, such a
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36099
    • 提供者:张伟
  1. Serial-S3C44B0

    0下载:
  2. flash serial input queue. returns 0 on success or negative error * number otherwise-flash serial input queue. 0 succeeded the returns on ess or negative error number otherwise *
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1204
    • 提供者:林利弘
  1. BP_Algorithm

    0下载:
  2. 用VC++实现的BP(反向传播负反馈)神经网络算法-with VC BP (BP negative feedback) neural network algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9537
    • 提供者:张笑
  1. HV

    0下载:
  2. 著名的AVR 高压编程器HVprog原理图,y有了他就不再为熔丝错误,负位脚变IO,ISP被锁等等一些问题而烦恼了-famous for programming AVR hypertension HVprog diagram, y he will not have to fuse errors, Negative changes IO feet, the ISP was locked, and so on some issues and trouble
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:56545
    • 提供者:鲜开义
  1. neipaixu

    0下载:
  2. [问题描述] 将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N) [输入] 待排序记录个数,各关键字的值。 [输出] 关键字从正负分开,正数在前 [存储结构] 待排序记录顺序存储。 [算法的基本思想] 快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。 #in
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:7602
    • 提供者:Demonic
  1. rfid_model

    2下载:
  2. A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special attention is emphasized on the analog/RF circuit.Negative effects are concerned in the system model,such as phase noise of the local oscillator,TX-RX
  3. 所属分类:行业发展研究

    • 发布日期:2008-10-13
    • 文件大小:2099122
    • 提供者:liulang
  1. nmf

    0下载:
  2. Code to run the Non-negative Matrix Factorization algorithm as presented in the Lee, Seung 1999 Nature paper.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1211692
    • 提供者:chenjiawei
  1. pso_Methods_for_Pattern_Recognition_and_Image_Proc

    0下载:
  2. A dissipative particle swarm optimization is developed according to the self-organization of dissipative structure. The negative entropy is introduced to construct an opening dissipative system that is far-from-equilibrium so as to driving th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5950783
    • 提供者:sky
  1. add&sub

    0下载:
  2. 多位的加减运算,允许有负数.-number of addition and subtraction operations and allow a negative.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1862
    • 提供者:黄凯
  1. 2

    0下载:
  2. 中南赛区ACM竞赛题 Descr iption Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the whole array. The sum of a rectangle is the sum of all the elements in
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1358
    • 提供者:王建华
  1. 2Dcrystals

    0下载:
  2. Negative principal refractive indices and accidental isotropy in two-dimensional photonic crystals with an asymmetrical unit ce
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:597059
    • 提供者:Qtai
  1. 光子晶体带边附近的大色散效应

    0下载:
  2. We have used phase-sensitive ultrashort-pulse interferometry to study the modifi cation of optical pulse propagation near the photonic band edges in colloidal crystals consisting of polystyrene spheres in water. A strong suppression of the group
  3. 所属分类:行业发展研究

    • 发布日期:2024-01-05
    • 文件大小:54015
    • 提供者:Qtai
  1. 1i

    0下载:
  2. 软件测试:一个编译器测试软件,支持下列C语言运算符:+ - * / % ^(乘方) 负 (int) (double) \"字符串\" [](数组) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列关键字:void int double string if else for while do goto break continue return,支持下列数据类型:int double string int[] doubl
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:8895
    • 提供者:王东
  1. SuShu

    0下载:
  2. 求得一个4*4的方阵,各行各列及主负对角线上的元素均为可逆素数。-achieve a 4 * 4 phalanx, the trip out and the main negative on the diagonal elements are reversible primes.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2703
    • 提供者:陈锐
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com