搜索结果

找到约 62 项符合 stored 的查询结果

SQL Server 这个存储过程是计算 MD5 值的

这个存储过程是计算 MD5 值的,可以用来进行密码认证加密等。 SQL Server 的扩展存储过程 (Extended Stored Procedure, 简称 XP) 是通过在 MSSQL 数据库注册封装在 .dll 里面的函数实现的, 而这个 .dll 应该按照 M$ 提供的规则, 并且要连接 MSSQL 的库文件。由于 C++ Builder 自带的 MSSQL 库文件 OPENDS60.LIB 比较旧, 本 ...
https://www.eeworm.com/dl/689/163876.html
下载: 108
查看: 1045

人工智能/神经网络 The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take

The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take the values of -1 (off) or +1 (on). The network has stored a certain number of pixel patterns. During a retrieval phase, the network is started with some initial configuration and the network dynamics ...
https://www.eeworm.com/dl/650/165314.html
下载: 144
查看: 1097

电子书籍 A dynamic-link library (DLL) contains one or more subprogram procedures (functions or subroutines)

A dynamic-link library (DLL) contains one or more subprogram procedures (functions or subroutines) that are compiled, linked, and stored separately from the applications using them. Because the functions or subroutines are separate from the applications using them, they can be shared or replaced eas ...
https://www.eeworm.com/dl/cadence/ebook/175149.html
下载: 76
查看: 1047

Java书籍 These files contain all of the code listings in Java: The Complete Reference, J2SE 5 Edition

These files contain all of the code listings in Java: The Complete Reference, J2SE 5 Edition The source code is organized into files by chapter. For example, the file Chap7.code contains the programs shown in Chapter 7. Within each chapter file, the listings are stored in the same order as they ...
https://www.eeworm.com/dl/656/188783.html
下载: 121
查看: 1085

matlab例程 This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co

This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a window ...
https://www.eeworm.com/dl/665/199083.html
下载: 108
查看: 1098

软件设计/软件工程 Web technology is not evolving in comfortable and incremental steps, but i s turbulent, erratic, and

Web technology is not evolving in comfortable and incremental steps, but i s turbulent, erratic, and often rather uncomfortable. It is estimated that the Internet, arguably the most important part of the new technological environment, has expanded by about 2000 % and that is doubling in size every ...
https://www.eeworm.com/dl/684/217863.html
下载: 129
查看: 1052

加密解密 What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss

What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Bin ...
https://www.eeworm.com/dl/519/229032.html
下载: 65
查看: 1082

其他书籍 Techniques for storing and processing data are at the heart of all programs. The term data structure

Techniques for storing and processing data are at the heart of all programs. The term data structure is used to describe the way data is stored, and the term algorithm is used to describe the way data is processed.
https://www.eeworm.com/dl/542/240830.html
下载: 199
查看: 1042

Linux/Unix编程 This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through

This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through a TCP/IP network. The goal was to design a small footprint implementation to allow the code to be integrated into a monitor program stored in a ROM/FLASH, the footprint is about 7 KBytes for the test ...
https://www.eeworm.com/dl/619/248211.html
下载: 70
查看: 1085

数学计算 Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si

Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that arrays in C are stored in // row-major order.
https://www.eeworm.com/dl/641/259304.html
下载: 157
查看: 1056