内容如下: 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