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

搜索资源列表

  1. 7455-avr

    0下载:
  2. 三轴加速度传感器,通过串口输出XYZ三轴的值。-Three-axis accelerometer, the output through the serial port XYZ axis value.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:26602
    • 提供者:liangdeshi
  1. 3Drotate

    0下载:
  2. matlab三维旋转。绕XYZ轴旋转的程序代码。-matlab three-dimensional rotation. Around the XYZ axis of the program code.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:2815
    • 提供者:刘庆文
  1. seach_postiton

    1下载:
  2. 字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个小 写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现 1 次。例如,a,b,ab, bc,xyz 等字符串都是升序字符串。 -search the postion for the given ascend sor string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:1811
    • 提供者:胡益明
  1. dictionary

    0下载:
  2. 给定的字母表A 由26 个小 写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如, a,b,ab,bc,xyz 等字符串都是升序字符串。现在对字母表A 产生的所有长度不超过6 的升序 字符串按照字典序排列并编码如下。 1 2 … 26 27 28 … a b … z ab ac … 对于任意长度不超过6 的升序字符串,迅速计算出它在上述字典中的编码。
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:1226
    • 提供者:libai
  1. xyz_to_rgb_via_gog

    0下载:
  2. CRT显示器上又rgb值计算xyz值程序,gog模型是目前最广泛使用的CRT显示器模型-CRT monitors also xyz values rgb value procedures, gog model is the most widely used model of CRT monitors
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:908
    • 提供者:chengyue
  1. chepaisecaitiqu

    0下载:
  2. 该程序首先把rgb图像转化为XYZ空间,然后在XYZ空间进行一些阈值找到黄色的底色车牌,这是从国外的车牌识别程序,但不明白那些阈值为什么要那么设,用的是什么原理? 还有一个疑问就是,这个程序对于输入的车牌有时候找到的是车牌的底,有时候是车牌的数字。一个是黄色,一个是白色。真不知道怎么找的。-The program first rgb image into XYZ space, and then in the XYZ space to some threshold to find a yel
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:95683
    • 提供者:shayu
  1. genetic_algorithm

    0下载:
  2. 基于求函数f(x,y,z)=xyz*sin(xyz)最大值问题的演示程序-Based on the demand function f (x, y, z) = xyz* sin (xyz) max demo issues
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7441263
    • 提供者:lty
  1. dxf2xyz

    0下载:
  2. 试验了将dxf格式的文件转化成xyz格式的文件,从而可以剖分网格-Tested to dxf file into xyz format files, so that we can partition the grid
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-02
    • 文件大小:663252
    • 提供者:TOM
  1. triplet_src

    0下载:
  2. In the GIS/GPS world, we represent a position on Earth with three variables XYZ (for Earth centered coordinates) or latitude (phi) , longitude (lambda) and height (h) in polar (PLH) representation. Three-D graphic applications also requires processin
  3. 所属分类:GIS program

    • 发布日期:2017-04-25
    • 文件大小:16566
    • 提供者:zllu
  1. ourdev_229438

    0下载:
  2. 单片机,上位机软件。控制电机XYZ轴。用在工控机上,和DIY电机用。-Microcontroller, PC software. XYZ-axis motor control. Used in industrial machines, and DIY motor.
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:127790
    • 提供者:张飞
  1. genetic_algorithm

    0下载:
  2. 基于求函数f(x,y,z)=xyz*sin(xyz)最大值问题的演示程序 解压后在命令行输入:java -jar genetic_algorithm.jar-Based on the demand function f (x, y, z) = xyz* sin (xyz) Maximum problem after decompression of the demo program at the command line, type: java-jar genetic_algorithm.j
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7461343
    • 提供者:wrgdggfgfg
  1. lab2xyz

    0下载:
  2. 该算法主要用于将图像由lab空间转化到xyz空间,便于计算-The algorithm is mainly used images from the lab space was transformed into xyz space, the purpose of computing
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:533
    • 提供者:施羽
  1. java_ms

    0下载:
  2. java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一,谈谈final, finally, finalize的区别。   最常被问到。   第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?   第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。   第四,&和&
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:94101
    • 提供者:张虎
  1. P4

    0下载:
  2. Transformation from XYZ coordinates to Geodetic Coordinates.
  3. 所属分类:GIS program

    • 发布日期:2017-04-29
    • 文件大小:82211
    • 提供者:H
  1. xyz

    0下载:
  2. MATLAB计算程序,计算符合预测。包括技部分。-Ahfsdafadskflagklhdashdaadfafdadsadsfdasfadk
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3977
    • 提供者:xin shijin
  1. nn-ball_and_hoop

    0下载:
  2. it is a xyz file of a ball and hoop that i wrote using matlab
  3. 所属分类:Energy industry

    • 发布日期:2017-04-09
    • 文件大小:1279650
    • 提供者:Pete
  1. ehTETQ8h

    0下载:
  2. 自己照TTCP写的一个测试网络的程序 还不完善 不过这个功能是可以实现的 里面是源代码+说明+程序 感兴趣的朋友可以试下 也希望给我提出建议 说明: 类似于ping命令的的发包程序 需要两台电脑 因为是用UDP做的 不是ICMP 格式: xyz -p -n 100 -w 100 -l 1000 192.168.1.1 -p 代表ping 还有其他功能的 不过目前都没做 -n 代表发包个数 -l 代表包的大小是多少字节 简单的格式就是 xyz -p
  3. 所属分类:source in ebook

    • 发布日期:2017-03-26
    • 文件大小:41507
    • 提供者:zyg
  1. Smooth

    1下载:
  2. 折线光滑处理,比如提取的等值线不光滑,影响实验结果,既可以利用此程序作光滑处理-Curve smoothing
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-19
    • 文件大小:8784
    • 提供者:Tokyo
  1. Find_a_matching_string

    0下载:
  2. 程序接收用户键入的一个关键字以及一个句子,如果句子中不包含关键字则显示’No match!’;如果句子中包含关键字则显示’Match’,且把该字在句子中的位置用十六进制数显示出来。要求程序的执行过程如下: Enetr keyword:abc Enter Sentence :We are studying abc. Match at location:11 H of the sentence. Enter Sentence:xyz,OK? No match. Enter S
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:26606
    • 提供者:lzl
  1. GPS_QinHuangDao_Map_20080318

    2下载:
  2. 程序完成了GPS值向直角坐标系坐标值的转换功能,并距离几个位置点,绘出了直角坐标系下的图-MATLAB GPS TO XYZ
  3. 所属分类:GPS develop

    • 发布日期:2017-04-08
    • 文件大小:1907
    • 提供者:zhusq
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com