SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。使用SQL的常见关系数据库管理系统有:Oracle、 Sybase、 Microsoft SQL Server、 Access、 Ingres等等。虽然绝大多数的数据库系统使用SQL,但是它们同样有它们自立另外的专有扩展功能用于它们的系统。但是,标准的SQL命令,比如"Select"、 "Insert"、 "Update"、 "Delete"、 "Create"和 "Drop"常常被用于完成绝大多数数据库的操作。
标签: Structured Language Query SQL
上传时间: 2015-10-06
上传用户:nairui21
SQL(Structured Query Language,结构查询语言)是一个功能强大的数据库语言。SQL通常使用于数据库的通讯。ANSI(美国国家标准学会)声称,SQL是关系数据库管理系统的标准语言。SQL语句通常用于完成一些数据库的操作任务,比如在数据库中更新数据,或者从数据库中检索数据。虽然绝大多数的数据库系统使用SQL,但是它们同样有它们自立另外的专有扩展功能用于它们的系统。但是,标准的SQL命令,比如"Select"、 "Insert"、 "Update"、 "Delete"、 "Create"和 "Drop"常常被用于完成绝大多数数据库的操作。
标签: Structured Language Query SQL
上传时间: 2013-12-11
上传用户:qq1604324866
This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design - schematic.pdf - mouse schematic Firmware Source Files src - chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants
标签: combination materials reference creating
上传时间: 2015-10-19
上传用户:784533221
Jode Decompiler.安装方法:点击Eclipse的Help菜单 --> Software Updates --> Find and install...,然后选择:Search for new features to install,在弹出的对话框中点击"New Remote Site..."菜单。填入:Name: Jode DecomopilerURL: http://www.technoetic.com/eclipse/update点击"Finish"。之后可以在Window菜单的Preferences --> Java -->Jode Decompiler中配置插件的信息。
标签: Decompiler Software Eclipse Updates
上传时间: 2015-11-19
上传用户:cuibaigao
编辑的应用 void CMyDlg::OnButton1() // { // TODO: Add your control notification handler code here UpdateData(TRUE) CDlg1 Dlg Dlg.m_Edit2=m_Edit1 //m_Edit1.Undo() CDialog::OnOK() Dlg.DoModal()
标签: notification OnButton1 control handler
上传时间: 2013-12-20
上传用户:asdfasdfd
使用Usb cy7c68013与DSP通信,现在已经能够很正确的传递(上传数据)了。 USB资源: 使用了Ep2,Ep6 Ep2, out auto Ep6, in auto FlagA--- PF3 FlagB--- PF6 FlagC--- PF1 需要 EP2 EMPTY EP6 FULL信号 因此 FlagA--- PF3 --- EP2空 --- 8 h FlagB--- PF6 --- EP6满 --- e h FlagC--- PF1 PINFLAGSAB=0xE8 极性设置: PKTEND,EPEF,EPFF high 其他的低 因此 FIFOPINPOLAR = 0x23 包结束信号接在DSP 的 PF7 上面。 以上结束06.11.28
上传时间: 2015-12-27
上传用户:youke111
[sVer] Ver=V1.1 [chis] 子系统编号 SubSys=mentoro 判断是否要进行升级(0需要,1不需要,永不升级) no_update=0 升级需要下载的程序 注:zip文件可以自动解压到程序目录 其它rar文件不支持自动解压 exe=QQViewer.rar [update] 『服务器』=http://zgc123.go1.icpcn.com/ 『服务器2』=http://freehost26.websamba.com/zhenggc/
上传时间: 2016-01-08
上传用户:开怀常笑
数据库的设计范式是数据库设计所需要满足的规范,满足这些规范的数据库是简洁的、结构明晰的,同时,不会发生插入 (insert)、删除(delete)和更新(update)操作异常。反之则是乱七八糟,不仅给数据库的编程人员制造麻烦,而且面目可憎,可能存储了 大量不需要的冗余信息。 设计范式是不是很难懂呢?非也,大学教材上给我们一堆数学公式我们当然看不懂,也记不住。所以我们很多人就根本不按照范式来设计数据库。 实质上,设计范式用很形象、很简洁的话语就能说清楚,道明白。本文将对范式进行通俗地说明,并以笔者曾经设计的一个简单论坛的数据库为例来讲解怎样将这些范式应用于实际工程。
上传时间: 2014-01-21
上传用户:笨小孩
Codesys的安装 - 1.1 双击安装源目录下的CoDeSys\setup\CoDeSys_v2347.exe.进行安装。 1.2 拷贝目录CoDeSys\update\下的所有文件到安装目录下,覆盖所有文件。 1.3 拷贝安装源目录CoDeSys\configs\下的所有文件到安装目录Targets\下,如果没有该目录,可以新 建一个。 1.4 拷贝library中的所有文件到安装目录中的library中,覆盖所有文件。 1.5 双击安装目录下的InstallTarget.exe,出现一下窗口,进行配置。
标签: CoDeSyssetupCoDeSys_v CoDeSysupdate Codesys 2347
上传时间: 2013-12-30
上传用户:小草123
How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.
标签: the decision clusters Cluster
上传时间: 2013-12-21
上传用户:gxmm