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