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

搜索资源列表

  1. dess.zip

    0下载:
  2. Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
  3. 所属分类:加密解密

    • 发布日期:2023-11-09
    • 文件大小:52850
    • 提供者:
  1. INPUT.S

    0下载:
  2. 展开循环体调度的一个小程序,它所要完成的操作是对存储器中的一个指定向量加上一个标量值-started circulating body of a small scheduling procedures, it should complete the operation of the memory of a designated vector with a scalar values
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1539
    • 提供者:天使
  1. Kb_sniff

    0下载:
  2. 修改中断描述符表(IDT)中的键盘入口实现按健记录,把读取到的键盘扫描码转换成 ascii 码记录下来。查找键盘入口采用了查询 IO APIC 的重定向寄存器的方法(通过把物理地址 0xFEC00000 映射为虚拟地址,然后读取键盘中断向量,最难得是没有 xpsp2 的限制了。不经典不发。-interrupt descr iptor revised table (IDT), the keyboard imported by Kin achieve record Reads to put the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6157
    • 提供者:漆光耀
  1. cairo-1.0.0.tar

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

    • 发布日期:2008-10-13
    • 文件大小:1439299
    • 提供者:全不知
  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
    • 文件大小:2318
    • 提供者:刘俊
  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
    • 文件大小:68693
    • 提供者:liangye
  1. rip

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

    • 发布日期:2008-10-13
    • 文件大小:12137
    • 提供者:罗安
  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
    • 文件大小:67346
    • 提供者:lion
  1. vector

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:599949
    • 提供者:fzlin_sj
  1. c++vector

    0下载:
  2. c++ matrix.Small program using vectors.Good for beginners.
  3. 所属分类:Network Security

    • 发布日期:2017-04-04
    • 文件大小:4711
    • 提供者:花里胡哨
  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
    • 文件大小:5038
    • 提供者:胡逸
  1. vector

    0下载:
  2. 关于向量的知识点,讲述了向量的用法,向量的作用,还介绍了迭代器的用法-knowledge and function of vector
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:9281
    • 提供者:wuyingjun
  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
    • 文件大小:1340
    • 提供者:garv24
  1. vector

    1下载:
  2. 使用vector 模拟二维数组的复习,举例: 可以定义vector 的元素仍然是一个vector 比如, vector <vector <int> > 即表示一个二维int 数组,里层的vector <int> 表示第一维, 外层的vector 表示第二维:-Vector to simulate a two-dimensional array of review, for example: you can define the vector el
  3. 所属分类:Linux驱动

    • 发布日期:2013-11-08
    • 文件大小:600
    • 提供者:熊韬
  1. vector

    0下载:
  2. 关于C++中vector用法设计,包括建立空向量、非空向量,添加、删除、修改向量等用法。-About C++ usage in vector design, including the establishment of an empty vector, a non-empty vector, add, delete, modify vector equivalents.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:848
    • 提供者:张凯宁
  1. Vector

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

    • 发布日期:2017-04-15
    • 文件大小:5730
    • 提供者: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
    • 文件大小:8402
    • 提供者:rannercj
  1. vector-class

    0下载:
  2. 基本向量类及相关函数在vc中的类实现,已封装成类,可以直接使用,实现向量的种运算。-vector class code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2977
    • 提供者:QQ
  1. vector

    0下载:
  2. 一个测试vector的小例子,可以学习一下vector的知识。-A small example of a test vector, can learn the knowledge of the vector.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:152490
    • 提供者:卢可任
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com