AS語(yǔ)言的入門(mén)教程,不知道 對(duì)你們有沒(méi)有用 要的 可以參考一下。
ASs="tags">標(biāo)簽: 語(yǔ)言 入門(mén)教程
ASs="time">上傳時(shí)間: 2015-08-21
ASs="username">上傳用戶(hù):Late_Li
ACM試題An EASy Problem Description AS we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you tASk is to find out an integer J, which is the minimum integer greater than I, and the number of 1 s in whose binary form is the same AS that in the binary form of I. For example, if "78" is given, we can write out its binary form, "1001110". This binary form hAS 4 1 s. The minimum integer, which is greater than "1001110" and also contains 4 1 s, is "1010011", i.e. "83", so you should output "83".
ASs="tags">標(biāo)簽: Description computers Problem binary
ASs="time">上傳時(shí)間: 2013-12-11
ASs="username">上傳用戶(hù):libenshu01
This section contains a brief introduction to the C language. It is intended AS a tutorial on the language, and aims at getting a reader new to C started AS quickly AS possible. It is certainly not intended AS a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr
ASs="tags">標(biāo)簽: introduction the contains intended
ASs="time">上傳時(shí)間: 2013-12-23
ASs="username">上傳用戶(hù):liansi
Microsoft® XML Core Services (MSXML) 4.0, formerly known AS the Microsoft XML Parser, allows customers to build high-performance XML-bASed applications that provide a high degree of interoperability with other applications that adhere to the XML 1.0 standard.
ASs="tags">標(biāo)簽: Microsoft XML Services formerly
ASs="time">上傳時(shí)間: 2015-08-27
ASs="username">上傳用戶(hù):蟲(chóng)蟲(chóng)蟲(chóng)蟲(chóng)蟲(chóng)蟲(chóng)
My (so called) HiP compression algorithm AS console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hASh algorithm etc.
ASs="tags">標(biāo)簽: compression Lempel-Ziv algorithm console
ASs="time">上傳時(shí)間: 2015-08-27
ASs="username">上傳用戶(hù):whenfly
decoding of binary LDPC AS in Elec. Letters by MacKay&Neal 13March1997
ASs="tags">標(biāo)簽: decoding Letters binary MacKay
ASs="time">上傳時(shí)間: 2013-12-18
ASs="username">上傳用戶(hù):com1com2
PSTN to PSTN Dialing via SIP Network.This is a representation, AS a slide show, of the SIP examples detailed in RFC 3666 - RFC3666 SIP PSTN Call Flow.
ASs="tags">標(biāo)簽: PSTN representation SIP examples
ASs="time">上傳時(shí)間: 2015-08-30
ASs="username">上傳用戶(hù):weixiao99
When created, this DLL does not export any symbols. AS a result, it will not produce a .lib file when it is built. If you wish this project to be a project dependency of some other project, you will either need to add code to export some symbols from the DLL so that an export library will be produced, or you can check the "doesn t produce lib" checkbox in the Linker settings page for this project.
ASs="tags">標(biāo)簽: not created symbols produce
ASs="time">上傳時(shí)間: 2015-09-01
ASs="username">上傳用戶(hù):ASdkin
* * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE * GOODS OR SERVICES LOSS OF USE, DATA, OR PROFITS OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH D
ASs="tags">標(biāo)簽: WARRANTIES SOFTWARE PROVIDED EXPRESS
ASs="time">上傳時(shí)間: 2013-12-20
ASs="username">上傳用戶(hù):sxdtlqqjl
The project Adventure is a simple text-bASed adventure game. The game, AS given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting. This project can be of use beyond the given, rather boring forest adventure though. You can use it AS a bASis for developing your own adventure game with different, more interesting commands, areAS, items, people and so on. The package ope.adventure contains clASses to describe the game world.
ASs="tags">標(biāo)簽: game text-bASed The Adventure
ASs="time">上傳時(shí)間: 2014-01-15
ASs="username">上傳用戶(hù):cursor