搜索结果

找到约 832 项符合 also 的查询结果

按分类筛选

显示更多分类

matlab例程 The files included implement the M3 Enigma machine. Rotors.m implements the GUI and enigma.m impleme

The files included implement the M3 Enigma machine. Rotors.m implements the GUI and enigma.m implements the cipher substitutions. The implementation can be used as an aid to teaching the enigma machine. Also, the source can be used to show how to implement an enigma machine. The files are thoroughly ...
https://www.eeworm.com/dl/665/408036.html
下载: 76
查看: 1050

数据结构 This is an implementation of double-array structure for representing trie, as proposed by Junichi A

This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental m ...
https://www.eeworm.com/dl/654/409492.html
下载: 40
查看: 1147

Linux/Unix编程 mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utilit

mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utility written by Werner Almesberger (who graciously gave me some pointers when I asked for some advice about writing this code), and also to avoid me having to boot DOS just to create data partitions (I use ...
https://www.eeworm.com/dl/619/410190.html
下载: 165
查看: 1051

数学计算 cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used

cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates ba ...
https://www.eeworm.com/dl/641/410485.html
下载: 80
查看: 1054

Java编程 This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in

This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class to manipulate the coordinate, moving it around the ...
https://www.eeworm.com/dl/633/410866.html
下载: 125
查看: 1076

Java编程 What I am trying to introduce here is a full fledged Java Instant messenger, which has all the featu

What I am trying to introduce here is a full fledged Java Instant messenger, which has all the features supplied by commercial messengers like Yahoo or MSN. Although it cannot compared to be in par with those messengers, it is an attempt by me to learn Advanced Java and JNI concepts. The challenges ...
https://www.eeworm.com/dl/633/410868.html
下载: 97
查看: 1038

通讯/手机编程 In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for un

In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for uniformly quantized synchronous code division multiple access (CDMA) signals in additive white Gaussian noise (AWGN) channels.This project is mainly based on the representation of uniform quantizer by ...
https://www.eeworm.com/dl/527/413138.html
下载: 86
查看: 1071

VHDL/FPGA/Verilog Serial UART open source core. The design is engineered for use as a stand alone chip or for use with

Serial UART open source core. The design is engineered for use as a stand alone chip or for use with other of our cores. The reason for developing the Serial UART core is the fact, that asynchronous serial communication is very common that almost every machine understands it.Also, for OCRP-1, we nee ...
https://www.eeworm.com/dl/663/414311.html
下载: 85
查看: 1088

软件设计/软件工程 Answering Queries using views is an article that contains an introduction to the theory and some alg

Answering Queries using views is an article that contains an introduction to the theory and some algorithms, examples for the queries that uses views to resolve some problems. Also this article have a large references for more information about this subject.
https://www.eeworm.com/dl/684/416245.html
下载: 105
查看: 1071

软件设计/软件工程 This book manage to show you how you can methodically apply different techniques to your own algor

This book manage to show you how you can methodically apply different techniques to your own algorithms to make them more efficient. While this book mostly highlights general techniques, some well-known algorithms are also looked at in depth.
https://www.eeworm.com/dl/684/418212.html
下载: 164
查看: 1046