內容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database example statements include select, update, insert, and delete 3.SQL Schema Statements--those used to create database objects, such as tables, indexes, and constraints 4.How data sets can interact with queries 5.The importance of subqueries 6.Data conversion and manipulation via SQL s built-in functions 7.How conditional logic can be used in Data Statements
標簽: computerized Statements database history
上傳時間: 2015-04-25
上傳用戶:ardager
自動升級,實現pb自動升級,程序名稱: 自動升級系統 版本: 1.1 開發者: 李建忠(ljz6600@126.com) 程序文件: update.exe 功能: 實現升級一臺機子上的程序,所有其它機子的程序自動升級. 開發工具: PB6.5 (也適用于PB7、PB8、PB9、PB10) 運行環境: 基于數據庫(SQL2000測試通過,其它如Oracle,MySQL,Sybase應該沒問題) 特點: 1.支持多個模塊,支持一個模塊多個文件. 2.文件位置可不為當前目錄. 3.可自動壓縮文件,然后上傳,提高上傳與下載速度. 4.update.exe可自動升級(注:僅隨新系統升級時升級!!!) 使用說明: 1.先創建表,見Table.txt 2.工程所包含的文件,可在uo_updown.uf_check()中定義. (參看原有的!) 3.創建工程時, 請不要把update.pbl生成PBD,這樣保證在同一目錄,可以多個 工程能正確自動升級. 歡迎您提出寶貴意見. ljz6600(ljz6600@126.com) 2004.11.25
標簽: 自動升級
上傳時間: 2013-12-10
上傳用戶:www240697738
大名鼎鼎的路由器源碼。程序分ZEBRA、OSPF\RIP\等3個包。程序框架采用一個路由協議一個進程的方式,提高效率。ZEBRA目錄下為守護程序部分、VTYSH目錄下為仿CISCO外殼程序、LIB目錄下為公共調用。
上傳時間: 2015-04-26
上傳用戶:壞壞的華仔
VSM model 熟悉通過RTL8019AS來訪問網絡,但使用時需要將Model.Lib文件分別放到相應的目錄下!
上傳時間: 2014-08-30
上傳用戶:秦莞爾w
這個無限位計算器,N!及N的平方了。本來是打算用堆棧去實現的,突然發現了BigDecimal這個好東東~~于是乎~~堆棧在偶的計算器里退休了。。。 這個是在JDK 5.0 Update 3下用 NetBeans 4.1寫的,我試過了兩個1.4.2版本的,總說找不到MAIN()方法,對NetBeans打的包。。偶有置疑。。。所以拆開來。。。*.calss + 一個批處理+*.java打成了個壓縮包傳了上來~~
標簽: 計算器
上傳時間: 2015-05-03
上傳用戶:rishian
DES,MD5,ZLIB算法源代碼 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp Des.h Infblock.cpp Infblock.h Infcodes.cpp Infcodes.h Inffast.cpp Inffast.h Inffixed.h Inflate.cpp Inftrees.cpp Inftrees.h Infutil.cpp Infutil.h md5.cpp md5.h ReadMe.txt StdAfx.cpp StdAfx.h String.cpp Trees.cpp Zlib.h Zutil.cpp Zutil.h
上傳時間: 2014-11-23
上傳用戶:bibirnovis
這是一個在linux環境下,模擬windows環境下的一個任務管理器,使用了JNI和linux的proc系統文件 運行方式,在interface文件夾下,打以下命令: $.../interface: export LD_LIBRARY=./lib $.../interface: java -jar taskforce...jar
上傳時間: 2014-01-20
上傳用戶:LIKE
java實現的遺傳算法, 他的設計需要最小集合的支持, 并且在這個基礎上實現更復雜的遺傳算法! 目錄結構如下: jgap_2.5_src.zip\srcjgap_2.5_src.zip\lib jgap_2.5_src.zip\examples jgap_2.5_src.zip\tests 還有相應的幫助
上傳時間: 2013-12-17
上傳用戶:royzhangsz
個人收藏的14篇有關KEIL C51語言編程的使用要點。 目錄: C51變量或數據類型 C51 怎樣將1個子程序段定位在1個固定的地址位置 C51存儲模式 C語言下的單片機軟件抗干擾實現的基本技巧之一---------對絕對地址的訪問 DOS界面的KEIL C編譯器的使用方法(^_^) keil51開發系統概述 Keil C51函數(不僅僅是函數,呵呵) Keil C51擴展關鍵字 Keil C51軟件包中的通用文件 Keil C51指針 程序結構----KEIL C51的Bin、Inc、Lib三個子文件夾介紹 絕對地址訪問------C與匯編的接口----- C51軟件包中的通用文件----- 段名轉換與程序優化 內存區域(Memory Areas)的定義--關鍵字 一個絕對地址使用的編程例子
上傳時間: 2015-05-14
上傳用戶:yt1993410
The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.
標簽: least-squares unconstrained Statisti Applied
上傳時間: 2015-05-14
上傳用戶:aig85