CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - circular

搜索资源列表

  1. VB

    0下载:
  2. VB插补程序,主要有直线插补与圆弧插补,可以设置脉冲当量-VB interpolation procedures, there are linear interpolation and circular interpolation, you can set a pulse equivalent
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:14.9kb
    • 提供者:
  1. Paint_1

    0下载:
  2. 一个在控制台上画图的小程序,用c语言实现,可以画直线矩形圆圆弧等,用统一的数据结构-A drawing program on the console, using c language, can draw a straight line rectangle circular arc, with a unified data structure
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:625.39kb
    • 提供者:WANGXIAN
  1. ButifulDesktop(WindowsXp)1

    0下载:
  2. 该程序实现了用C语言编写了一个可把WindowsXP桌面图标排列成圆形。-The program written in C, a Windows XP desktop icons arranged in a circular.
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:15.4kb
    • 提供者:周XX
  1. shujujiegou

    0下载:
  2. 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。2.实现单链表、循环链表、双向链表的所有基本操作 3.定义顺序栈类型,实现栈的所有基本操作。定义链栈类型,实现栈的所有基本操作。应用栈实现数制的转换。4.定义顺序队列类型,实现栈的所有基本操作。定义链队列类型,实现栈的所有基本操作。将字符串转换为整形。5.定义二叉链表类型,建立二叉树。先序、中序、后序、层次遍历二叉树,并输出遍历结果。-1. Achieve the basic o
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:9.73kb
    • 提供者:ludan
  1. tiji

    0下载:
  2. 创建三个结构体,分别表示圆形、圆柱、圆锥,计算圆柱体、圆锥的体积-Create three structural body, respectively, said circular, cylindrical, cone, the calculated cylinder, cone volume
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:16.75kb
    • 提供者:赵文
  1. 1

    0下载:
  2. 循环链表,N个小孩数数,数到M该小孩退出链表-Circular linked list, the N child count, the number of the child to the M exit linked list
  3. 所属分类:Console

    • 发布日期:2017-11-19
    • 文件大小:222.85kb
    • 提供者:asd
  1. ll

    0下载:
  2. c语言实现双向循环链表两种创建法,方法简单常用-c language two ways to create a two-way circular linked list, simple and commonly used method
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:2.24kb
    • 提供者:李友
  1. TurnLeft

    0下载:
  2. 将R中保存的序列循环左移p(0pn)个位置-R stored in a sequence of circular left shift position p (0pn)
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:5.9kb
    • 提供者:
  1. jingxuanhaibao

    0下载:
  2. 该程序是我在学校时数据结构可上写的一个小代码。代码是使用循环链表解决竞选海报的问题。-The program is the school data structures can be written on a small code. The code is to use a circular linked list to solve the problem of campaign posters.
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:849byte
    • 提供者:young
  1. DuList

    0下载:
  2. 这是一个双向循环链表的头文件,是在Windows控制台下用vc++ 6.0写出来的。-This is a two-way circular linked list header file in the Windows Control Panel write out with vc++ 6.0.
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:1.29kb
    • 提供者:joe
  1. LinkedList

    0下载:
  2. simple circular linked list program
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3.08kb
    • 提供者:div
  1. cycle

    0下载:
  2. 输入两个不大于100000的正整数a和b,输出a/b的结果。当然,不是只输出整数部分,小数部分也是要算出来的,不过因为是整数, 如果结果是无限小数,结果一定是循环小数,必定存在循环节,比如1/3 = 0.33333....,或者1/7 = 0.142857142857..., 所以如果是循环小数,那么仅仅输出到第一个循环节结束就可以了,如果不是循环小数,则把精确结果输出(多余的末尾0不要输出)。 输入 仅一行输入,包含两个整数a和b,中间以空格分开-Not more than 1
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:813byte
    • 提供者:王涛
  1. list

    0下载:
  2. 本代码包括(单链表,循环链表,双循环链表,静态来拿吧,以及线性表的应用)-This code includes (a single linked list, circular linked list, double loop chain, still to come and collect it, and the application of the linear form)
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:16.2kb
    • 提供者:郭悠悠
  1. LinkList

    0下载:
  2. 链表的代码,包括单链表、双链表、循环链表、静态链表代码。有代码注释。-List of code, including single list, double-linked list, circular linked list, static list of code. There code comments.
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:5.64kb
    • 提供者:应兆平
  1. test

    0下载:
  2. 这是我刚开始学习数据结构编写的一个小程序,用顺序存储方式的循环队列来实现选舞伴的问题。希望对大家有帮助。- This is what I have just started learning to write the data structure of a small program, with sequential storage circular queue to achieve the selected partner s problems. Hope everyone has to
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1.15kb
    • 提供者:李勇
  1. C-procedure

    0下载:
  2. 哈夫曼树,函数嵌套验证哥德巴赫猜想,汉诺塔问题,循环队列实现,杨辉三角的递归解决方案-Huffman tree, nested function verify goldbach conjecture, Hanoi problem, circular queue implementation, Yang hui triangle recursive solution
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3.56kb
    • 提供者:yangshuang
  1. stack

    0下载:
  2. 循环队列的实现,一般链表和队列的实现,数据结构中基本功能的实现-Implementation of circular queue, the realization of the general list and queue, the realization of the basic functions of data structure
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2.58kb
    • 提供者:悠悠
  1. yuanhuchabu

    0下载:
  2. 基于vc++6.0控制台程序,编写的逐点比较法圆弧插补程序- 29/5000 Jīyú vc++6.0 Kòngzhì tái chéngxù, biānxiě de zhú diǎn bǐjiào fǎ yuán hú Based on vc++ 6.0 console program, prepared by point comparison method of circular interpolation program
  3. 所属分类:Console

    • 发布日期:2017-12-16
    • 文件大小:1.03mb
    • 提供者:夏天
搜珍网 www.dssz.com