搜索结果

找到约 183 项符合 Log 的查询结果

数据结构 快速排序算法

快速排序算法,二分排序算法的完全实现 时间复杂度只有log(N)
https://www.eeworm.com/dl/654/326683.html
下载: 78
查看: 1005

书籍源码 10.34③ 已知(k1,k2,...,kp)是堆

10.34③ 已知(k1,k2,...,kp)是堆,则可以写一个时 间复杂度为O(log(n))的算法将(k1,k2,...,kp,kp+1) 调整为堆。试编写"从p=1起,逐个插入建堆"的算法, 并讨论由此方法建堆的时间复杂度。
https://www.eeworm.com/dl/532/333230.html
下载: 53
查看: 1153

数据结构 Flexible Vector and Matrix Classes enable to use vectors and matrixes with arbitrary bounds. Cont

Flexible Vector and Matrix Classes enable to use vectors and matrixes with arbitrary bounds. Content. 1. Algorithm 2. Classes 3. Program Files 4. Tests 5. Compiling 6. Running (Log File) 7. Download
https://www.eeworm.com/dl/654/342260.html
下载: 68
查看: 1026

嵌入式Linux This research project evaluates startup times of the linux boot process from power-on until user log

This research project evaluates startup times of the linux boot process from power-on until user login. Time consuming parts of the boot process are investigated and methods how to speed up the whole process are discussed.
https://www.eeworm.com/dl/653/342537.html
下载: 171
查看: 1072

单片机开发 ARP test mode. According to the idea we design the arithmetic for the key part, first the system sen

ARP test mode. According to the idea we design the arithmetic for the key part, first the system sends a message to the target machine, and then system wait for the response. Once system receives a message, it starts to analyze the message, according to the message s parameter system judges whether ...
https://www.eeworm.com/dl/648/351063.html
下载: 23
查看: 1061

其他 该代码不仅实现了编码的仿真

该代码不仅实现了编码的仿真,还在多种条件下实现了译码的仿真,包括MAP,LOG-MAP,SOVA下的单双滑动窗口。
https://www.eeworm.com/dl/534/356128.html
下载: 138
查看: 1023

数学计算 1.产生白噪声程序 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声

1.产生白噪声程序 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声。算法及程序实现叙述如下。 1) 设定x初值为11,A=179,长度WNlength,均值Average,方差Serror为 ...
https://www.eeworm.com/dl/641/356253.html
下载: 150
查看: 2677

单片机开发 uart全功能实现.实现如下函数: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomL

uart全功能实现.实现如下函数: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomLeft, U_PutISRBytes, U_GetTxISRRoomLeft, U_Purge, U_SetOwner, U_SetFlowCtrl, U_ConfigEscape, U_SetDCBConfig, U_CtrlDCD, U_CtrlBreak, U_ClrRxBuffer, U_ClrTxBuffer, U_SetBaudRate, U_Se ...
https://www.eeworm.com/dl/648/358288.html
下载: 94
查看: 1065

VC书籍 VC++编程

VC++编程,加密保护LOG文件的实例,对于初学者有帮助
https://www.eeworm.com/dl/686/366540.html
下载: 169
查看: 1038

数据结构 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号

表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加 ...
https://www.eeworm.com/dl/654/366930.html
下载: 107
查看: 1343