搜索结果
找到约 183 项符合
Log 的查询结果
按分类筛选
- 全部分类
- matlab例程 (17)
- Java编程 (16)
- 其他 (10)
- 学术论文 (8)
- 通讯/手机编程 (7)
- Linux/Unix编程 (7)
- 单片机开发 (6)
- 源码 (5)
- DSP编程 (4)
- Internet/网络编程 (4)
- 数据结构 (4)
- 数学计算 (4)
- 编译器/解释器 (4)
- 技术资料 (4)
- 软件设计/软件工程 (3)
- 网络 (3)
- J2ME (3)
- Windows CE (3)
- Delphi控件源码 (3)
- 电子书籍 (3)
- 书籍源码 (3)
- 文件格式 (3)
- VC书籍 (3)
- GPS编程 (3)
- 多媒体处理 (2)
- 单片机编程 (2)
- 邮电通讯系统 (2)
- 数值算法/人工智能 (2)
- VHDL/FPGA/Verilog (2)
- 文章/文档 (2)
- 其他数据库 (2)
- MySQL数据库 (2)
- MTK (2)
- 人工智能/神经网络 (2)
- 其他书籍 (2)
- 电机控制 (1)
- 模拟电子 (1)
- Proe教程 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 通讯编程文档 (1)
- *行业应用 (1)
- 教育系统应用 (1)
- Delphi/CppBuilder (1)
- USB编程 (1)
- uCOS (1)
- STL (1)
- 汇编语言 (1)
- Oracle数据库 (1)
- 串口编程 (1)
- 中间件编程 (1)
- BREW编程 (1)
- 游戏 (1)
- 操作系统开发 (1)
- 行业发展研究 (1)
- 嵌入式Linux (1)
- JavaScript (1)
- 传真(Fax)编程 (1)
- Jsp/Servlet (1)
- 系统设计方案 (1)
- OA系统 (1)
- 并行计算 (1)
- Windows Mobile (1)
- Symbian (1)
- 书籍 (1)
- 精品软件 (1)
书籍源码 10.34③ 已知(k1,k2,...,kp)是堆
10.34③ 已知(k1,k2,...,kp)是堆,则可以写一个时
间复杂度为O(log(n))的算法将(k1,k2,...,kp,kp+1)
调整为堆。试编写"从p=1起,逐个插入建堆"的算法,
并讨论由此方法建堆的时间复杂度。
数据结构 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
嵌入式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.
单片机开发 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 ...
其他 该代码不仅实现了编码的仿真
该代码不仅实现了编码的仿真,还在多种条件下实现了译码的仿真,包括MAP,LOG-MAP,SOVA下的单双滑动窗口。
数学计算 1.产生白噪声程序 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声
1.产生白噪声程序
编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。
本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声。算法及程序实现叙述如下。
1) 设定x初值为11,A=179,长度WNlength,均值Average,方差Serror为 ...
单片机开发 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 ...
数据结构 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号
表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加 ...