SSD5_EXE3练习题 if (!testConstructors()) { cerr << "Constructor and\\or accessors failed check\n" return EXIT_FAILURE } if (!testLessThan()) { cerr << "Operator < failed check\n" return EXIT_FAILURE } if (!testInsertion()) { cerr << "Operator >> failed check\n" return EXIT_FAILURE } cout << "All tests passed\n" return EXIT_SUCCESS
资源简介:SSD5_EXE3练习题 if (!testConstructors()) { cerr << "Constructor and\\or accessors failed check\n" return EXIT_FAILURE } if (!testLessThan()) { cerr << "Operator < failed check\n" return EXIT_FAILURE } if (!testInser...
上传时间: 2016-11-16
上传用户:zhliu007
资源简介:编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <...
上传时间: 2014-06-29
上传用户:sjyy1001
资源简介:51串行令牌格式 a51编译 Read data from serial port and write into buffer DPTR pointed in XRAM if a data frame is received and calculate the check sum if a information frame is received return control byte only
上传时间: 2015-06-14
上传用户:极客
资源简介:This directory contains the Genetic Algorithm Optimization Toolbox for Matlab To use this, if you are local to NCSU and have AFS access to this directory, simply extend the matlab path using the following command. You can also place thi...
上传时间: 2014-01-18
上传用户:songnanhua
资源简介:Imagine that you are a web developer (which is probably not a stretch if you are reading this book) and you are being encouraged to add some Ajax features to a site you’re working on. Maybe the originator of this request is your boss or ...
上传时间: 2013-11-27
上传用户:凤临西北
资源简介:USB接口控制器参考设计,xilinx提供VHDL代码 usb xilinx vhdl ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation;...
上传时间: 2013-10-12
上传用户:windgate
资源简介:USB接口控制器参考设计,xilinx提供VHDL代码 usb xilinx vhdl ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation;...
上传时间: 2013-10-29
上传用户:zhouchang199
资源简介:此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.
上传时间: 2015-04-09
上传用户:love1314
资源简介:This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where y...
上传时间: 2015-05-07
上传用户:comua
资源简介:解决时钟问题,acm竞赛题 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot ...
上传时间: 2015-05-21
上传用户:rishian
资源简介:MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The se...
上传时间: 2015-05-30
上传用户:youke111
资源简介:This build is for developing a "binary-to-BCD" converter for use in // displaying numerals in base-10 so that people can read and interpret the // numbers more readily than they could if the numbers were displayed in // binary or hexadec...
上传时间: 2015-07-07
上传用户:lmeeworm
资源简介:zemax源码: This DLL models an anamorphic aspheric surface. This surface is essentially an even aspheric surface with different terms for the x and y directions. The sag is given by: Z = ((CX*x*x)+(CY*y*y)) / (1 + sqrt(1-((1+KX)*...
上传时间: 2015-07-25
上传用户:lht618
资源简介:Design Specification Introduction Goals and Objectives GameForge is a graphical tool used to aid in the design and creation of video games. It attempts to bring game development down to a level that any computer savvy user can un...
上传时间: 2013-12-27
上传用户:wl9454
资源简介: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...
上传时间: 2015-09-01
上传用户:asdkin
资源简介:From the Publisher Focus on 2D in Direct3D? teaches you all of the tools and tips you ll need to dive right in and begin creating your own games. If you have some knowledge of C or C++ and have been searching for a guide that will take you...
上传时间: 2015-09-01
上传用户:ve3344
资源简介:%CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars) % checks that the upper and lower % bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf % if neces...
上传时间: 2015-10-26
上传用户:caiiicc
资源简介:<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=request("ProductClass_2") set rs=server.createobject("adodb.recordset") sqltext="select * from Product" if request("Product_Name")<>"" then sqlte...
上传时间: 2013-11-25
上传用户:wl9454
资源简介:图像处理,利用bilt 函数 Description: This example shows how to edit (cut,paste,copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the sample if you don t believe me a...
上传时间: 2013-12-18
上传用户:851197153
资源简介:im2dat.m is used to convert images to data which can be plotted using the standard MATLAB functions. This is very handy if you have plots on hardcopy and you want to convert them into data that MATLAB can use. The scanned image can be analy...
上传时间: 2014-12-07
上传用户:gdgzhym
资源简介:JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer Homepage : http://sourceforge.net/project/?group_id=1344 ----------------------------------------------------- To launch jlGui just do...
上传时间: 2016-11-16
上传用户:wpwpwlxwlx
资源简介:Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns that you may never have dr...
上传时间: 2013-11-29
上传用户:PresidentHuang
资源简介:jSearch - turns search Engines into FIND engines - Programming in JAVA Copyright (C) 1999-2009 Hunt Lin This program is free software you can redistribute it and/or modifyit under the terms of the GNU General Public License as publishe...
上传时间: 2017-02-10
上传用户:qoovoop
资源简介:The purpose of this chapter is to bring relative newcomers up to speed in writing, compiling, and packaging servlets and JSPs. If you have never developed a servlet or JSP before, or just need to brush up on the technology to jumpstart your...
上传时间: 2014-01-13
上传用户:541657925
资源简介:Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns that you may never h...
上传时间: 2013-11-29
上传用户:13215175592
资源简介:A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P. One way to visualize a convex hull i...
上传时间: 2013-12-23
上传用户:it男一枚
资源简介:program which uses hashing techniques for storing and retrieving the data. Input to the program: Some random numbers. Input will be from a file. Output: First the program reads all the input and store it properly using some hash techn...
上传时间: 2017-04-27
上传用户:shus521
资源简介:Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers...
上传时间: 2014-01-18
上传用户:yph853211
资源简介:Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two groups: one group including a particular arc and the other excluding this arc. 1.Each splitting incurs a lower bound and we shall traver...
上传时间: 2013-12-29
上传用户:璇珠官人
资源简介:NEC-SIRCS-JAPAN-RC5-SAMSUNG compatible, multiprotocol infrared remote control. Replaces up to 6 existing remote controls into one. With manual learning function, LED display and/or LCD. 2V6-3V2, low power (sleep function) More p...
上传时间: 2017-05-27
上传用户:3到15