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

搜索资源列表

  1. rotationmat3D

    1下载:
  2. 输入一个旋转角度,以及一个旋转轴,可以求出空间中任意点的旋转矩阵 注意角度用弧度单位-Given input: r: angle to rotate, in rads Axis: axis of rotation, defined as a 3point which connects to the origin. Output: 3x3 Matrix R such that for an arbitrary point v, Rv is the poi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1099
    • 提供者:guigui
  1. theshortest

    1下载:
  2. 最短路径法分词程序.将中文句子经过原子切分后生成一个有向无环图,然后使用Dijkstra算法求出由起点到终点的-The shortest path segmentation process. After the Chinese sentence after splitting atoms to generate a directed acyclic graph, and then use the Dijkstra algorithm derived from the point of origi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:426500
    • 提供者:wangzhen
  1. SOBI

    5下载:
  2. 基于二阶统计量的盲源分离算法程序,对原始算法做了一定得改进。-blind source separation based on second order statistics,madke some improvement to the origin arithmetic
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:439210
    • 提供者:chenjian
  1. EmpiricalResearchofVolatilitySpillover

    0下载:
  2. 论文首先介绍了行为金融学对完全信息假设的摒弃。接着利用启发式判断准 则推断了波动传递的起源。同时跨市交易者无意中造成了波动的传递。最后详细 阐述了羊群行为的产生机理和市场表现,分析了羊群行为对波动溢出的放大效应。 -First of all papers presented on behavioral finance to abandon the assumption of complete information. Then infer the use of heuristic c
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:861358
    • 提供者:月到风来AA
  1. dijkstra

    0下载:
  2. Dijkstra算法的基本思路是:假设每个点都有一对标号 (dj, pj),其中dj是从起源点s到点j的最短路径的长度 (从顶点到其本身的最短路径是零路(没有弧的路),其长度等于零);pj则是从s到j的最短路径中j点的前一点。求解从起源点s-Dijkstra algorithm is the basic idea: the assumption that each point has a pair of numbers (dj, pj), which is a dj point s from
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:50176
    • 提供者:
  1. w

    0下载:
  2. 单原点最短路径问题算法,在这个问题中,给出有向图G,它的每条边都有一个非负的长度(耗费) a [i ][ j ],路径的长度即为此路径所经过的边的长度之和。对于给定的源顶点s,需找出从它到图中其他任意顶点(称为目的)的最短路径。-Single-origin issue of the shortest path algorithm, in this issue, given directed graph G, each of which has a non-negative edge length
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:25600
    • 提供者:韩鑫
  1. spHiCreateMultiLabel

    0下载:
  2. Cadence Virtuso里面创建multiple label的源代码,非常实用-How to Use: 1.Load file "spHiCreateMultiLabel.il" 2.Enter interactive procedure name "spHiCreateMultiLabel()" in CIW. 3.Select correct layer in your LSW. 4.An option form will be displayed. If not ,
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1620
    • 提供者:张晓明
  1. binsearch

    0下载:
  2. 将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。-The series by ordering (increasing or decreasing) order, the process used to find the way by leaps and bounds to find that the first series of t
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:961
    • 提供者:zong
  1. students

    1下载:
  2. 1. 基本信息的管理系统,基本功能如下: (1)能够完成新、老生信息的输入、修改、删除等工作,学生的基本信息,包括学号、姓名、性别、籍贯等,具体可根据需求自行设计; (2)能够完成课程信息的输入、修改、删除等工作,课程的基本信息,包括课程编号、课程名称、学时、学分、先修课等,具体可根据需求自行设计; (3)可以按照特定的信息进行查找,并按照特定的要求进行排序; (4)可以对学生及课程的基本信息进行打印输出; 2. 学生成绩的管理,基本功能如下: (1)学生成绩的输入、
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6749166
    • 提供者:期望
  1. VPNCREAT

    0下载:
  2. 本书系统介绍了虚拟专用网的概念、起源、配置、实现和维护,还对虚拟专用网体系结构、加密工具、有关限制、防火墙结构等内容进行了探讨,并提供了大量实例。本书是网络、MIS管理员必备的参考书。 -System, this book introduces the concept of virtual private network, the origin, configuration, implementation, and maintenance, but also on the virtual pri
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-06-11
    • 文件大小:18704926
    • 提供者:李东海
  1. min_distance

    0下载:
  2. 算法原理:对由所有绿洲以及起点/终点构成的图,运用广度搜索进行遍历, 同时动态更新图中当前遍历node以及其子节点对应的distance矩阵数据项, 遍历完毕后,distance矩阵中存储的即为各个node到起点的最佳路线距离。 -Algorithm: all the Oasis, as well as by the origin/destination consisting of maps, use to traverse the breadth of search, at t
  3. 所属分类:Search Engine

    • 发布日期:2017-04-05
    • 文件大小:4143
    • 提供者:俊凯
  1. renyuanguanlixitong

    0下载:
  2. 人员类管理,包括的内容工资,考勤,姓名,性别,籍贯,电话,手机-Category management, including the contents of wages, attendance, name, sex, place of origin, telephone, cell phone, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:83729
    • 提供者:anmomo
  1. sy

    0下载:
  2. lagrange算法实验题目:Lagrange插值多项式 相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为: 其中,Lagrange插值基函数 ,k=0,1,…,n。 另外,补充C语言绘制图形方面的内容如下 1.屏幕坐标系 坐标原点在屏幕的左上角,x轴水平向右,y轴垂直向下。2.常用的绘图函数 Newton算法 -lagrange algorithm experimental subject: Lagrange interpolation polyn
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1018
    • 提供者:哈喽
  1. A_2

    0下载:
  2. 2. 实现会员注册时的窗体功能,注册信息至少包含如下所列:  用户名、密码、密码确认  年龄、性别(单选框)  出生日期(DateTimePicker)  籍贯:包含省、市信息(二级联动ComboBox)  兴趣爱好(复选框)  是否要接收会员邮件(单选框)  注册按钮,用户点击注册按钮后,将会员所填信息显示在一个Label上。-2. The realiza
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:40513
    • 提供者:jiangjundong
  1. SimpleMove

    0下载:
  2. 主要是编辑地势的凹凸,在初始状态下地面的大小为10000平方米,基准平面为xoy平面,摄像机在西南50米上空鸟瞰坐标系原点位置。鸟瞰位置可由用户任意指定。-Is editor of the convex-concave terrain, the ground state in the initial size of 10,000 square meters, the base plane to plane xoy, cameras over 50 meters in the south-west
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-10
    • 文件大小:17617713
    • 提供者:laoqian
  1. proteus

    0下载:
  2. 基本概念 (read-out)单位被限制在1 thou。坐标原点位于工作区的中间,所以既有正坐标值,又有负坐标值。坐标位置指示器位于屏幕的右下角。 一旦实时捕捉(Real-Time Snap)功能使能,当鼠标指针指向管脚末端或者导线时,X、Y坐标之一或二者都被加亮显示,加亮显示说明鼠标指针位置已经被捕捉。例如,如果鼠标指针在一条横线附近,它将会被捕捉到Y轴,Y坐标将会被加亮。 屏幕外观(SCREEN LAYOUT) 概述(Introduction) 整个屏幕被分成三个区域——
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:436484
    • 提供者:班小栓
  1. locktools

    0下载:
  2. 用VC++写的锁定屏幕、关机、隐藏到托盘等功能的小程序源代码,还可以屏蔽 Ctrl+Alt+Del、加入到系统启动组等,另外它还演示了一个漂亮的软件启动界面的实现,本源代码在VC6下顺利编译。-Using VC++ to write the lock screen, shutdown, hide to tray features a small source code can also be shielded Ctrl+ Alt+ Del, to join the group, such as
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:78419
    • 提供者:994
  1. PythonParseSource

    0下载:
  2. python功能的强大,足以和perl相比。起源代码更是值得一读-python features a powerful enough and compared perl. The origin of the code is worth reading
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:623627
    • 提供者:王海涛
  1. darttemm

    0下载:
  2. 暗组 [Dark Team]专用记事本源代码-Dark Group [Dark Team] code exclusive origin Notepad
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:256220
    • 提供者:caoguoliang
  1. studentmis

    0下载:
  2. A.定义一个学生类,包含如下信息:学生基本信息(年龄、性别、籍贯、民族、学历);学生成绩(多科成绩);学生联系方式(家庭住址、手机、座机);各个信息有相应的赋值/显示方法; -A. define a category of students, including the following information: the students the basic information (age, sex, place of origin, ethnicity, education)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6816
    • 提供者:刘志勇
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 40 »
搜珍网 www.dssz.com