CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - Vector

搜索资源列表

  1. cairo-1.0.0.tar

    0下载:
  2. linux下面的一个矢量绘图开发软件源代码-linux following a vector drawing software source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.37mb
    • 提供者:全不知
  1. OperationsofMatrix

    0下载:
  2. performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix-performs one of the matrix-vector operati ons y : = alpha * A * x * y
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.26kb
    • 提供者:刘俊
  1. pisvm-1.0

    0下载:
  2. 支持向量分类算法在linux操作系统下的是实现,是一个简单的小程序。-support vector classification algorithm in the Linux operating system is realized, is a simple, small procedures.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:67.08kb
    • 提供者:liangye
  1. rip

    0下载:
  2. 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11.85kb
    • 提供者:罗安
  1. lvq

    0下载:
  2. LVQ - Learning Vector Quantization Demonstration Download xlvq Linux executable (128 kb) wlvq.exe Windows executable (152 kb) lvqd.zip C sources, version 1.7, 2003.09.02 (144 kb) lvqd.tar.gz (130 kb)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:65.77kb
    • 提供者:lion
  1. vector

    0下载:
  2. 用于编写vector.c,该代码可以在win或者在类unix环境下都可以编译
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.86kb
    • 提供者:tanglujun
  1. librsvg-2.22.2.tar

    0下载:
  2. 渲染可伸缩矢量图形(Scalable Vector Graphics,SVG)的函数
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:585.89kb
    • 提供者:fzlin_sj
  1. Rhapsody-0.1.8.tar

    0下载:
  2. sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:246.58kb
    • 提供者:林绍川
  1. DSP嵌入式系统开发典型案例

    1下载:
  2. DSP嵌入式系统开发典型案例 (1)5-1.asm对应第五章语音信号的采集和播放主程序; (2)5-2.asm对应第五章语音信号的采集和播放中断向量程序; (3)5-3.cmd对应第五章语音信号的采集和播放配置文件; (4)5-4.asm对应第五章语音信号的u/A律压缩程序; (5)5-5.m对应第五章语音去噪的仿真程序; (6)5-6.asm对应第五章语音去噪的主程序; (7)5-7.c对应第五章CVSD编码的C语言程序代码; (8)5-8.asm对
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-22
    • 文件大小:12.1kb
    • 提供者:hanpeiyue
  1. openxfemPP

    2下载:
  2. OpenXFEM++ with patches for Cygwin or Linux-An object-oriented enriched finite element code that provides a robust tool for simulating fracture using an extended finite element(XFEM)computations. The features of the program include flexibility in the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-11-07
    • 文件大小:305.73kb
    • 提供者:liping
  1. ass3

    0下载:
  2. 稀疏向量的C++实现,Cygwin编译通过-sparse vector implemention
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:135.39kb
    • 提供者:xiaohui
  1. mul

    0下载:
  2. 在Linux平台上用多线程方法实现浮点向量的点积计算-On the Linux platform with multi-thread methods to achieve floating-point vector dot product calculation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:741byte
    • 提供者:徐航
  1. svg

    0下载:
  2. svg矢量图基础QT程序 作用很小 适合初学者吧-QT svg vector-based program for beginners it is very small role
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:43.08kb
    • 提供者:侯凯
  1. hilbert

    0下载:
  2. This file is part of the GNU Gama C++ Matrix/Vector template library. This library is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either v
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1.22kb
    • 提供者:Ilya
  1. libsvm-2.9.tar

    0下载:
  2. 代码是实现支持向量机的分类功能,主要提供给研究者使用,把支持向量当做一个工具,而不用自己进行支持向量机的原理研究和编码。代码是Linux下的版本,语言是C/C++。-The code is to achieve support vector machine classification, mainly for researchers to use, the support vector as a tool, rather than themselves Principles Study on S
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:550.61kb
    • 提供者:chensikun
  1. Bcast

    0下载:
  2. This program uses MPI to send a char vector from one process to all the others, including itself. It simulates Bcast, but uses Send()
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:546byte
    • 提供者:Stefan
  1. assn-3-vector-hashset

    0下载:
  2. 自已用C写的一个vector容器,纯C代码,较C++的vector来说,具有效率高,占用空间小的特点。经测试可用。-I realize a Vector which imitate the functionality of C++ vector. It uses less space than the C++ vector. This code has been test correctly
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:4.92kb
    • 提供者:胡逸
  1. a-program-for-distance-vector-algorithm-to-find-s

    0下载:
  2. a program for distance vector algorithm to find suitable path for transmission
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1.31kb
    • 提供者:garv24
  1. Vector

    0下载:
  2. Vector is an implementation of List, backed by an array and synchronized.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.6kb
    • 提供者:genkouner
  1. vector

    0下载:
  2. This is similar to load_up_altivec but for the transactional version of the vector regs. It doesn t mess with the task MSR or valid flags. Furthermore, VEC laziness is not supported with TM currently.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8.21kb
    • 提供者:rannercj
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com