资源列表

排序选择:

« 1 2 ... .06 .07 .08 .09 .10 67811.12 .13 .14 .15 .16 ... 267453 »

[数据结构常用算法creattree

说明:设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。-Based binary tree node value of capital letters, enter the first order binary tree traversal and traversal sequences in the sequence to generat
<张建鑫> 在 2025-08-15 上传 | 大小:2kb | 下载:0

[Windows编程leasttree

说明:输入无向图的邻接矩阵,使用前面讲过的任意三种方法求该图的最小代价生成树,并分析各自的时间复杂度。-Enter the undirected graph of adjacency matrix, said in front of the arbitrary use of three methods for the minimum cost spanning tree graph, and analyze their time complexity.
<张建鑫> 在 2025-08-15 上传 | 大小:3kb | 下载:0

[手机彩信(MMS)编程MMSpack

说明:一种MMS PDU打包方法,支持对SMIL的打包-An MMS PDU packing methods, support for SMIL packaging
<GYT> 在 2025-08-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法balancetree

说明:输入一组关键字序列,并以此顺序建立一棵平衡二叉树(提示:为简化运算,可采用含有左、右子树高度和指向父母的指针的三叉链表表示),并在建树过程中用逆中序法输出每次插入新结点后的平衡二叉树形状。-Enter a list of keywords sequence, and thus the order of the establishment of a balanced binary tree (Hint: To simplify the computation, can contain the le
<张建鑫> 在 2025-08-15 上传 | 大小:2kb | 下载:0

[FlashMX源码3D

说明:超酷3D按钮导航, 超酷3D按钮导航,超酷3D按钮导航-Cool 3D button navigation, cool 3D button navigation, cool 3D navigation button
<李洋> 在 2025-08-15 上传 | 大小:11kb | 下载:0

[图形图象zoom

说明:模拟图像放大源代码,推荐做简单模拟。-Simulated images to enlarge the source code is recommended to do a simple simulation.
<GYT> 在 2025-08-15 上传 | 大小:1kb | 下载:0

[汇编语言1-1

说明:c++二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n) -c++ Second, through its elements inserted into the two-way linked list of met
<zzlbly> 在 2025-08-15 上传 | 大小:1kb | 下载:0

[汇编语言1-2

说明:二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n) -Second, through its elements inserted into the two-way linked list of methods to
<zzlbly> 在 2025-08-15 上传 | 大小:831kb | 下载:0

[Internet/网络编程Sock2File

说明:一个socket服务端监听接收得程序,可指定监听端口。连接后将数据保存为一个文本文件.-A socket server to receive a monitoring program, to designate the port monitor. Data connection will be saved as a text file.
<kabala> 在 2025-08-15 上传 | 大小:5kb | 下载:0

[加密解密rsaref

说明:私家珍藏的RSA Laborary有关加密的函数库,提供了最基础的DES/RSA等密码算法源代码。-RSA Laborary private collection of the relevant encryption library provides the most basic DES/RSA cryptographic algorithm, such as source code.
<Robin> 在 2025-08-15 上传 | 大小:100kb | 下载:0

[单片机(51,AVR,MSP430等)rtosiccavr

说明:在iccavr 上编译的适用与avr单片机-Iccavr compiled in the application of single-chip microcomputer with avr
<lansen> 在 2025-08-15 上传 | 大小:56kb | 下载:0

[Windows编程c

说明:、有一种栈,这种栈是按数组索引减小的方向增长的。初始时栈为空且top=21。往栈中压入3个字符后,索引top=18,栈顶元素为list[top]=C。-, There is a stack, the stack is reduced by the array index of the direction of growth. The initial stack is empty and the top = 21. Pressure to the stack into the three char
<zzlbly> 在 2025-08-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 67811.12 .13 .14 .15 .16 ... 267453 »

源码中国 www.ymcn.org