搜索结果
找到约 96 项符合
CLOSE 的查询结果
按分类筛选
- 全部分类
- 技术资料 (20)
- Linux/Unix编程 (6)
- 其他 (4)
- 单片机开发 (4)
- 电源技术 (3)
- 其他书籍 (3)
- Java编程 (3)
- Delphi控件源码 (3)
- 源码 (2)
- 书籍 (2)
- 单片机编程 (2)
- 操作系统开发 (2)
- 书籍源码 (2)
- 文章/文档 (2)
- VHDL/FPGA/Verilog (2)
- VC书籍 (2)
- GPS编程 (2)
- 论文 (1)
- 笔记 (1)
- 接口技术 (1)
- Windows编程 (1)
- 数值算法/人工智能 (1)
- 通讯/手机编程 (1)
- 嵌入式综合 (1)
- 工控技术 (1)
- 模拟电子 (1)
- allegro (1)
- 可编程逻辑 (1)
- 游戏 (1)
- 磁盘编程 (1)
- SCSI/ASPI (1)
- *行业应用 (1)
- 数学计算 (1)
- 技术管理 (1)
- USB编程 (1)
- 汇编语言 (1)
- 其他数据库 (1)
- 通讯编程文档 (1)
- 嵌入式Linux (1)
- Java书籍 (1)
- Delphi/CppBuilder (1)
- matlab例程 (1)
- Windows CE (1)
- Oracle数据库 (1)
- JavaScript (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- 并行计算 (1)
- Jsp/Servlet (1)
通讯编程文档 pl/sql的综合运用上例用到的oracle里关于游标的几个内置函数:%isopen,%notfound,%rowcount。 隐式游标更多用在for loop中
pl/sql的综合运用上例用到的oracle里关于游标的几个内置函数:%isopen,%notfound,%rowcount。
隐式游标更多用在for loop中,你不用再手工去open,fetch或是close游标,非常方便
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 ...
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 ...
其他 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 ...
SQL Server 用C编写的短小精悍的数据库
用C编写的短小精悍的数据库,既有运行码,又有源代码,支持APPEND,DELETE,SAVE,LOAD,INSERT,SHOW,FIND,SORT,CLOSE,MODIFY,QUIT,HELP等命令,对于想学习如何用C实现数据库sql语句编程的同仁很有帮助。
单片机开发 单片机操作MMC/SD卡读写fat12/16/32文件系统的程序
单片机操作MMC/SD卡读写fat12/16/32文件系统的程序,外国网站找到的,支持文件open,read write mkdir close 等,基本pc文件功能都支持,专门针对8位mcu,方便移植到各种单片机系统,占用资源很少
数值算法/人工智能 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 ...
其他书籍 无密码
无密码,按CLOSE就可。
本书重点介绍MATLAB中功能非常强大的动态系统住址工具Simulink。本书对如何使用Simulink做了极为详细的介绍、内容包括;建模与住址入门,模型创建,运行仿真,住址结果分析,住址模块库及模块,模型和模块参数说明,系统函数编写与使用等。 ...
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 ...
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 {} ...