搜索资源列表

  1. Untitledyanqun

    0下载:
  2. 用C语言编写绘制画阿基米德螺旋线ρ= θ在[-150,150]区间内的曲线的程序,要求步长为0.1
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:807
    • 提供者:luoyanqun
  1. Untitledyanqun

    0下载:
  2. 用C语言编写绘制画阿基米德螺旋线ρ= θ在[-150,150]区间内的曲线的程序,要求步长为0.1-Using C language Archimedes spiral drawing pictures ρ = θ in the [-150,150] range of the curve of the procedure, the requirements for step 0.1
  3. 所属分类:压缩解压

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:luoyanqun
  1. WellBorecurve

    0下载:
  2. 这是由open inventor写的螺旋曲线,内附有数据等信息,希望对用到此工具的读者有帮助-It is written by the open inventor spiral curves, containing data and other information have, in the hope to use this tool to help readers
  3. 所属分类:OpenGL

    • 发布日期:2024-05-07
    • 文件大小:4334592
    • 提供者:hongxiaoxuan
  1. plotdmap

    1下载:
  2. 内螺旋覆盖搜索的一个算法实现,运行为plotdmap(a,b,c,d)a,b,c,d为数字,a,b为栅格地图的长宽,c为搜索目标的数量,位置自动随机出现杂地图上,d为搜索车辆的数量,位置分布在地图最外围。-Cover a spiral search algorithm, run for the plotdmap (a, b, c, d) a, b, c, d for the number, a, b for the grid map o
  3. 所属分类:matlab例程

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:wood
  1. matrix

    0下载:
  2. 自己编写的实现螺旋矩阵的java小程序。螺旋矩阵即整个矩阵顺时针或逆时针从外向内不断递减的矩阵-I have written a small java Spiral Matrix program. Spiral matrix of the entire matrix of clockwise or counterclockwise from the outside in diminishing the matrix
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-07
    • 文件大小:3072
    • 提供者:songqi
  1. ColorPanel

    0下载:
  2. 由内到外螺旋旋转制作蜂巢 网上找了几个生成正六边形的代码基本上都由六边形的一个顶点开始计算下个顶点的位置,但是这样得到的正六边形不是很正。本代码得到正的蜂窝。-From the inside to the outside spiral rotation produced honeycomb online to find some code to generate a regular hexagon is basically by a
  3. 所属分类:C#编程

    • 发布日期:2024-05-07
    • 文件大小:145408
    • 提供者:程琛
  1. luoxuanfangzhen

    0下载:
  2. 基于Java语言实现的螺旋方阵算法,自然数由方阵的最外圈向内圈顺序排列。-Spiral square algorithm based on the Java language, the natural number by the square of the most outer to the inner order of arrangement.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:李达夫
  1. Test9

    0下载:
  2. /** * 第9题:写一方法,打印等长的二维数组,要求从1开始的自然数由方阵的最外圈向内螺旋方式地顺序排列。 如: n = 4 则打印: * 1 2 3 4 * 12 13 14 5 * 11 16 15 6 * 10 9 8 7 * @antor ZhangLinmin */-/*** Question 9: Write a method to print a two-dimensional
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:小戈
  1. SpiralMatrix

    0下载:
  2. 螺旋矩阵,打印如下规律的螺旋矩阵,数字起点在1行1列,矩阵左上角,顺时针向内螺旋。目前代码具有可扩展性,可以设定起始位置,和螺旋方向,螺旋步长,向后还可以设置盘面的形状。vc++ 2010环境开发-Spiral matrix, a spiral matrix print the following rules, number 1 starting at row 1, the matrix left clockwise inward sp
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:1244160
    • 提供者:wangyang
  1. daleidoscope

    0下载:
  2. 有外而内螺旋数组,可自定义方阵大小,亲测有效 采用读到文件末尾的模式 -Outer and inner spiral array, you can customize the size of the square, pro-test valid Mode using the read end of the file
  3. 所属分类:C#编程

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:Yanzi
  1. xunhuansaomiao08

    0下载:
  2. 采用内螺旋算法编写的清洁机器人路径规划程序,将房间抽象为栅格矩阵-Spiral algorithm written using cleaning robot path planning program, the room abstract grid matrix
  3. 所属分类:matlab例程

    • 发布日期:2024-05-07
    • 文件大小:3072
    • 提供者:qudaye
  1. matlab-rotating-calculation

    0下载:
  2. EasySolve: 求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。 OrnoBasis: 根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。 RotaObj:
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-07
    • 文件大小:3072
    • 提供者:曹腾飞
  1. vortex

    0下载:
  2. 产生螺旋波面的m文件,拓扑核数是3,相位改变量和高度可以自己调节。内附平面波和球面波的示意图以及产生的图片-generating helical wavefront whose topological number is three
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:452608
    • 提供者:田振男
  1. 103

    0下载:
  2. 战舰103软件解码MP3使用了Real公司的螺旋解码包,片内12bit DAC,单声道输出。-Warship 103 software decoding MP3 uses the Real company s spiral decoder package, the chip DAC 12bit, single channel output.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-07
    • 文件大小:2203648
    • 提供者:zhch66
  1. roommap

    0下载:
  2. 扫地机器人的一种路径规划算法,内螺旋法,首先构建了房间地图,然后遍历了房间。-A path planning algorithm sweeping robot, spiral method, first built room map, then traverse the room.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:3072
    • 提供者:宫汝林
  1. An-arms-race-in-modeling-problem

    0下载:
  2. 军备竞赛问题建模 互为对手的国家或军事集团之间进行的一种军备对抗,通常导致军备不断增长的现象 军备竞赛的结果:在一定的军事能力范围内,一方的军备变化幅度总是低于另一方的均被变化幅度,或者螺旋上升-An arms race in modeling problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-07
    • 文件大小:345088
    • 提供者:yoiyo
  1. 手机螺旋仪调用

    0下载:
  2. 手机螺旋仪调用,内中集成了手机螺旋仪的接口参数(Mobile phone screw instrument call, which integrates the mobile phone instrument interface parameters)
  3. 所属分类:.net编程

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:靖哥
  1. 内螺旋法

    0下载:
  2. 内螺旋法 矩阵编号 表示为连接顺序,从中间往外顺时针旋转,时间复杂度基本上就是O(N^2)了(The matrix number of the inner helix is expressed as the connection order, clockwise rotation from the center to the outside, and the time complexity is basically O (N^2))
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:萨达是
  1. 清洁机器人路径规划matlab仿真程序

    1下载:
  2. 清洁机器人内螺旋算法仿真matlab程序,采用内螺旋算法全覆盖算法(Internal helix algorithm simulation)
  3. 所属分类:仿真建模

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:蓝色清风
  1. 清洁机器人路径规划

    1下载:
  2. 清洁机器人路径规划matlab仿真程序,采用内螺旋算法,房间抽象为矩阵(Matlab simulation program for cleaning robot path planning, using internal spiral algorithm, room abstraction as matrix)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:ds74187elhp523

源码中国 www.ymcn.org