實現ADO連接SQL SERVER 2000數據庫,并將表顯示在LIST中。可以添加、刪除、修改表信息。
上傳時間: 2016-11-29
上傳用戶:妄想演繹師
state of art language modeling methods: An Empirical Study of Smoothing Techniques for Language Modeling.pdf BLEU, a Method for Automatic Evaluation of Machine Translation.pdf Class-based n-gram models of natural language.pdf Distributed Language Modeling for N-best List Re-ranking.pdf Distributed Word Clustering for Large Scale Class-Based Language Modeling in.pdf
標簽: Techniques Empirical Smoothing Language
上傳時間: 2016-12-26
上傳用戶:zhuoying119
This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(method,NetDef,W1,W2,U,Y,NN,trparms,skip,Chat) % produces the final prediction error estimate (fpe), the effective number % of weights in the network if it has been trained with weight decay, % an estimate of the noise variance, and the Gauss-Newton Hessian. %
標簽: generalization calculates prediction function
上傳時間: 2016-12-27
上傳用戶:腳趾頭
次,根據硬件序列號生成注冊號,生成的注冊碼可以按字母顛倒、按順序互換、數字交換、序列號分離和變形,最終形成正式的注冊碼,這樣盡量保證了注冊好的唯一,沒有重復,并且有安全,可以放心使用. 9. ListCtrl功能擴展.rar,63KB,下載 65 次,
上傳時間: 2014-01-06
上傳用戶:zhaoq123
//順序表的建立、查找、插入與刪除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define ListSize 100 //表最大長度 //結構定義 typedef struct SeqList { int node[ListSize] //存放表結點 int length //當前表長度 } SeqList //插入元素 insertList(SeqList *list, int e) { int i=list->length-1 //先將i指定為最后一項 if(i>=ListSize-1) //表已經達到最大長度ListSize { printf("表已滿,不能增加新的項!\n")
上傳時間: 2014-01-17
上傳用戶:dongqiangqiang
Memory Management—Algorithms and implementation in C/C++ Introduction Chapter 1 - Memory Management Mechanisms Chapter 2 - Memory Management Policies Chapter 3 - High-Level Services Chapter 4 - Manual Memory Management Chapter 5 - Automatic Memory Management Chapter 6 - Miscellaneous Topics Index List of Figures List of Tables List of Case Studies List of Sidebars
標簽: Memory implementation Introduction Management
上傳時間: 2013-12-25
上傳用戶:541657925
Connector/Net 5.0.6 Release Notes --- --- --- Welcome to the release notes for Connector/Net 5.0.6. Important Changes --------------------- There are no major changes in this version. Please see the changelog for the list of bugs fixed.
標簽: Connector Net Release Welcome
上傳時間: 2013-12-16
上傳用戶:zyt
This is GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of each channel. The preamble is verified by check of the spacing between preambles [6sec] and parity checking of the first two words in a subframe. At the same time function returns list of channels, that are in tracking state and with valid preambles in the nav data stream.
標簽: findPreambles occurrence the preamble
上傳時間: 2013-12-23
上傳用戶:秦莞爾w
能添加刪除通訊錄,簡單的通訊錄模板,3個界面,welcome caverns;add form;phone list。
上傳時間: 2014-08-24
上傳用戶:從此走出陰霾
Write a program to decide if a graph has a cycle or not. The given graph can be a directed or undirected graph, which is indicated at the time of reading the input (0 for directed graph and 1 for undirected graphs). The input is given as an adjacency list.
標簽: graph directed program decide
上傳時間: 2013-12-23
上傳用戶:cursor