资源列表

« 1 2 ... .37 .38 .39 .40 .41 19042.43 .44 .45 .46 .47 ... 21467 »

[其他小程序CRC_CCITT_c

说明:可以将以bit为单位进行处理的算法扩展到8位,即以Byte为单位进行处理。由于有8个bit,所以有2^8种选择。这样明显会使运行时 间大为减少,速度明显更快,但是也有它的缺点,即,占用资源太大,所以综合考虑速度和 资源两点,采用半字节查表法。即以半 Byte为单位进行处理。由于有4个bit,所以有2^4种选择。-bit can be processed for the extension of the algorithm 8, to Byte unit for treatme
<jevidyang> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序duixiang

说明:这是动态规划中的经典算法。多段图的向前向后的处理算法的VC++环境种的实现代码-This is the dynamic programming of the classical algorithm. Many of the plans forward backward processing algorithm for the VC types of codes
<肖晨> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序yezi

说明:利用非递归的后序遍历求二叉树的叶子结点个数-use of non- recursive after preorder for the binary tree leaf node number
<Cynthia> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序treedeep

说明:这个程序包括了用队列建立树,并包含了对树的深度的求解。-this procedure, including the establishment of a cohort with trees, and includes the right tree for depth.
<傅蓉蓉> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序myprim

说明:一个用Prim算法求解图的最小生成树,图是通过矩阵来建立。-an algorithm using the minimum spanning tree, the plan is to build through the matrix.
<傅蓉蓉> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序fudfs

说明:用dfs非递归算法遍历图。创 建图是用链表来实现。 -with scores of non- recursive algorithm traverse map. Map is created using chain is to be achieved.
<傅蓉蓉> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序fusort

说明:是用快速排序对一列数进行排序,另一个是用合并排序对一列数进行排序。-is quick sort of a few sort, and the other is sort of merger with a few sequences.
<傅蓉蓉> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序c++sort

说明:设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。 -Sample Design of a kind, it has two private members [] A and n (A number of elements), A. [] will be the data for various sort of function Add Friends yuan to a process which ca
<黄春明> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序ATM-KANKANKAN

说明:用JAVA 实现的简单的ATM-using JAVA simple ATM
<111> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序msp430f149shixiandengdeyidong

说明:读取按键状态,按键1按下,P2口连接的发光二极管从左到右亮;按键2按下,P2口连接的发光二极管从右到左亮。-state reading keys, press a button, P2 connectors of the LED-from left to right; 2 Press the button, P2 connectors of the LED-from right to left.
<xiao ming> 在 2025-07-16 上传 | 大小:1kb | 下载:1

[其他小程序shudebianli

说明:数据结构做的一个小程序 对二叉进行的遍历-data structure to do a small procedure on the two forks of the ergodic
<> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序qpsk_BER

说明:实现随机信号序列的QPSK调制和相干解调,观察信号的星座图,计算误比特率和误码率。-this code is designed for the signal s QPSK modulation and demodulation exactly. Meanwhile, the BER and SER were estimated and drawed.
<chenwei> 在 2025-07-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .37 .38 .39 .40 .41 19042.43 .44 .45 .46 .47 ... 21467 »

源码中国 www.ymcn.org