CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 文件夹

搜索资源列表

  1. erchashu

    0下载:
  2. 数据结构 二叉树的基本操作实现 遍历文件夹并建成目录树,一个较好的遍历程序,对系统所有的文件获取做了比较详细的说明。程序在2000下通过。-Bi tree typedef struct bitree char data struct bitree*left,*right basic use of tree create init queue push queue empyt. hope you like it.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1065
    • 提供者:西夏雨
  1. wenjianjiadadaoqi

    0下载:
  2. 数据结构 文件夹打包器 北京邮电大学计算机学院大二期末数据结构与算法课作业-Packaged device data structure folder of Computer Science, Beijing University of Posts and sophomore end of the data structures and algorithms Homework
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:10456
    • 提供者:王芸
  1. mathematical-used-in-CPP

    0下载:
  2. 本光盘是《用C++语言编写数学常用算法(修订版)》一书的配书盘,里面包括书中全部C++程序的源代码(一些小的示例除外),并用中文加以详细注释。 光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 -This CD is " in C++ language mathematics commonly used algorithm (revised edition)," a book with a book pla
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4982748
    • 提供者:zmm
  1. 39

    0下载:
  2. 给定程序中,函数fun的功能是:将N×N矩阵中元素的值按列右移1个位置,右边被移出矩阵的元素绕回左边。例如,N=3,有下列矩阵 1 2 3 4 5 6 7 8 9 计算结果为 3 1 2 6 4 5 9 7 8 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 注意:源程序存放在考生文件夹下的BLANK1.C中。 不得增行或删行,也不得更改程序的结构! -A given program, function fun f
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:3321
    • 提供者:储谢东
  1. 44

    0下载:
  2. 给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。 例如,有以下矩阵: 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 若k结果为2,程序执行结果为: 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 注意:源文件存放在考生文件夹下的BLANK1.C中 不得增行或删行,也不
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4120
    • 提供者:储谢东
  1. sxml

    0下载:
  2. 本课程设计目的是实现树型目录结构文件系统,本人在实现过程中也利用二叉树, 其中每个节点都有父指针,子指针和兄弟指针,其中子指针指向该目录下的第一个子节点,而该子节点的父指针则指向它的上级目录。目录下各子节点用兄弟指针连接起来。 文件夹打开是则把文件夹名称及其地址压入打开文件夹栈,文件关闭则把文件夹名称及其地址从打开文件夹栈中抛出。 -This course is designed to achieve the directory tree structure, file system
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:420864
    • 提供者:小樱
  1. Change

    0下载:
  2. 打开一个文件夹,将里面的乱序文件排序并重新命名-Open a folder, the file will be sorted out of order inside and rename
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3583878
    • 提供者:赵帅
  1. Call-and-order-one

    0下载:
  2. 调用与排序 1、编一个程序从一个文本文件source.txt中读入若干整数,用选择法将这些数据排成升序,将排序后的结果写入另一个文件文本文件target.txt中。注意两个文件均在d盘的data文件夹中。 在程序运行前,先准备好输入数据文件source.txt,放入d盘的data文件夹中,内容可以如下:...... 程序运行结束后,查看d盘的data文件夹中的结果文件target.txt内容是否正确。 -Call and order one, compiled a program f
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:290654
    • 提供者:于慧斌
  1. FindFile

    0下载:
  2. 遍历指定文件夹,包抱其中的子文件,并把获取到的文件名保存在一个指定的文件中。不用设定宏。使用时请先指定路径。-Through the specified folder, including subfolders hold them, and to get to the file name stored in a specified file. Do not set the macro. Please use the specified path.
  3. 所属分类:Data structs

    • 发布日期:2017-06-14
    • 文件大小:22553834
    • 提供者:吕新建
  1. data-structure-Graph

    1下载:
  2. 本软件围绕无向图的应用这一主题,用图形化的界面实现了无向图的建立、显示邻接表、动态构造最小生成树(分别利用Prim算法和Kruscal算法)、查找最短路径等功能。 具体功能: 给定一个图,完成: (1) 建立并显示出它的邻接链表 (2) 分别用普里姆算法和克鲁斯卡尔算法构造其最小生成树,随时显示其构造的过程 (3) 给出某一确定顶点到所有其他顶点的最短路径 (4) 给出每一对顶点之间的最短路径 说明:程序开发时所用的文件和源码在文件夹“配套文件”中提供。另附说明
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:3050480
    • 提供者:lsc
  1. SA

    0下载:
  2. 压缩包中的工程包含了三种风格。adtstyle文件夹对应的是抽象数据风格,invretstyle文件夹对应的是调用返回风格,pipestyle文件夹对应的是管道过滤器风格。源代码是用MyEclipse 6.5写的。可直接将工程导入MyEclipse中即可运行,也可以运行SA文件夹里面的start.bat选择某个风格运行。 抽象数据风格的按字母排序算法用的是快速排序算法,代码位于SA\src\adtstyle\impl.AlphabetizerImpl.java,调用返回风格用的是插入排
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:39147
    • 提供者:杨诗听
  1. wenjiansuo

    0下载:
  2. e语言文件夹加密源码 再也不用担心隐私泄漏问题-e language folder encryption source code no longer have to worry about privacy leaks !
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:8140
    • 提供者:masa
  1. traverse_floder

    0下载:
  2. 用C++语言写的可以实现对文件夹下任意文件的遍历和统计!-C++ language written any file folder traversal and statistics!
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:11420920
    • 提供者:汤姆
  1. papertofile

    0下载:
  2. 将文件夹中指定类型的文件名写入指定文件夹下的文件中-The type specified in the folder write to the specified file name of the file folder
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:11305091
    • 提供者:萧蓝枫
  1. main

    0下载:
  2. 动态建立一个哈夫曼树,文件都在一个main文件夹里-Dynamic build a Huffman tree, file in a main folder
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:810
    • 提供者:wer
  1. readfilename

    0下载:
  2. 遍历多层文件夹下满足特定条件的文件 可实现文件计数 文件名保存 及文件重命名等功能-Files that meet the specified conditions in a multi layer folder Can achieve file count file name and file rename function
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:991
    • 提供者: 李杰
  1. sync-backup_folder_beifen

    0下载:
  2. 文件夹的同步 分布在不同电脑上的文件夹 可以一个人维护 然后基于此软件进行同步-older synchronization is distributed on different computers in a folder that can be maintained by a person and then synchronized with the software.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:10412
    • 提供者: 李杰
  1. 0031717

    0下载:
  2. 该文件夹为空时块码-卷积码级联系统的仿真程序,天线配置为2发2收,-The folder for space-time block codes- convolution code cascade system simulation program, the antenna is configured to send 2, 2,
  3. 所属分类:Data structs

    • 发布日期:2017-12-14
    • 文件大小:15360
    • 提供者:gwsersioc
  1. 多项式运算

    1下载:
  2. 多项式运算: 本程序可以实现多项式四则运算,文件夹里含源cpp文件和exe可执行文件。 经过作者多次质量检测,程序运行质量合格,满足基本的设计要求。 本程序仍存在许多可以改进和优化之处,望您加以个性化的美化!感谢您!(Polynomial operation: Can achieve polynomial four operations, folder containing source cpp file and exe executable file. Through the aut
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:19456
    • 提供者:JackSkyLily
  1. 新建文件夹

    0下载:
  2. 猴子选大王,一堆猴子都有编号,编号是1,2,3 ...m ,这群猴子(m个)按照1--m的顺序围坐一圈,从第1开始数,每数到第N个,该猴子就要离开此圈,这样依次下来,直到圈中只剩下最后一只猴子,则该猴子为大王。(A bunch of monkeys are numbered, the number is 1, 2, 3... M, this group of monkeys (m) 1--m in accordance with the order around a circle, from t
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:5120
    • 提供者:sadf sadf
« 1 23 »
搜珍网 www.dssz.com