搜索结果
找到约 95 项符合
TOO 的查询结果
按分类筛选
- 全部分类
- 其他 (9)
- 文件格式 (9)
- 书籍 (9)
- VC书籍 (6)
- 其他书籍 (6)
- Java编程 (4)
- 汇编语言 (3)
- matlab例程 (3)
- 通讯/手机编程 (3)
- 可编程逻辑 (2)
- 数据结构 (2)
- Linux/Unix编程 (2)
- 微处理器开发 (2)
- 行业发展研究 (2)
- 数值算法/人工智能 (2)
- 游戏 (2)
- 单片机开发 (2)
- USB编程 (2)
- VHDL/FPGA/Verilog (2)
- allegro (1)
- 模拟电子 (1)
- 单片机编程 (1)
- 教程资料 (1)
- 家庭/个人应用 (1)
- Windows CE (1)
- 手机短信编程 (1)
- 编译器/解释器 (1)
- 软件工程 (1)
- 其他数据库 (1)
- 技术管理 (1)
- 中间件编程 (1)
- 数学计算 (1)
- 文章/文档 (1)
- 其他嵌入式/单片机内容 (1)
- Delphi控件源码 (1)
- 加密解密 (1)
- GPS编程 (1)
- 数据库系统 (1)
- 嵌入式/单片机编程 (1)
- 软件设计/软件工程 (1)
- 通讯编程文档 (1)
- 技术资料 (1)
通讯/手机编程 Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assum
Computes BER v EbNo curve for convolutional encoding / soft decision
Viterbi decoding scheme assuming BPSK.
Brute force Monte Carlo approach is unsatisfactory (takes too long)
to find the BER curve.
The computation uses a quasi-analytic (QA) technique that relies on the
estimation (approximate on ...
数值算法/人工智能 北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard
北京大学ACM比赛题目
In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture:
Every even number greater than 4 can be
written as the sum of two odd prime numbers.
For example:
8 = 3 + 5. Both 3 and 5 are odd prime n ...
其他书籍 Microsoft .net IL 汇编语言程序设计指南. To tell the truth, I don t think I had much choice in this matter. Le
Microsoft .net IL 汇编语言程序设计指南.
To tell the truth, I don t think I had much choice in this matter. Let me explain. With Microsoft .NET technology taking the world by storm, with more and more information professionals getting involved, large numbers of books covering various aspects of this ...
数据结构 /* * The internal form of a hash table. * * The table is an array indexed by the hash of the k
/*
* The internal form of a hash table.
*
* The table is an array indexed by the hash of the key collisions
* are resolved by hanging a linked list of hash entries off each
* element of the array. Although this is a really simple design it
* isn t too bad given that pools have a low allocation ...
软件工程 This version of the book is a DRAFT! The chapters are mostly complete, but not carefully edited. Som
This version of the book is a DRAFT! The chapters are mostly complete, but not carefully edited. Some of the debugging sections are not done, and not all chapters have exercises.
If you have high-level comments about the organization of the book or the topics covered, please send me email at feedb ...
其他数据库 This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and h
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scal ...
matlab例程 PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A componen
PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std ...
其他 1. 输入caculator
1. 输入caculator,程序开始执行,继续输入3*4+5,回车后输出17,继续下一个计算或Ctrl+C退出。
2. 输入caculator 3*4+5,程序执行输出结果17。
3. 输入caculator 3*4+5 33,程序执行输出结果error: too many arguments。
微处理器开发 The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t
The AVRcam source files were built using the WinAVR distribution
(version 3.3.1 of GCC). I haven t tested other versions of GCC,
but they should compile without too much difficulty.
* The source files for the AVRcam had the author name and copyright
information added back into them after the judgin ...