内容如下: 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
资源简介:内容如下: 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 Statement...
上传时间: 2015-04-25
上传用户:ardager
资源简介:设计文档基本内容如下: 1) 整体框架 2) 词法分析 Class CTokenizer Class CScaner C关键字表 标识符词法 3) 语法分析 Class CParser Grammar 基本树形结构 支持的语句及运算 4) 建立符号表 Class LineListRec Class BucketListRec...
上传时间: 2014-01-11
上传用户:qiaoyue
资源简介:本软件的功能如下: 1.公司员工工资信息输入查找 2.工资计算 3.工资汇总 4.工资打印报表 5.到处数据
上传时间: 2015-01-13
上传用户:Amygdala
资源简介:仿真步骤如下: 1、把3个帖子的内容分别保存为51t9py.c,51t9py_indexa.h,5py_mb.h,放在同一目录下,将51t9py.c加入工程编译 2、由于Keil的模拟串口是单字节显示,汉字显示为乱码,所以要加挂RICHWIN或RichView这种会重新刷新显示的中文平台,或手工刷新屏幕...
上传时间: 2013-12-15
上传用户:sk5201314
资源简介:These instructions assume that the 1.4 versions of the java and appletviewer commands are in your path. If they aren t, then you should either specify the complete path to the commands or update your PATH environment variable as describe...
上传时间: 2015-06-01
上传用户:3到15
资源简介:K&R s saying with the history of C language. worth reading
上传时间: 2015-07-06
上传用户:asddsd
资源简介:Coriander is a GUI for controlling a Digital Camera (in the sense of the IIDC specs issued by the 1394 Trade Association [1]). Due to the properties of the IEEE1394 protocol, Coriander can control an IEEE1394 camera without interferring ...
上传时间: 2015-08-07
上传用户:TF2015
资源简介:1. How the termination of the current process?
上传时间: 2013-12-16
上传用户:sssl
资源简介:/* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTE...
上传时间: 2015-08-20
上传用户:zhangliming420
资源简介:In this edition, the majority of the book is dedicated to covering the Winsock API. Chapter 1 starts with an introduction to Winsock and is specifically geared for the beginning Winsock programmer. This chapter covers all the basics and int...
上传时间: 2015-09-08
上传用户:ommshaggar
资源简介:Analysis and Designwith UML:Benefits of Visual Modeling history of the UML Visual Modeling with UML The Rational Iterative Development Proce
上传时间: 2015-09-21
上传用户:aig85
资源简介:CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input signal. Array x, in first step, is the input signal produced by programme, in next step, is the input signal get from A/...
上传时间: 2013-12-21
上传用户:leixinzhuo
资源简介:cvs is a version control system. Using it, you can record the history of your source files.
上传时间: 2014-01-09
上传用户:Breathe0125
资源简介:一个不错的关于手机模块程序This page contains everything that has changed in the history of DC++. Read this to find out about features that are poorly or not documented at all. You ll also find all the people that have contributed code to DC...
上传时间: 2016-05-11
上传用户:蠢蠢66
资源简介:After an introduction to the history of mobile communications, this guide considers the basics of mobile radio, the design of cellular and private radio systems, and issues of interworking with the fixed network. It then looks at the role o...
上传时间: 2016-06-24
上传用户:nanshan
资源简介:Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" database: "xzxq". I made the changes: 1, stations and customer-service once every...
上传时间: 2016-06-27
上传用户:xsnjzljj
资源简介:The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods....
上传时间: 2016-11-07
上传用户:秦莞尔w
资源简介:For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. h...
上传时间: 2015-05-05
上传用户:1159797854
资源简介:主要功能如下:1、不用注册也可以发言,注册的话保留用户名;2、可以设置多个管理员;3、两种留言显示方式:留言本式和讨论区式,并可进行固定设置;4、管理员可以删除、固顶、锁定、提前和反向操作留言;5、留言可选心情图标;6、发帖人IP记录,管理员可查看...
上传时间: 2015-05-23
上传用户:yepeng139
资源简介:工程计算MATLAB code to calculate the reorthogonalized sine tapers input: N = the length of the time series data to be tapered p = the number of tapers requested I = the gap structure a vector of length N I(t) = 1 if there is dat...
上传时间: 2013-12-17
上传用户:wangyi39
资源简介:数据抽象(使用类和对象设计回应程序) 实验内容描述: 1. 测试程序 假设类名为Welcome,测试程序如下: void main() { Welcome we Welcome you(we) you.Display() you.Set(“Thank you.”) cout<<you.Get()<<endl you.talk() ...
上传时间: 2015-08-27
上传用户:ommshaggar
资源简介:MemoryMonitor demonstrates the use of the java.lang.management API in observing the memory usage of all memory pools consumed by the application. This simple demo program queries the memory usage of each memory pool and plots the mem...
上传时间: 2015-12-04
上传用户:bcjtao
资源简介:主要功能如下:1、不用注册也可以发言,注册的话保留用户名;2、可以设置多个管理员;3、两种留言显示方式:留言本式和讨论区式,并可进行固定设置;4、管理员可以删除、固顶、锁定、提前和反向操作留言;5、留言可选心情图标;6、发帖人IP记录,管理员可查看...
上传时间: 2013-12-28
上传用户:zuozuo1215
资源简介:out< "please input the number of the nodes"<<endl cin>>nodesNum cout<<"please input the graph"<<endl for( i = 1 i<=nodesNum i++) for( j = 1 j <= nodesNum j++) cin>>graph[i][j] */
上传时间: 2013-11-29
上传用户:libinxny
资源简介:This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisatio...
上传时间: 2014-01-08
上传用户:cuibaigao
资源简介:一个职工信息管理系统。 系统功能如下: 1,创建存储该单位职工信息的存储系统,在第一次输入基本信息时,创建文件将职工信息写入文件。 2,增加职工信息,增加新职工时输入新职工的基本信息并加入文件。 3,删除某职工的基本信息,同时修改文件中相...
上传时间: 2013-11-30
上传用户:woshini123456
资源简介:Produce Java classes to calculate and display the Poisson probability when input the value of the average (A) arrival rate of customers at some business in the range of 1 to 10. The error message will output when A is out of the range。
上传时间: 2014-01-10
上传用户:moerwang
资源简介:Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, with no Fr...
上传时间: 2016-11-30
上传用户:lxm
资源简介:Instead of finding the longest common subsequence, let us try to determine the length of the LCS. 􀂄 Then tracking back to find the LCS. 􀂄 Consider a1a2…am and b1b2…bn. 􀂄 Case 1: am=bn. The LCS must contain am,...
上传时间: 2013-12-17
上传用户:evil
资源简介:David Vernon is the Coordinator of the European Network for the Advancement of Artificial Cognitive Systems and he is a Visiting Professor of Cognitive Systems at the University of Genoa. He is also a member of the management team of the Ro...
上传时间: 2014-01-08
上传用户:netwolf