搜索结果
找到约 1,344 项符合
Top-K 的查询结果
书籍源码 光学设计软件zemax源码: This DLL models an nular aspheric surface as described in: "Annular surfaces in
光学设计软件zemax源码:
This DLL models an nular aspheric
surface as described in:
"Annular surfaces in annular field systems"
By Jose M. Sasian
Opt. eng. 36 (12) P 3401-3401 December 1997
This surface is essentially an odd aspheric surface with an offset in the aspheric terms.
The sag is given b ...
编译器/解释器 encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in
encode.v The encoder
syndrome.v Syndrome generator in decoder
berlekamp.v Berlekamp algorithm in decoder
chien-search.v Chien search and Forney algorithm in decoder
decode.v The top module of the decoder
inverse.v Computes multiplication inverse of an Galois field element
test-bench.v The tes ...
其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
其他书籍 这是一个无线的MIC
这是一个无线的MIC,相信有不少人都喜欢唱K,这是你的最好选择
压缩解压 Structure the sources so that the compression and decompression code form a library usable by any
Structure the sources so that the compression and decompression code
form a library usable by any program, and write both gzip and zip on
top of this library. This would ideally be a reentrant (thread safe)
library, but this would degrade performance. In the meantime, you can
look at the sample ...
单片机开发 说明: pr[n]——输入的实部 pi[n]——数入的虚部 n
说明:
pr[n]——输入的实部
pi[n]——数入的虚部
n,k——满足n=2^k
fr[n]——输出的实部
fi[n]——输出的虚部
l——0 FFT,1 IFFT
il——0 输出按实部/虚部;1 输出按模/幅角
J2ME 本教程详细审查了袖珍版 Java 2 平台 (J2ME)
本教程详细审查了袖珍版 Java 2 平台 (J2ME),它主要面向在 Java 编程及面向对象设计与开发方面有深厚背景的中级开发者。
您可以首先了解 J2ME 的背景并研究 J2ME 的配置和简表。随后,逐步建立您的开发环境,用于开发 J2ME 应用程序。
本教程将向您介绍一些课题如 K 虚拟机 (KVM),和 KJava API -- 用于关联连接有限设 ...
加密解密 Shamir秘密分享与恢复算法的VC++程序
Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。 ...
加密解密 Shamir秘密分享算法的java实现
Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。