This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This is consist of 2 classes. CDyndb : This Class manages connections and recordsets. Recordsets are organized as linked list (CList) and you can access them using their ids. CDynRec : This class is the node to populate for each recordsets. ADO封裝器類 這篇文章一部分基于Bob Place的《ADO is AOK》 (簡單的ADO指導) 。 包裹的用法 由2個類組成。 類CDyndb: 這個類別管理連接和記錄集。記錄集是連接起來的記錄的集合,你可以通過他們的ID訪問他們。 類CDynRec: 這個類別存放記錄集的代碼。
上傳時間: 2013-12-14
上傳用戶:wfl_yy
Atheon is a portable Server/Client program designed for easy incorporation into just about any game engine. Atheon是一個可移植的服務器/客戶端程序,設計為可以方便地集成到任何游戲引擎中。 來源: http://sourceforge.net/projects/atheon/
標簽: incorporation designed portable program
上傳時間: 2014-11-26
上傳用戶:541657925
sheerdns is a master DNS server whose zone records are stored on a One-Record-Per-File bases. Because of this, it is the simplest of any DNS to configure, the easiest to update, and the most efficient for networks that experience a lot of updates (for example master servers for dynamic IP address ranges). You never have to restart it; any updates are available immediately without having to notify the sheerdns process. 來源: http://freshmeat.net/projects/sheerdns/?topic_id=149 sheerdns是一個主DNS服務器,它的域記錄保存在一個One-Record-Per-File(每文件一個記錄)的庫中。因此,它是最簡單的DNS配制,最容易更新,對于有大量更新的網絡(如動態IP地址范圍的主服務器)來說它是最高效的。你不必重新啟動它,任何更新不用通知對應DNS進程就可以立即生效。
標簽: One-Record-Per-File sheerdns records Becaus
上傳時間: 2015-01-10
上傳用戶:wyc199288
CHM decompiler is a program that converts the internal files of CHM files back into the HHP, HHC, and HHK, etc. used to compile the documentation. CHM decompiler是一個把CHM 文件的內部文件轉換成 HHP, HHC,和HHK等的程序。它用于編譯文件。
標簽: files decompiler CHM the
上傳時間: 2015-01-10
上傳用戶:myworkpost
This a wonderful reference on the In s and Out s of using Global JavaScript Variables within Brio Intelligence BQY s. 這是一個關于 Brio Intelligence BQY中使用全局 JavaScript 變量進行輸入輸出的好參考
標簽: JavaScript wonderful reference Variables
上傳時間: 2013-12-20
上傳用戶:thuyenvinh
Generating next numbers in SQLServer should not be a problem. But problems arise when a customer asks for different types of next numbers that you cannot generate directly from SQL Server. This brief article describes how you would tackle this problem in different scenarios.
標簽: Generating SQLServer customer problems
上傳時間: 2015-01-11
上傳用戶:as275944189
項目描述: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include
標簽: zero-configuration self-contained implements embeddable
上傳時間: 2013-11-26
上傳用戶:啊颯颯大師的
a Java program that reads a file containing instructions written in self-defined file (TPL in this case), and executes those instructions. This program should take the name of the TPL file as a command line parameter, and write its output to the console.
標簽: file instructions self-defined containing
上傳時間: 2015-01-11
上傳用戶:曹云鵬
Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support for testing and debugging grammars without generating source code. It supports LL(k) grammars with an unlimited number of look-ahead tokens.
標簽: compiler Grammatica generator improves
上傳時間: 2015-01-11
上傳用戶:stella2015
二: 普通計算器的設計說明: 1 普通計算器的主要功能(普通計算與逆波蘭計算): 1.1主要功能: 包括 a普通加減乘除運算及帶括號的運算 b各類三角與反三角運算(可實現角度與弧度的切換) c邏輯運算, d階乘與分解質因數等 e各種復雜物理常數的記憶功能 f對運算過程的中間變量及上一次運算結果的儲存. G 定積分計算器(只要輸入表達式以及上下限就能將積分結果輸出) H 可編程計算器(只要輸入帶變量的表達式后,再輸入相應的變量的值就能得到相應的結果) I 二進制及八進制的計算器 j十六進制轉化為十進制的功能。 *k (附帶各種進制間的轉化器)。 L幫助與階乘等附屬功能
上傳時間: 2013-11-26
上傳用戶:yzy6007