搜索结果
找到约 1,380 项符合
Time-Domain 的查询结果
加密解密 A public-domain example implementation of the AES (Rijndael) encryption algorithm.
A public-domain example implementation of the AES (Rijndael) encryption algorithm.
通讯/手机编程 主要是Space-Time Codes and MIMO Systems电子书
主要是Space-Time Codes and MIMO Systems电子书,Ultra-High Speed Optical OFDM
Transmission Technologies文章,MIMO的研究与仿真论文……
数学计算 Kth Largest element in an array in time O(n) without sorting the entire array.
Kth Largest element in an array in time O(n) without sorting the entire array.
微处理器开发 PIc24 Real time clock with alarm and 10sec interruptions
PIc24 Real time clock with alarm and 10sec interruptions
磁盘编程 Project to Read Hard Disk data (raw format) at Windows Run Time
Project to Read Hard Disk data (raw format) at Windows Run Time
嵌入式/单片机编程 This is a document that Real-Time and Embedded Guide
This is a document that Real-Time and Embedded Guide
通讯/手机编程 Compress an decomprres DCT=Domain Transform Coding for image.
Compress an decomprres DCT=Domain Transform Coding for image.
通讯编程文档 介绍了如何利用Matlab/ Simulink的RTW (Real-Time Workshp)代码生成上具将Simulink模型自动转换成C/C++代码的方法
介绍了如何利用Matlab/ Simulink的RTW (Real-Time Workshp)代码生成上具将Simulink模型自动转换成C/C++代码的方法,通过这种方式可以利用Simulink方便地建立系统模型,同时也解决了Simlink模型在Matlab/ Simulink环境下速度较慢的问题,大大减少了软件上程师的编程上作量.转换后的C代码能脱离Matlab环境独立运行,这进一步 ...
电子书籍 Packed with essential, practical techniques— you’ll learn CSS from the ground up in no time.
Packed with essential, practical techniques—
you’ll learn CSS from the ground up in no time.
数据结构 The running time of quicksort can be improved in practice by taking advantage of the fast running t
The running time of quicksort can be improved in practice by taking advantage of the fast
running time of insertion sort when its input is “nearly” sorted. When quicksort is called on a
subarray with fewer than k elements, let it simply return without sorting the subarray. After the
top-level call ...