搜索结果

找到约 96 项符合 CLOSE 的查询结果

通讯编程文档 pl/sql的综合运用上例用到的oracle里关于游标的几个内置函数:%isopen,%notfound,%rowcount。 隐式游标更多用在for loop中

pl/sql的综合运用上例用到的oracle里关于游标的几个内置函数:%isopen,%notfound,%rowcount。 隐式游标更多用在for loop中,你不用再手工去open,fetch或是close游标,非常方便
https://www.eeworm.com/dl/646/349431.html
下载: 111
查看: 1165

Delphi控件源码 Permits to negotiate of simple form (without code) some of the most utilized combinations of keys i

Permits to negotiate of simple form (without code) some of the most utilized combinations of keys in the forms. It suffices with freeing the component on the form and to activate the properties desired segun the behavior that want. * ENTER to change of field. * ESC to close the form * to ...
https://www.eeworm.com/dl/666/429013.html
下载: 50
查看: 1094

VHDL/FPGA/Verilog This short paper will give you some VHDL code examples that will help you design synchronous circuit

This short paper will give you some VHDL code examples that will help you design synchronous circuits that work first time.The philosophy behind Ten-Commandment code is that synthesizers are not to be trusted too much. Most of the code you will see is close to the structural level some more overtly ...
https://www.eeworm.com/dl/663/481914.html
下载: 42
查看: 1086

其他 This script was designed as a stand alone script which can be easily intergrate into any existing we

This script was designed as a stand alone script which can be easily intergrate into any existing website as it is,but if you want to intergrate it into a site which uses a content management format, then some alterations will have to be done for it to work properly. Remember this is a project and I ...
https://www.eeworm.com/dl/534/227693.html
下载: 199
查看: 1109

SQL Server 用C编写的短小精悍的数据库

用C编写的短小精悍的数据库,既有运行码,又有源代码,支持APPEND,DELETE,SAVE,LOAD,INSERT,SHOW,FIND,SORT,CLOSE,MODIFY,QUIT,HELP等命令,对于想学习如何用C实现数据库sql语句编程的同仁很有帮助。
https://www.eeworm.com/dl/689/365719.html
下载: 56
查看: 1053

单片机开发 单片机操作MMC/SD卡读写fat12/16/32文件系统的程序

单片机操作MMC/SD卡读写fat12/16/32文件系统的程序,外国网站找到的,支持文件open,read write mkdir close 等,基本pc文件功能都支持,专门针对8位mcu,方便移植到各种单片机系统,占用资源很少
https://www.eeworm.com/dl/648/275180.html
下载: 61
查看: 1086

数值算法/人工智能 The last step in training phase is refinement of the clusters found above. Although DynamicClusteri

The last step in training phase is refinement of the clusters found above. Although DynamicClustering counters all the basic k-means disadvantages, setting the intra-cluster similarity r may require experimentation. Also, a cluster may have a lot in common with another, i.e., sequences assigned to i ...
https://www.eeworm.com/dl/518/311020.html
下载: 116
查看: 1046

其他书籍 无密码

无密码,按CLOSE就可。 本书重点介绍MATLAB中功能非常强大的动态系统住址工具Simulink。本书对如何使用Simulink做了极为详细的介绍、内容包括;建模与住址入门,模型创建,运行仿真,住址结果分析,住址模块库及模块,模型和模块参数说明,系统函数编写与使用等。 ...
https://www.eeworm.com/dl/542/165929.html
下载: 121
查看: 1045

GPS编程 The idea behind differential GPS is to remove as much errors as possible from the range measurements

The idea behind differential GPS is to remove as much errors as possible from the range measurements by establishing these errors at a reference site. In its most simple setup, a GPS receiver is located at a well surveyed position and its (pseudo) range measurements are compared with the actual calc ...
https://www.eeworm.com/dl/693/365351.html
下载: 54
查看: 1131

Linux/Unix编程 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows

看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} ...
https://www.eeworm.com/dl/619/315552.html
下载: 67
查看: 1120