select
共 280 篇文章
select 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 280 篇文章,持续更新中。
所有算法 java原代碼(如bubble,select ,quick,heap...sort)
所有算法 java原代碼(如bubble,select ,quick,heap...sort)
oracle中常用函数说明. SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,
oracle中常用函数说明.
SQL中的单记录函数
1.ASCII
返回与指定的字符对应的十进制数
SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual
A A ZERO SPACE
--------- --------- --------- ----
在若干个比较大的数字中找到k 个最大的数字----K_select算法的实现与应用例子
在若干个比较大的数字中找到k 个最大的数字----K_select算法的实现与应用例子,
人力资源管理实例程序源代码
<p>if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_工资发放历史表_职员基本信息表]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1)<br />
ALTER TABLE [dbo].[工资发放历史表] DROP CONSTRAINT FK_工资发放历史表
Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware
Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的)
AR6K SDIO support. Requires firmware 1.1 on SD13 cards.
readme:
Atheros Communications
AR6001 WLAN Driver for SDIO installation Read
Using LabVIEW to control Tektronix AWG2021 via GPIB. This program can select output waveform, freque
Using LabVIEW to control Tektronix AWG2021 via GPIB. This program can select output waveform, frequency and amplitude.
AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Em
AR6001 WLAN Driver for SDIO installation Read Me
March 26,2007
(based on k14 fw1.1)
Windows CE Embedded CE 6.0 driver installation.
1. Unzip the installation file onto your system (called installa
SKIN INSTALLATION Blue Skin Analyzer in Php-MYSQL 1. Upload folder from zip on your server int
SKIN INSTALLATION
Blue Skin Analyzer in Php-MYSQL
1. Upload folder from zip on your server into the folder "style" of
ActualAnalyzer.
2. Point your browser to your domain to file "admin.php"
最简单实现的一个数据库
最简单实现的一个数据库,支持select,insert,update,delete等操作,可以用来研究数据库
SKIN INSTALLATION Grey Skin Analyzer--PHP-MYSQL 1. Upload folder from zip on your server into
SKIN INSTALLATION
Grey Skin Analyzer--PHP-MYSQL
1. Upload folder from zip on your server into the folder "style" of
ActualAnalyzer.
2. Point your browser to your domain to file "admin.php" a
select programe, 1 raw socket2 udp socket.
select programe, 1 raw socket2 udp socket.
图书馆管理系统源代码
<p>if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[图书丢失_图书编号_fk]\') and OBJECTPROPERTY(id, N\'IsForeignKey\') = 1)<br />
ALTER TABLE [dbo].[图书丢失] DROP CONSTRAINT 图书丢失_图书编号_fk<b
单片机电子表原理图和程序代码 (PCB电路)
<P>单片机电子表原理图和C语言程序代码: select 成绩表.学号,学生信息.姓名,学生信息.学院专业 ,sum(成绩表.分数) 总分 ,avg(成绩表.分数) 平均分 from 成绩表,学生信息 where 学生信息.学号=成绩表.学号 group by 成绩表.学号,学生信息.姓名 ,成绩表.分数,学生信息.学院专业<BR>select 学生信息.学院专业 ,sum(成绩表.分
酒店管理系统源代码
<p>if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[FK_帐单明细_入住单]\') and OBJECTPROPERTY(id, N\'IsForeignKey\') = 1)<br />
ALTER TABLE [dbo].[帐单明细] DROP CONSTRAINT FK_帐单明细_入住单<br
用C#实现的连接数据库,然后可以些SELECT语句来实现查询!
用C#实现的连接数据库,然后可以些SELECT语句来实现查询!
极易使用的SQL数据库操作控件 Ver 1.0 一个很容易使用的SQL服务器操作控件
极易使用的SQL数据库操作控件 Ver 1.0
一个很容易使用的SQL服务器操作控件,体积小巧,方便使用,摆脱你挣扎在大堆代码中的苦恼,操作SQL数据库仅需要几句代码,易如反掌,主要功能有:
1. 很方便的登录到 SQL 服务器,支持SQL7.0 2000更高版本
2. 备份,修复和还原数据库操作
3. 任意添加和删除数据库操作
4. 任意控制SQL服务器操作 (如启动,停止,暂停和
Defines and Computes the Differentiation Kernel, the kernel of the inverse heat conduction problem a
Defines and Computes the Differentiation Kernel, the kernel of the inverse heat conduction problem as a function of s and r. Note: you will need to select some value Nmax at which to terminate the in
1. It is located in the root directory - SecurityBuilderDemo.exe. Leave password box blank and click
1. It is located in the root directory - SecurityBuilderDemo.exe. Leave password box blank and click on Security button
in order to Add/Remove users and set user rights. Once you entered Security di
=== === === === === === === === === 项目:图书管理系统V2.0 作者:覃武权 主页:http://cpucool.512j.com 邮箱:cooltoend
=== === === === === === === === ===
项目:图书管理系统V2.0
作者:覃武权
主页:http://cpucool.512j.com
邮箱:cooltoend@126.com
最后更新:2004-12-09
===================================================
*/
[功能简介]
一、用户功能
BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:oot.ini ) --删除文件Select dbo.FileDelete(
BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\boot.ini )
--删除文件Select dbo.FileDelete( C:\X.txt )
--服务状态Select dbo.ServerStat( awhost32 ,1)
--建立目录Select dbo.MKDIR( C:\Test\test ,1)
-