代码搜索:Programs

找到约 10,000 项符合「Programs」的源代码

代码结果 10,000
www.eeworm.com/read/309132/13681312

txt license.txt

The MathWorks, Inc. Software License Booklet IMPORTANT NOTICE Read the terms and conditions of your License Agreement carefully. The License Agreement together with any applicable Addendum
www.eeworm.com/read/308794/13691769

c fdctref.c

/* fdctref.c, forward discrete cosine transform, double precision */ /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ /* * Disclaimer of Warranty * * These
www.eeworm.com/read/308794/13691815

h mpeg2dec.h

/* mpeg2dec.h, MPEG specific defines */ /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ /* * Disclaimer of Warranty * * These
www.eeworm.com/read/303905/13806663

txt readme.txt

README.txt file: Source code directory for "A Practical Introduction to Data Structures and Algorithms, 2nd Edition" by Clifford A. Shaffer This directory contains a series of programs based on
www.eeworm.com/read/302236/13838505

txt ado helper 2.txt

ADO Helper 2.0 now includes example projects to demonstrate the working of ADO. This will help to directly use the codes in application. Example projects include: Demonstrates how to use Cross Tab, Ho
www.eeworm.com/read/300891/13883362

readme

Programs to prepare simple synthetics to test algorithms
www.eeworm.com/read/151092/5686419

java noorderhistoryexception.java

// NoOrderHistoryException.java // NoOrderHistoryException indicates that a Customer does not // have an Order history. package com.deitel.advjhtp1.bookstore.exceptions; public class NoOrderHist
www.eeworm.com/read/151092/5686420

java productnotfoundexception.java

// ProductNotFoundException.java // ProductNotFoundException indicates that a Product with a // particular ISBN could not be found. package com.deitel.advjhtp1.bookstore.exceptions; public clas
www.eeworm.com/read/151092/5686426

java xmlgenerator.java

// XMLGenerator.java // XMLGenerator is an interface for classes that can generate // XML Elements. The XML element returned by method getXML // should contain Elements for each public property. p
www.eeworm.com/read/151092/5686490

java weatherservice.java

// WeatherService.java // WeatherService interface declares a method for obtaining // wether information. package com.deitel.advjhtp1.rmi.weather; // Java core packages import java.rmi.*; impo