搜索资源列表

  1. C-P-P-circular-queue

    0下载:
  2. 完整的一段C++的循环队列实现,有详细的注释-Complete a section of C++ circular queue implementation, with detailed comments
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:邹威威
  1. Space-circular-interpolation

    1下载:
  2. 包喊空间圆弧插补算法原理及matlab仿真代码,任意输入空间中3个不再同一直线上的坐标点,则可计算出这3个点所在圆弧的其它插补点。-Package shouting space circular interpolation algorithm and Matlab simulation code, an arbitrary input space 3 is no longer the same line the coordinates
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:162816
    • 提供者:caleb
  1. circular

    0下载:
  2. Circular buffer implementation. AVR Assembler
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:uvreg
  1. Circular-linked-list

    0下载:
  2. 一个动态循环链表报数游戏,报到数的退出直到剩下最后一个。运用到了动态构建循环链表,动态删除等,是我的一个课程作业_fromUSST-A dynamic circular linked list reported that the number of games, and to report the number of exit until the last remaining one. Use to dynamically build
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:249856
    • 提供者:haofree
  1. circular_test

    0下载:
  2. 针对十六阵元的圆阵用matlab仿真出的方位波束图。-Array element for the sixteen matlab simulation using a circular array of directional beam pattern.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:听海
  1. DoACCA

    0下载:
  2. DoA estimation with Concentric Circular Array
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:sata
  1. DoAUCA

    0下载:
  2. DOA estimation for uniform circular array
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:sata
  1. CIRCULAR

    0下载:
  2. implementation of circular linked list this program can insert and delete data from both the sides
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:akash
  1. circular-dialog-box-

    0下载:
  2. 本实例将创建圆形的对话框窗口,具体开发代码见源码部分-To create circular dialog box window
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-05
    • 文件大小:32768
    • 提供者:陈蓉
  1. two-way-circular-linked-list

    0下载:
  2. 问题:把单链表改为双向循环链表 方法:先建立单链表;再在单链表基础上建立双向循环链表。-Question: single linked list to two-way circular linked list: 1, create a single linked list 2, to establish a two-way circular linked list in a single linked list based on.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:53248
    • 提供者:李浩
  1. circular-column

    0下载:
  2. 此程序用于计算圆形截面的弯矩曲率特性和不同极限状态的识别-This program used for the the moment curvature calculation of circular cross-section characteristics and different limit state identification
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-05
    • 文件大小:23552
    • 提供者:Jason
  1. circular-objects.txt

    0下载:
  2. Matlab codes for creating circular array
  3. 所属分类:matlab例程

  1. circular-queue

    0下载:
  2. Circular Queue program in c language-Circular Queue program in c language...
  3. 所属分类:软件工程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:Krish
  1. AUSM-FOR-CIRCULAR-BODY-FLOW

    0下载:
  2. AUSM求解半圆面NS方程(海平面参数)-AUSM METHOD FOR CIRCULAR BODY FLOW WITH SEA-LEVEL CONDITION
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:2414592
    • 提供者:陈烨
  1. Steady-static-circular-test

    0下载:
  2. 可实现汽车操纵稳定性中稳态回转试验。包括数据采集,处理及存储的全过程。-To achieve steady-state circular test vehicle handling and stability. Including data acquisition, processing and storage of the whole process.
  3. 所属分类:LabView

    • 发布日期:2024-05-05
    • 文件大小:1400832
    • 提供者:熊嘉乐
  1. Circular-Linked-List

    0下载:
  2. Circular Linked List
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:mustafa
  1. The-circular-list-Josephus-problem

    0下载:
  2. 循环链表josephus问题。设有n个人围圈,现从第s个人开始报数,数到第m个人出列,然后从出列的下一个人从新开始报数,数到第m个人又出列,如此反复,直到所有人出列-Circular list josephus problem. Suppose there are n individuals in a circle, is from the first s individual reported the number of indivi
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:taosq
  1. Circular-queue-Number-screening-

    0下载:
  2. 通过数组和链表方法实现循环队列中人员筛选的问题。该文档给出了问题及多种解决方案,还列出了容易出现的错误。是初学者避免错误的好帮手。-Through arrays and linked lists methods to achieve the circular queue personnel screening questions. This document gives a variety of problems and solutio
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:刘争辉
  1. Circular-queue

    0下载:
  2. 循环队列和链队列的基本操作,包括入队出队、取队头元素等,附带有杨辉三角、判断回文和舞伴配对的操作-the basic function of circular and linked queue.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:杨涛
  1. circular-linked-list-Josephus

    0下载:
  2. 约瑟夫环问题 【问题描述】 Josephus排列问题定义如下:假设n个竞赛者排成一个环形。给定一个正整数m≤n,从第1人开始,沿环计数,第m人出列。这个过程一直进行到所有人都出列为止。最后出列者为优胜者。全部出列次序定义了1,2,…n的一个排列。称为(n,m)Josephus排列。例如,(7,3)Josephus排列为3,6,2,7,5,1,4。 【实验要求】 设计求解Josephus排列问题程序。 (1)采用顺序
  3. 所属分类:汇编语言

    • 发布日期:2024-05-05
    • 文件大小:34816
    • 提供者:张小红
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org