hard ware tool for xp the channel editor for stb managing the channel edit Replace many features include on this software
上传时间: 2013-12-14
上传用户:jeffery
The Application of IEC 61850 to Replace Auxiliary Devices Including Lockout Relays
标签: Application Auxiliary Including Devices
上传时间: 2013-12-04
上传用户:asasasas
This is a program to extract the drum sounds (bass) from a music file. You can Replace the "windycity.wav" file with any other .wav file you want.
标签: the windycit extract program
上传时间: 2017-06-25
上传用户:cc1915
Pascal 7 to Delphi 2005 code conversion or update to Replace pascal unit files Graphics, Keyboard, Mouse commands to equivalent in Delphi 2005
标签: conversion Graphics Keyboard Replace
上传时间: 2014-01-21
上传用户:zjf3110
Replace every element on the diagonal of an array with the sum of the elements on the current column OR row. Labview
标签: the diagonal elements Replace
上传时间: 2017-08-24
上传用户:lps11188
介绍基于VHDL的微型打印机控制器的设计。论述了微型打印机的基本原理,以及实现控制器的VHDL语言设计。打印机的数据来自系统中的存储模块,根据需要控制打印。该微型打印机控制器可取代传统的微型打印机,且抗干扰性好,可靠性高,具有较强的移植性,稍加改动就可应用于不同场合。 Abstract: This paper introduced the design method of micro printer controller based on VHDL.The basic principles of microprinter is explained,as well as the realization of the controller by VHDL language.The printer data is from the system memory modules,can control printer.The design of microprinter controller has antigood and high reliability,it can Replace the traditional printer.The controller has very good portability,and need little modify that can use in different situation.
上传时间: 2013-11-03
上传用户:dudu1210004
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^? mod n = 1 otherwise. You should Replace x and n with specific numbers. Sample Input 2 5 Sample Output 2^? mod 2 = 1 2^4 mod 5 = 1
标签: mod satisfies minimum number
上传时间: 2015-06-02
上传用户:qlpqlq
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, Replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.
标签: connection pool applications program
上传时间: 2013-12-25
上传用户:playboys0
The goal of this project is to explore the idea of point-based radiosity, which is a shooting radiosity technique suggested by Mark Harris at UNC. The primary idea is that features available in graphics hardware can be utilized to perform radiosity calculations. Facilities such as flat shading, diffuse lighting, projective textures, and mipmapping can be used to Replace traditional numerical solutions for radiosity.
标签: point-based radiosity shooting explore
上传时间: 2015-08-24
上传用户:change0329
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or Replace() records in our containers changes can be automatically committed to the database for you. The library s compliance with the STL iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database.
标签: recordsets container library ODBC
上传时间: 2015-10-11
上传用户:xlcky