Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - directory
Search - directory - List
红黑树:输入:在同一目录下的redblacktree.txt文件中输入十个大于0的数值,每个数值中间用空格格开 数目可以大于十个,但是要求在源程序中改变#define NUM 10 ,改成相应关键值各个数输出:按照先序输出红黑树,格式为:根节点。颜色(左子树。颜色,右子树。颜色),并输出此 树的黑高度,然后输入要删除的关键值,按回车后输出删除后的结果,并输出其高度。-RED-BLACK TREE : Admission : in the same directory under the file input redblacktree.txt greater than 0 10 digits each intermediate numerical grid with open spaces can be greater than the number 10, but requested change in the source# define NUM 10, the corresponding critical value into several different output : In accordance with the first sequence RED-BLACK TREE output format : nodes. Color (left subtree. Color, right subtrees. Color), and export of the black tree height and then delete the key to value, according to enter the output was the result of the deletion, and its high output.
Date : 2025-12-30 Size : 53kb User : 朱磊

操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否被删除 6. 删除用户sun的全部文件,然后在撤销sun用户,在查访用户sun, 检查其是否已被撤销。 在建立一个新用户及新用户的两个文件,然后查该两个用户的所有文件-operating system, the paper is to document catalog items to the management, in order to manage and facilitate the search, according to the document level directory entries organizations, the same floor on which constitute the directory contents on the floor, the first layer of the root directory to look for levels of subdirectories. Assuming that the representative of a string of characters, each character expressed a record. In establishing the directory structure on the basis of the establishment of a corresponding system of management and asked to accomplish the following : 1. Once established two separate files. Visits to the two users of all three documents. Sun user visits whether documents AB 4. Sun users to delete the documents AC, then two separate visits to all users of the docum
Date : 2025-12-30 Size : 8kb User : 葛林

PyChem是用Python语言编写的多元变量分析软件。它包括一个前端图形界面用于管理和保存试验数据,并用多元分析的算法分析试验数据。主要的目录结构如下: PyChem\PURELIB\pychem 包括前端界面的管理和数据保存,以及核心的分析算法 PyChem\PURELIB\pychemlib 包括一些必要的支持库-PyChem Python language is used to prepare the multivariate analysis software. It includes a front-end GUI for the management and preservation of test data, and using multivariate analysis algorithm analysis of the test data. The main directory structure is as follows : PyChem \ PURELIB \ pychem including front-end interface management and data retention, and the core analysis algorithm PyChem \ PURELIB \ pychemlib including some necessary support libraries
Date : 2025-12-30 Size : 95kb User : star

用贪心算法做的全国31个城市之间的旅行商问题源代码,可执行程序都在附件压缩包内。里面的data.txt city.txt分别为数据表和城市名,要和可执行程序放在同一个目录内才可执行-greedy algorithm to do with the country's 31 cities between the TSP source code, the executable in Annex compressed packet. Inside data.txt city.txt of data tables and urban name, and the executable on the same within a directory can be implemented
Date : 2025-12-30 Size : 34kb User : 谢躜

求2个或多个文本间的公共子串,做了若干改进。目录下需要一个txt文件夹。-for two or more text of the public substrings, doing a number of improvements. Directory needs a txt file folders.
Date : 2025-12-30 Size : 80kb User : 华明

在目录“\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the directory "\ triangular matrices on the achievement," given the document triMat.cpp. triMat.h invited to triMat.h documents fill up the nine positions make up the correct code, so triMat.cpp complete triangular matrix on the addition, subtraction, multiplication. Importation : input matrix dimension : a four input matrix elements (including 0) : 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 b of the input matrix elements (including 0) : 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1
Date : 2025-12-30 Size : 572kb User : 李昭明

是一个通讯录的问题,用C++编写的,和xiaoxiaoxiaoniao3,正好相反了,不好意思呀-is a directory issue, prepared by the C and xiaoxiaoxiaoniao3. On the contrary, sorry ah
Date : 2025-12-30 Size : 223kb User : 尹鹏伟

同学通讯录系统,利用MFC编写,利用了数据库的技术-classmates directory system, using MFC preparation, the use of database technology
Date : 2025-12-30 Size : 257kb User : XL

我自己做的ffmpeg的h264的decoder的vc++6.0的完整源代码(一个补丁和一个附加的vc工程目录),使用方法在压缩包内。 所依据的版本是2007.1.19 checkout的,修改后的vc版本运行速度与MinGW+gcc编译的最高运行速度基本相当(+/-2%)。 只能使用intel编译器,vc自带的编译器效率太低。 给我加点技术分吧!!!! -I do ffmpeg the h264 the decoder vc 6.0 of the integrity of the source code (a patch and an additional vc project directory), use the compression pack. Based on the 2007 version .1.19 checkout. After the revised version of the operating speed vc MinGW gcc compiler and the maximum operating speed very basic (/-2%) . It can only use intel compiler, vc built-in compiler efficiency too low. I point to the increase in technical breakdown! ! ! !
Date : 2025-12-30 Size : 14kb User : qgfhit

