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

搜索资源列表

  1. shilianglianghua

    0下载:
  2. 这个小程序是使用c语言编写的矢量量化的一个小程序,在vc界面下操作的一部分.-this procedure is the use of small-c language prepared by the Vector Quantization a small procedure, the interface vc part of the operation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3208
    • 提供者:lily
  1. zy1

    0下载:
  2. 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7881
    • 提供者:李琪
  1. 3.5

    0下载:
  2. 本程序用用实现如下操作,两个了栈共享向量空间v[m],它们的栈底分别设在数组两端,分别实现两个栈的相关入栈、出栈和取栈顶元素,的操作。-with the procedures used to achieve the following operational, the two share a stack space vector v [m]. they stack the end located at both ends of the array, achieving two stacks of
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1544
    • 提供者:许朝
  1. cr-CorelDRAW

    2下载:
  2. 平面图形控件,可以创建和编辑矢量图形以及便捷的显示操作。文字和尺寸标注;元素属性设置;长度、角度、面积的查询;DXF,dwg输出;提供交换文件和二次开发接口。适用于CAD/CAM/GIS/GPS等相关图形软件开发。-graphic controls, you can create and edit vector graphics display and convenient operation. Text and dimensioning; Elements attribute set; The
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:56157
    • 提供者:小小
  1. Palette.zip

    0下载:
  2. 我用Win API编写的画板程序。 能够进行基本的图形绘制功能:直线,圆、矩形和多边形; 数据保存功能,能够把图形数据通过矢量保存到文件中; 简单的编辑功能:双击选中,利用键盘ael键和菜单项删除选中的图形元素; 能够从文件中加载保存的数据,并且能够进行基本的编辑操作; 可以进行对象的放大和缩小; 可以上下左右进行画板移动; 如果在一个计算机上运行两个程序实例,那么在任何一个程序中操作在另外的程序中都可以看到相同的操作结果,也就是程序之间具有通信的功能。 ,I use Win
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1684029
    • 提供者:陈忻
  1. CVector3D

    0下载:
  2. 实现“向量”的运算符重载 (3维数) 向量的维数可自定义,实现的运算有以下:相加、 相减、点积、自增、自减 以上运算不只能是现在向量与向量之间的运算,同时也可以与常数的运算。-Achieve the " vector" operator overloading (three dimensional) vector dimension can be customized to achieve the operation are the following: additio
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2361
    • 提供者:
  1. vector

    1下载:
  2. vector类,文件读写的基本操作。具体是随机产生两百个数,分别以vector的形式写入.txt文件中,然后打开两个文件,读出数,计算两个vector的乘积,并把结果写入.txt中。-vector type, the document read and write basic operation. Concrete is randomly generated number 200, respectively, the form of vector write. Txt file, and the
  3. 所属分类:其他小程序

    • 发布日期:2013-11-08
    • 文件大小:1597
    • 提供者:DB
  1. vec

    0下载:
  2. A simple vector operation class and header
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:195596
    • 提供者:bob
  1. WtlGrid_src

    0下载:
  2. 老外写的,比较老,可参考他是如何使用WTL的。-After using WTL for some time, I ve developed the control that I miss the most for the kind of project that I do : A grid. This one is written from scratch, derived from a CScrollWindowImpl, it has the following features :
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-17
    • 文件大小:16810
    • 提供者:TianYi
  1. shiliangtu

    0下载:
  2. 这是一款开源的完整矢量绘图控件源码,或者说是这个控件的一个典型应用,通过这个控件你可以画直线、弧线、矩形、圆角矩形、多边形、文本和图片等,而且还支持旋转、缩放、选择、排列等操作,功能还是不错的!-This is a complete open source vector graphics controls, or is this a typical control applications, the adoption of this control you can draw a straight
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:76409
    • 提供者:LHT
  1. StudyGDI

    1下载:
  2. C# 矢量图形编程学习 1 全屏幕缩放:在选择位置向四周缩放(选择屏幕点被"锁定" 平移. 2 以毫米为计量单位 3 鼠标绘图操作方式可以选择 -Programming C# vector graphics to learn a full-screen zoom: in the choice of location to the surrounding zoom (select screen point to be " locked" translation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1041509
    • 提供者:李公斌
  1. vectorandmatricesmultiply

    0下载:
  2. codes for vector and matrices multiplication operation
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:930
    • 提供者:abra
  1. VectorScalarMul

    0下载:
  2. Visual C++DirectX9 3D游戏开发导引第四章源代码,一个向量操作的例子-Visual C++ DirectX9 3D game development guide chapter source code, example of a vector operation
  3. 所属分类:DirextX

    • 发布日期:2017-05-04
    • 文件大小:1411200
    • 提供者:aaron
  1. test

    0下载:
  2. 学习vector的应用,简单易学,有结构体的定义和操作,加深对结构体的理解-The application of learning vector, easy to learn, the definition of the structure and operation, to deepen understanding of the structure
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1331197
    • 提供者:zj
  1. MyCAD

    0下载:
  2. 重点是模仿了CAD的矢量绘图功能,实现了画直线,长方形,圆形、选择线条颜色,线条粗细、移动以及清除等操作,还可以保存。-The focus is an imitation of CAD vector graphics functions draw a straight line, rectangle, round, select the line color, line thickness, move and clear operation can also save.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:88789
    • 提供者:fwtc4
  1. vector

    0下载:
  2. vector操作,详细描述了在STL中如何使用vector,主要针对常用操作-vector Operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:130781
    • 提供者:王斌
  1. vector-operation

    0下载:
  2. 为复数向量提供基本操作,如向量加、向量乘、向量-标量乘等-Vector and matrix calculations
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1700
    • 提供者:薛大帅
  1. Vector-Test

    0下载:
  2. Vector的使用,操作,演示了如何使用这个Vector-Vector use, operation, demonstrates how to use the Vector
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:67597
    • 提供者:马嘉佳
  1. Vector

    0下载:
  2. 定义一个向量类,重载运算符,完成向量的运算。(Define a vector class, overloading operator, complete the operation of the vector.)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:4704256
    • 提供者:
  1. 向量运算

    0下载:
  2. some basic vector operation
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:88064
    • 提供者:lisukui
« 12 »
搜珍网 www.dssz.com