UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
標簽: implementation Extensions libraries standard
上傳時間: 2013-12-14
上傳用戶:leehom61
所有的設計模式都有一些常用的特性:一個標識(a name),一個問題陳述(a problem statement)和一個解決方案(a solution)。 1、一個設計模式的標識是重要的,因為它會讓其他的程序員不用進行太深入的學習就能立刻理解你的代碼的目的(至少通過這個標識程序員會很熟悉這個模式)。? 2、問題描述是用來說明這個模式的應用的領域。? 3、解決方案描述了這個模型的執行。一個好的設計模式的論述應該覆蓋使用這個模型的優點和缺點。?
上傳時間: 2013-12-16
上傳用戶:hfmm633
java 通用連接 MS SQL 的寫法 ,給新手用吧 DBconnect DBC DBC = new DBconnect() java.sql.statement stmt = null if (DBC.connectDB()) {
上傳時間: 2013-12-28
上傳用戶:gmh1314
RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
標簽: functionality provide written employ
上傳時間: 2016-08-24
上傳用戶:小眼睛LSL
IEEE 802.16Conformance01-2003 IEEE Standard for Conformance to IEEE 802.16 Part 1: Protocol Implementation Conformance statement (PICS) Proforma for 10-66 GHz WirelessMAN-SC Air Interface
標簽: Conformance IEEE 802.16 Standard
上傳時間: 2016-10-02
上傳用戶:sardinescn
//JDBC驅動器名稱(JDBC-ODBC橋) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //數據庫的URL地址 private String strUrl = "jdbc:odbc:atm1" //指定要訪問的數據庫名稱 private String strDBName = "atm1" //數據庫用戶名稱 private String strUserName = "testUser" //數據庫用戶密碼 private String strPassWord = "12345" //數據庫連接對象,初始化為空 private Connection conTemp = null //連接的容器對象,初始化為空 private statement stmtTemp = null //結果集對象,初始化為空 private ResultSet rsTemp = null //操作記錄行數 private int intOperateNum
標簽: JdbcOdbcDriver strDBDriver JDBC-ODBC private
上傳時間: 2017-02-08
上傳用戶:songrui
public class DBClass { private String driver private String url private String username private String password private Connection connection private statement statement private String message="" }
標簽: private String DBClass public
上傳時間: 2017-05-23
上傳用戶:c12228
Performance analysis belongs to the domain of applied mathematics. The major domain of application in this book concerns telecommunications sys- tems and networks. We will mainly use stochastic analysis and probability theory to address problems in the performance evaluation of telecommuni- cations systems and networks. The first chapter will provide a motivation and a statement of several problems.
標簽: Communications Performance Analysis Networks of
上傳時間: 2020-05-31
上傳用戶:shancjb
As a student I did my best to avoid text books – a strange statement for a Professor to make and one that I should clarify before you put this book down; I did my best to avoid text books that did not help me.
標簽: Microdevices Ceramic Thick Films MEMS for and
上傳時間: 2020-06-06
上傳用戶:shancjb