Visual C++.NET 大学教程 清华出版社 第八章 例题代码-Visual C.NET Directory Tsinghua University Press Code Chapter VIII of excellence
Date : 2025-12-30 Size : 145kb User : demon

Visual C++.NET 大学教程 清华出版社 第七章例题代码-Visual C.NET Directory Tsinghua University Press Code Chapter VII of excellence
Date : 2025-12-30 Size : 50kb User : demon

DL : 0
DEMO程序,实现了对一个指定的目录中的文件和目录的遍历操作。-DEMO procedures achieve a specified directory of the files and directory traversal operation.
Date : 2025-12-30 Size : 8kb User : shengwei

目录: 单元加 字符 底层编程 效验算法 数学问题 数据结构 数组 文件程序 求进制 汉诺塔 硬币情况 逆阵 问题算法 小写数字转为大写数字 其它-Directory: Add characters in the bottom of unit programming algorithm for mathematical problem-tested data structure for hexadecimal array documentation procedures coins situation Tower of Hanoi problem inverse matrix algorithm lowercase to uppercase figures the number of other
Date : 2025-12-30 Size : 309kb User : 林丽娜

遍历文件夹并建成目录树,一个较好的遍历程序,对系统所有的文件获取做了比较详细的说明。程序在2000下通过。-Traverse Folder and build the directory tree, a better traversal procedures, the system to obtain all the documents to do a more detailed explanation. Procedures adopted in 2000.
Date : 2025-12-30 Size : 96kb User : 王艳玲

进入光盘中的“\DSDemoC”目录,运行DSDemo.EXE,可以进入 数据结构算法演示系统(C语言描述)V3.1C中文版。该软件是在原DOS版程序 基础上改进而成,具体操作请按照界面上的提示进行。 -Access to the optical disk in the DSDemoC directory, run DSDemo.EXE, can enter the data structure of Algorithm Demonstration System (C language description) V3.1C Chinese version. The software is in the original DOS version of the procedure based on the improved form, the concrete operation of the interface please follow the prompts.
Date : 2025-12-30 Size : 302kb User : 韩冷飞

DL : 0
基于拓扑排序的排课程序 vc.net2003编写。 课程保存在c盘根目录下test.txt-Based on the topological sort of Course Scheduling vc.net2003 preparation procedures. Courses stored in the directory c packing test.txt
Date : 2025-12-30 Size : 2kb User : 好好的

用链表实现学生成绩管理系统,实现插入,删除,新建,查找,修改等基本功能。并实现文件的输入和输出,退出系统时学生信息保存在一个文本文件中。进入系统时要求输入密码,该密码随机生成,运行后保存在文件目录的password.txt下。-List with the realization of student achievement management system, the realization of insert, delete, new, find, modify the basic functionality. And the realization of paper input and output from the system when the student information stored in a text file. Into the system when asked to enter a password, the randomly generated password, run after the save in the document under password.txt directory.
Date : 2025-12-30 Size : 5kb User : 邓冰

课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6) 设字符集及频度如下表: 字符 空格 A B C D E F G H I J K L M 频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 频度 57 63 15 1 48 51 80 23 8 18 1 16 1 -Curriculum design: 1. Obtained in an n × n chessboard, the place to catch each other should not n个chess "Queen" of all the layout. 2. The design of a use of Huffman coding and decoding algorithms systems, and deal with duplicate to show the following items until the exit date selection. The basic requirements 【】 1) will be the right value data stored in data files (file named data.txt, located in the implementation of procedures in the current directory) 2), respectively, dynamic and static storage structure 3) Initialization: keyboard input character set size of n, n and n characters of the right value, set up Huffman tree 4) Coding: Using the built Huffman tree generated Huffman coding 5) output coding 6) The character set and the frequency of the following table: Space characters A B C D E F G H I J K L M Frequency of 186 64 13 22 32 103 21 15 47 57 1 5 32 20 Character N O P Q R S T U V W X Y Z Frequency 57 63 15 1 48 51 80 23 8 18 1 16 1
Date : 2025-12-30 Size : 538kb User : 赵刚

从已经存在的头文件目录中,利用头文件中信息来产生报头列表。-Already exist from the first file directory, using the first file header information to generate the list.
Date : 2025-12-30 Size : 5kb User : 李巍

1,主程序调用病毒功能函数 2,病毒功能函数读取查找同目录下所有c文件; 3,找到一个(被感染c文件),打开它,并且将此文件全部读取到数组变量; 4,重新创建一个同名文件(被感染c文件) 5,数组变量写回这个被感染c文件,同时将病毒源文件所需要的头文件,病毒功能函数 调用语句写入; 6,打开病毒源文件,将病毒功能函数全部写到被感染c文件的最后; 这样一个简单的c语言伪病毒virus.c就完成了-1, the main program calls function 2 virus, the virus search function to read all the same directory c documents 3, to find a (c infected files), open it and read all of this file to the array variable 4, the same name to create a document (the infected file c) 5, write to the array variable c infected files, source files at the same time, the virus required header files, viruses written statement calling function 6, open source file virus will be function of all HIV infected c wrote the final document such a simple c-language pseudo-virus virus.c completed
Date : 2025-12-30 Size : 4kb User : 李红
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.