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

搜索资源列表

  1. 3DDraw

    0下载:
  2. 这是一个项目时使用到的“三维空间向量/点”类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,希望对大家有所用处. -This is a project to use to the " three-dimensional space
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7289423
    • 提供者:arechi
  1. AlgorithmCpp

    0下载:
  2. 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:865541
    • 提供者:阿表
  1. Time

    0下载:
  2. 基于单片机的51 时钟显示源码 有整点报时功能-51 Based on MCU clock display source There is the whole point timekeeping function of
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:25738
    • 提供者:陈小山
  1. ee

    0下载:
  2. 线性表的顺序实现:插入、删除、排序 实验内容: 1. 问题描述 给定线性表类定义的头文件,改为模板类、增加排序功能。 2. 基本要求 改进或重写类定义的头文件,并自行编写主程序测试各功能。 3. 测试数据 整型、浮点型、字符型三组,每组4-8个测试数据 -Realization of the linear order of the table: insert, delete, sort, test: 1. Descr iption of the problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4049
    • 提供者:吴海
  1. imrotate_my

    0下载:
  2. 一个空间点P绕一个中心点C旋转可用接续的三个变换来实现:第1个变换平移点C到坐标系原点位置,第2个变换将点P绕原点旋转,第3个变换平移点C回到其相对于坐标系原点的原始位置。当原始图像点乘以变换矩阵,得到新的图像位置点时,其位置可能不是整数值,该位置的灰度值需要通过灰度插值获得。在不改变输出图像大小的情况下,超出原始图片范围的区域,MATLAB原有函数imrotate的处理方法为将其灰度值全部置零,本文通过取模操作对超出区域进行了另外一种控制方法imrotate_my函数,能够较好的显示出图像旋转
  3. 所属分类:Special Effects

    • 发布日期:2016-01-24
    • 文件大小:1587
    • 提供者:肥猪流
  1. KnapsackProblem

    0下载:
  2. 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the probability of selection, crosso
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1719
    • 提供者:田文杰
  1. chat

    0下载:
  2. 利用select函数在linux环境下实现的一个聊天程序,满足要求: (1)用户默认出于广播模式,一个客户在其客户端发送消息,其他客户端用户全部都可以收到; (2)程序支持下列命令 /help:显示帮助信息 /quit:用户退出聊天室,同时将退出信息广播给其他用户; /who:显示在线用户; /send 户名 消息:向指定用户发送点到点消息。 代码验证通过,保证能运行 -The use of select function in linux envir
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3146
    • 提供者:bobby
  1. FocusGuassianBeamSactteringByMicrosphere_MatlabNum

    0下载:
  2. 聚焦高斯光束小球散射理论的MATLAB数值计算实践,具体计算包括:~Qabs_vs_focal point、Normalized Source Function、Qabs_vs_size parameter WriteByWellWater-FocusGuassianBeamSactteringByMicrosphere:~Qabs_vs_focal point、Normalized Source Function、Qabs_vs_size parameter WriteBy
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:263602
    • 提供者:wellwater
  1. cf

    0下载:
  2. 数值分析-三样条差值函数计算给定点的值-三转角方法-Numerical Analysis- 3-spline function of calculating the difference of the value of a given point- 3 Corner Method
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1961
    • 提供者:林慕青
  1. temp

    0下载:
  2. 基于单片机系统的多功能温度测量仪的研制 能测多点温度 -Microcontroller-based multi-function system, the temperature measuring instrument can measure multi-point temperature
  3. 所属分类:Project Design

    • 发布日期:2017-05-13
    • 文件大小:3268163
    • 提供者:陈君杰
  1. Caculator

    0下载:
  2. 实现计算器的基本功能。中间包含了多种报错的功能(除零、括号的匹配等),实现计算器的加减乘除、括号、浮点数、负数的计算等。-To achieve the basic function calculator. The middle contains a variety of Baocuo functions (except for zero, bracket matching, etc.) to achieve the addition and subtraction multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:44080
    • 提供者:may
  1. warbbqmv1.1

    0下载:
  2. 启用鼠标连点功能来实现抢麦 比较简单! 下个版本我将通过修改风暴来实现抢麦功能-Even the opening point of the mouse functions to achieve the looting Mai Is relatively simple! The next version I will be achieved by modifying the storm robbed Mai function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:24095
    • 提供者:6629827
  1. tuoluoyimuma

    0下载:
  2. 一个特洛伊木马小程序,感觉功能欠缺点 vb源码-A Trojan horse applet, sensory function of the lack of point source vb
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-06
    • 文件大小:34445
    • 提供者:张三
  1. clock1

    0下载:
  2. 用VHDL语言编写的带有闹钟功能的数字时钟,可实现定时定点闹钟。-Written in VHDL, digital clock with alarm function can be realized fixed-point alarm regularly.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:1371
    • 提供者:汤双泽
  1. 5

    0下载:
  2. C语言:建立一个链表,每个结点包括:学号、姓名、性别、年龄。输入一个年龄,如果链表中的结点所包含的年龄等于此年龄,则将此结点删去;输入一个学生的信息,插入到链表的第3个位置。 要求:用CreateTable函数建立链表;用DeleteNode函数删除满足要求的结点;用Output函数输出链表,用InsertNode函数插入结点。 -C language: the establishment of a linked list, each node includes: Student ID,
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:889
    • 提供者:peter
  1. first

    0下载:
  2. 使用GDI函数绘出基本几何元素,如点、线、矩形、圆、椭圆、多边形、圆弧等、并能够用颜色填充 -Plotted using the GDI function, the basic geometric elements, such as point, line, rectangle, circle, ellipse, polygon, arc, etc., and can be filled with color
  3. 所属分类:Graph program

    • 发布日期:2017-05-07
    • 文件大小:1940012
    • 提供者:刘贵冬
  1. Ex2_2

    0下载:
  2. 使用opengl函数写程序,实现如下:画一个矩形,平移至点P(100,50,200),绕x轴旋转45度角。-To write programs using the opengl function to achieve the following: draw a rectangle, flat move to point P (100,50,200), around the x-axis rotation 45-degree angle.
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1658012
    • 提供者:刘贵冬
  1. Ex3_1

    0下载:
  2. 使用opengl函数写一个程序,将一个茶壶在点(100,50,0)处逆时针旋转30度,然后平移到(30,10,0)处,最后顺时针旋转50度,显示时将左上边四分之一裁减去。-To write a program using the opengl function will be a teapot at the point (100,50,0), Office of counter-clockwise rotation of 30 degrees, and then move to flat (30
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1662778
    • 提供者:刘贵冬
  1. JAVA

    0下载:
  2. 将笛卡尔坐标系上的点定义为一个服务类Point,Point类提供求得坐标系上两点 间距离的功能、获取和设置坐标的功能、获取极坐标的功能,和完成对已创建的 Point类对象统计功能。设计测试Point服务类的应用程序主类,测试并显示输出 提供功能的结果。 (求以点(1,1)为极坐标原点,点(5,5)的极坐标) -Will be a point on the Cartesian coordinate system is defined as a service class Point
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1038
    • 提供者:liqiaowaner
  1. iectruepiphase

    0下载:
  2. 初始采样点对于IEC检测的影响,不加任何窗函数的情况下-The initial sampling point for the IEC test the impact, without any window function case
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:676
    • 提供者:熊杰锋
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com