虫虫首页|资源下载|资源专辑|精品软件
登录|注册

c-out

  • * "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.

    * "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.msstate.edu, Mississippi State University) * IN NO EVENT SHALL THE "AUTHOR" BE LIABLE TO ANY PARTY FOR * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE "AUTHOR" * HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    标签: Reese B. R. Copyright

    上传时间: 2015-09-23

    上传用户:mpquest

  • C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last de

    C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating the barrier between program and metaprogram. While excitement among C++ experts about these capabilities has reached the community at large, their practical application remains out of reach for most programmers. This book explains what metaprogramming is and how it is best used. It provides the foundation you ll need to use the template metaprogramming effectively in your own work.

    标签: Metaprogramming Template powerful idioms

    上传时间: 2013-11-30

    上传用户:aix008

  • RDC R2886 Ethernet hub功能 源码,paradigm c++上运行测试

    RDC R2886 Ethernet hub功能 源码,paradigm c++上运行测试,模拟hub运行,RJ45-1 IN ,RJ45-2 OUT

    标签: Ethernet paradigm R2886 RDC

    上传时间: 2015-12-19

    上传用户:jing911003

  • Welcome to the Wrox Press C++ tutorial "I hope you ll enjoy reading this tutorial with your portabl

    Welcome to the Wrox Press C++ tutorial "I hope you ll enjoy reading this tutorial with your portable, your work, or your home PC. It s a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutorial is adapted from my book Beginning Visual C++ 6.0, to provide you with a thorough grounding in pure C++. I ve been careful to address the new standards in C++ laid out by the ANSI and ISO committees and I encourage you to adopt these conventions so that your programs are maintainable for years to come.

    标签: tutorial Welcome reading portabl

    上传时间: 2016-01-26

    上传用户:wsf950131

  • This book enunciates and illustrates features and basic principles of C++. It is aimed at experienc

    This book enunciates and illustrates features and basic principles of C++. It is aimed at experienced C users who wish to learn C++. It can also be interesting for beginner C++ users who leaved out some possibilities of the language.

    标签: illustrates enunciates principles and

    上传时间: 2014-02-16

    上传用户:aix008

  • Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++.

    Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows: csci>a.out --> Please input the key: receptive --> Please input the plain text: wearediscoveredsaveyourself --> The cipher text is : nicvtwqngfzgvtwavzvcqyglmgj -->The original message is: wearediscoveredsaveyourself • You should test your program with several runs.

    标签: the Implement algorithm textbook

    上传时间: 2013-12-21

    上传用户:bruce5996

  • System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.o

    System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.out.print(a) System.out.print(b) System.out.print(c) System.out.println(d) x=0x5f20 y=0x5f35 z=0xffff System.out.print(x) System.out.print(y) System.out.println(z)

    标签: System out println print

    上传时间: 2016-07-01

    上传用户:日光微澜

  • This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not writ

    This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not written to be comprehensible without the explanation in that book. Prints out one arm configuration to reach given target. Assumes number of links >= 3. Input: nlinks Number of links L1 L2 ... Ln Link lengths x0 y0 target0 x1 x2 target1

    标签: Computational described Geometry Chapter

    上传时间: 2014-01-24

    上传用户:yan2267246

  • 完成在S3C2410处理器上移植μC/OS-II内核

    完成在S3C2410处理器上移植μC/OS-II内核,然后实现以下多任务: a) 控制实验箱核心板上4盏LED灯轮流亮灭; b) 将LED1连接到ARM9-2410EP增强型实验箱扩展口的DA OUT端口,通过实验箱上的键盘(比如“↑”、“↓”键)控制LED1亮暗变化,同时在超级终端显示该控制值; c) 将LED2连接到扩展口的I/O输出口,通过超级终端按键控制LED2亮灭,即按一下PC的超级终端某个键(比如回车键)LED2灭,再按LED2亮,反复循环。

    标签: S3C2410 OS-II 处理器 内核

    上传时间: 2016-09-17

    上传用户:开怀常笑

  • The files in this directory comprise ANSI-C language reference implementations of the CCITT (Intern

    The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. They have been tested on Sun SPARCstations and passed 82 out of 84 test vectors published by CCITT (Dec. 20, 1988) for G.721 and G.723. [The two remaining test vectors, which the G.721 decoder implementation for u-law samples did not pass, may be in error because they are identical to two other vectors for G.723_40.]

    标签: implementations directory reference comprise

    上传时间: 2014-01-22

    上传用户:Breathe0125