搜索资源列表

  1. DB05

    0下载:
  2. 矩阵运算的算法 用Type类数组创建矩阵对象 matrix(int rows,int cols) //创建矩阵,值为0 matrix(int n) //创建单位阵 matrix(const matrix &) //拷贝构造函数 BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵 modifyrowscols(int rows,int cols
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:51583
    • 提供者:跑过的云
  1. DCT_transform

    0下载:
  2. This file include the DCT and IDCT transform of an image. void show_DCT( void ) void DCT_8x8( float* data ) void IDCT_8x8( float* data ) void BDCT( float* input,int rows,int cols ) void BIDCT( float* input,int
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5049
    • 提供者:wan_xianglin
  1. matrix

    0下载:
  2. (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7814
    • 提供者:fangfei
  1. DB05

    0下载:
  2. 矩阵运算的算法 用Type类数组创建矩阵对象 matrix(int rows,int cols) //创建矩阵,值为0 matrix(int n) //创建单位阵 matrix(const matrix &) //拷贝构造函数 BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵 modifyrowscols(int rows,int cols
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-13
    • 文件大小:1565696
    • 提供者:跑过的云
  1. DCT_transform

    0下载:
  2. This file include the DCT and IDCT transform of an image. void show_DCT( void ) void DCT_8x8( float* data ) void IDCT_8x8( float* data ) void BDCT( float* input,int rows,int cols ) void BIDCT( float* input,int
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-13
    • 文件大小:5120
    • 提供者:wan_xianglin
  1. matrix

    0下载:
  2. (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-13
    • 文件大小:7168
    • 提供者:fangfei
  1. keyboardcontroller

    0下载:
  2. 键盘控制器VHDL代码 该控制器实时扫描矩阵键盘的行列,当用户有按键按下时,可以定位到对应的按键并产生一个中断信号-Keyboard controller entity -- -- The controller scans the columns, cols, by making a different column logic-0 -- therefor the inputs have to be pull-up
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-13
    • 文件大小:7168
    • 提供者:郑佛少
  1. Matrix

    0下载:
  2. Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:艾枫
  1. cre

    0下载:
  2. create random ecoc matrix, trying to maximize HD between rows and cols.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:cemrezor
  1. colnew

    0下载:
  2. 是 COLSYS 的更新版。国外有名的解常微分BVP的求解器,对奇异问题有很好的适应性。-C this package solves boundary value problems for C ordinary differential equations, as described below. C C COLNEW is a modification of the package COLSYS by ascher,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-13
    • 文件大小:30720
    • 提供者:刘项
  1. vb

    0下载:
  2. 假设 Form1 窗体有 MSFlexGrid1 控件,在 Form1 代码窗口贴下面代码,MSFlexGrid1 和其中单元格就会跟着窗体大小变化而变化:- gridTopRatio = .Top/Me.Height gridWidthRatio = .Width/Me.Width gridHeightRatio = .Height/Me.Height ReDim colWidthRatio(.Co
  3. 所属分类:界面编程

    • 发布日期:2024-06-13
    • 文件大小:2048
    • 提供者:midefeng
  1. java-

    0下载:
  2. (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-13
    • 文件大小:54272
    • 提供者:王晓菲
  1. juzhenlei

    0下载:
  2. (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:刘凯
  1. ijns-2007-v5-n2-p158-166

    0下载:
  2. Mobile Ad hoc NETwork (MANET) comprises of nodes, which are free to move randomly, yet cooperate to forward packets between source and destination over a multi-hop wireless network. Due to absence of any fi xe
  3. 所属分类:编程文档

    • 发布日期:2024-06-13
    • 文件大小:176128
    • 提供者:payal
  1. otsu111

    0下载:
  2. Otsu算法步骤如下: 设图象包含L个灰度级(0,1…,L-1),灰度值为i的的象素点数为Ni ,图象总的象素点数为N=N0+N1+...+N(L-1)。灰度值为i的点的概率为: P(i) = N(i)/N. 门限t将整幅图象分为暗区c1和亮区c2两类,则类间方差σ是t的函数: σ=a1*a2(u1-u2)^2 (2) 式中,aj 为类cj的面积与图象总面积之比,a1 = sum(P(i)) i->t, a2
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-13
    • 文件大小:1549312
    • 提供者:燕子一舞
  1. src

    0下载:
  2. // 求多元回归方程:Y = B0 + B1X1 + B2X2 + ...BnXn // data[rows*cols]二维数组;X1i,X2i,...Xni,Yi (i=0 to rows-1) // rows:数据行数;cols数据列数;Answer[cols]:返回回归系数数组(B0,B1...Bn)-generalized least squares
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-13
    • 文件大小:703488
    • 提供者:hongzhiyi
  1. CMatrix

    0下载:
  2. 该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造c++语言实现任意维数matrix类,方法Matrix()、获取某元素值的方法getData(int row,int col),设置某元素值的方法setData,计算两个矩阵的乘积的方法multiply(Matrix m)等-Class including the the matrix ranks number variable i
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:7168
    • 提供者:suncoke
  1. jqPuzzle

    0下载:
  2. jqpuzzle让您轻松地创建您的网页,滑动拼图。选择一个图像,把它放在你的页面,并添加一些神奇的–jqpuzzle会自动把它变成一个彻头彻尾的滑动拼图。 如果你想,你可以高度自定义(行/列数,孔的位置,初始状态,控制,动画速度)和滑动拼图风格你根据你的需要。几种语言的接口是可用的,并且你可以添加你自己的文本在飞。 jqpuzzle可以用三种方式:最简单的一种是简单地添加一个类的名字你的形象。此外,一个CSS微格式(这不过是一个
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:19456
    • 提供者:asdgio
  1. kse_test_matlab

    0下载:
  2. Given a matrix with m rows and n cols (m points in R^n), use resampling and the Kolmogorov Smirnov test to score [0,1] all points (as potential outliers) in linear time. This is an original algorithm that can be use
  3. 所属分类:matlab例程

    • 发布日期:2024-06-13
    • 文件大小:65536
    • 提供者:markosovs
  1. (MAC)-LAYER-DESIGN

    0下载:
  2. In this dissertation, there are four main aspects included: energy reservation on MAC layer, secure improvement for DoS attacks on MAC layer, query processing with uncertainty for sensor systems, and throughput maxim
  3. 所属分类:编程文档

    • 发布日期:2024-06-13
    • 文件大小:692224
    • 提供者:amir
« 12 »

源码中国 www.ymcn.org