搜索结果

找到约 68 项符合 having 的查询结果

通讯编程文档 Welcome to Beginning Algorithms, a step-by-step introduction to computing algorithms for the real wo

Welcome to Beginning Algorithms, a step-by-step introduction to computing algorithms for the real world. Developers use algorithms and data structures every day of their working lives. Having a good understanding of these algorithms and knowledge of when to apply them is essential to producing softw ...
https://www.eeworm.com/dl/646/293466.html
下载: 92
查看: 1164

数值算法/人工智能 I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma

I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200 ...
https://www.eeworm.com/dl/518/296419.html
下载: 122
查看: 1069

matlab例程 JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the p

JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the purpose of analyzing data. It consists of four hundred m-files spanning thirty thousand lines of code. JLAB includes functions ranging in complexity from one-line aliases to high-level algorithms for c ...
https://www.eeworm.com/dl/665/305575.html
下载: 73
查看: 1142

matlab例程 MS-Clustering is designed to rapidly cluster large MS/MS datasets. The program merges similar spectr

MS-Clustering is designed to rapidly cluster large MS/MS datasets. The program merges similar spectra (having similar m/z values ?within a given tolerance), and creates a single consensus spectrum as a representative. The input formats accepted are: dta, mgf, mzXML. The output format is mgf.
https://www.eeworm.com/dl/665/338766.html
下载: 95
查看: 1057

JavaScript mastering dojo The book really rolls out the red carpet for Dojo to emerge with guns blazing! Th

mastering dojo The book really rolls out the red carpet for Dojo to emerge with guns blazing! The authors show you how easy it is to use impressive widgets without installing a thing. I was amazed to discover that JavaScript is not just a toy language, how Dojo is built on top of it, and how both a ...
https://www.eeworm.com/dl/685/341686.html
下载: 166
查看: 1024

加密解密 The Cryptography API: Next Generation(CNG) is a new and agile framework in Windows Vista, which impl

The Cryptography API: Next Generation(CNG) is a new and agile framework in Windows Vista, which implements an extensible provider model that allows you to load a provider by specifying the required cryptographic algorithm rather than having to hardcode a specific provider.
https://www.eeworm.com/dl/519/347325.html
下载: 40
查看: 1060

Java编程 Whenever there is an application to write, breaking it up to small pieces is a great idea. The small

Whenever there is an application to write, breaking it up to small pieces is a great idea. The smallest piece of any application would probably be a data object, or a simple Bean in Java. Java Beans are simple Java classes that have a distinctive look and behavior. Their simplest purpose is to conta ...
https://www.eeworm.com/dl/633/363357.html
下载: 53
查看: 1049

其他数据库 实现:SELECT [ALL|DISTINCT] <属性表达式>[

实现:SELECT [ALL|DISTINCT] <属性表达式>[,<属性表达式>…] FROM <表名或视图名>[,<表名或视图名>…] [WHERE <条件>] [GROUP BY <属性1>[HAVING<条件>]] [ORDER BY <属性2> [ASC|DEC]
https://www.eeworm.com/dl/645/372144.html
下载: 174
查看: 1082

Linux/Unix编程 mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utilit

mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utility written by Werner Almesberger (who graciously gave me some pointers when I asked for some advice about writing this code), and also to avoid me having to boot DOS just to create data partitions (I use ...
https://www.eeworm.com/dl/619/410190.html
下载: 165
查看: 1051

matlab例程 Using the idea from Seam Carving for Content-Aware Image Resizing, the codes enables a selected im

Using the idea from Seam Carving for Content-Aware Image Resizing, the codes enables a selected image to resize without having distortion of important object in the image file.
https://www.eeworm.com/dl/665/417657.html
下载: 178
查看: 1055