搜索结果
找到约 7,669 项符合
Abstract-In 的查询结果
数值算法/人工智能 WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode b
WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode binary files into ASCII so that they may be passedthrough e-mail gates. In this regard, MIME64 is similar to UUENCODE.Although most binaries these days are transmitted using UUENCODE, Ihave seen a few ...
DSP编程 5509 MMC in Native Mode
5509 MMC in Native Mode
其他 Pocket 1945 is a classic shooter inspired by the classic 1942 game. The game is written in C# target
Pocket 1945 is a classic shooter inspired by the classic 1942 game. The game is written in C# targeting the .NET Compact Framework. This article is my first submission to Code Project and is my contribution to ongoing .NET CF competition.
Java编程 全名:Sams Teach Yourself JavaServer Pages 2.0 with Apache Tomcat in 24 Hours
全名:Sams Teach Yourself JavaServer Pages 2.0 with Apache Tomcat in 24 Hours,24小时精通Apache Tomcat下的JSP2.0开发,英文,要有一定的英文水平才能轻松阅读.
VHDL/FPGA/Verilog 2. You may use this core in any way, be it academic, commercial, or -- military. Modified or not.
2. You may use this core in any way, be it academic, commercial, or -- military. Modified or not.
Java书籍 The assessment of JAVA in the Western Insititute Technology.
The assessment of JAVA in the Western Insititute Technology.
Delphi/CppBuilder Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimed ...
Java书籍 Thinking in Java 的中文版(CHM)当初找他花了不少工夫
Thinking in Java 的中文版(CHM)当初找他花了不少工夫,现在奉上.
压缩解压 In each step the LZSS algorithm sends either a character or a <position, length> pair. Among t
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and t ...
压缩解压 UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is in
UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is intended to be starting point for im-plementation of .ZIP files in non-IBM environments.Source code is provided in C and Turbo Pascal. If you port this programto a non-IBM system, I would appreciate a c ...