本教程舉例說明了如何使用 ADO 編程模型對數據源進行查詢及更新。教程首先講述了完成此項任務的必要步驟,然后分別通過 Microsoft Visual Basic、以 VC++ Extensions 為特征的 Microsoft Visual C++、Microsoft Visual Basic、Scripting Edition 和以 ADO for Windows Foundation Classes (ADO/WFC) 為特征的 Microsoft Visual J++ 進行更為具體的說明。
上傳時間: 2016-10-22
上傳用戶:xymbian
基于VB的遺傳算法軟件實現 在程序中,FitnessValue (i) 為適應度值數組、avFit2nessValue (100) 為歸一化適應度值數組、Population2 Chrom(i ,j) 為遺傳個體的等位基因值、Popsize 為種群中的個體數,CHROMLENGTH為一母體對的等位基因 總數。
標簽: avFit2nessValue FitnessValue Population2 Chrom
上傳時間: 2014-01-09
上傳用戶:1966640071
mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of Minnesota E-mail wittman@math.umn.edu with comments & questions. MANI Website: httP://www.math.umn.edu/~wittman/mani/index.html Last Modified by GUIDE v2.5 10-Apr-2005 13:28:36 Methods obtained from various authors. (1) MDS -- Michael Lee (2) ISOMAP -- J. Tenenbaum, de Silva, & Langford (3) LLE -- Sam Roweis & Lawrence Saul (4) Hessian LLE -- D. Donoho & C. Grimes (5) Laplacian -- M. Belkin & P. Niyogi (6) Diffusion Map -- R. Coifman & S. Lafon (7) LTSA -- Zhenyue Zhang & Hongyuan Zha
標簽: demonstration Mathematics Department University
上傳時間: 2016-10-29
上傳用戶:youmo81
計算這個智力題: 在這個乘法算式里,每一個字母代表著0-9中的一個數,不同字母代表不同數。 A B C D E F G H * A J --------------------- E J A H F D G K C B D F H A J E C --------------------- C C C C C C C C C 請問,C 代表哪個數字?
上傳時間: 2013-12-30
上傳用戶:stampede
對于初級C++學習者有些幫助的,H.M.Deitel,P.J.Deitel著。周靖等譯。效果可能有些不好
標簽:
上傳時間: 2014-01-07
上傳用戶:xlcky
CMS4J 是 JAVA / JSP 版網站管理系統 (Content Manage System For Java)的簡稱,讀作 “CMS For J” 國內 JAVA版網站管理系統 的領航者,依托于 JAVA 技術,專注于 網站內容管理 CMS4J絕非國外一些開源產品的改造版,我們秉承用戶本土化的原 則,切身體驗國內CMS系統的應用現狀與實際需求,為中小企業量身定 做,CMS4J項目在立項時,就已經立下了以下四大目標: [目標 1]: 不編程,做動態網站 要讓網站設計師、美工也會做動 態網站,動態網站不再是程序員的專長; [目標 2]: 高擴展,插件式架構 系統基于Plug-in結構,所有模 塊均插件化, 良好的二次開發接口; [目標 3]: 小投資,低成本運營 讓網站可以低成本運營,絕對不 允許存在第三方不必要的軟件開支; [目標 4]: 大應用,分布式部署 立足日訪量為1至100百萬網站的 應用,向千萬級大型綜合門戶應用邁進;
標簽: Content Manage System CMS4J
上傳時間: 2013-12-17
上傳用戶:dsgkjgkjg
PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std(b_j), obtained by jackknifing. The cutoff level, below which c_j is considered to be too small, indicating that the variable j should be removed, is estimated using a matrix of random variables.The predictive power of PLS models built on the retained variables only is evaluated over all 1-a dimensions =(yielding RMSECVnew).
標簽: from eliminates PRINCIPLE algorithm
上傳時間: 2016-11-27
上傳用戶:凌云御清風
可以把客戶端的內容存入數據庫中,在j網頁中顯示出來
標簽: 數據庫
上傳時間: 2016-11-28
上傳用戶:13215175592
function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if F(U)>0.98 break else w_new=eye(in_n,in_n) center1=sum(center)/c a=center1(1)./center1 deta=center-center1(ones(c,1),:) w=sqrt(sum(deta.^2)).*a for j=1:in_n w_new(j,j)=w(j) end data1=data*w_new [center, U, obj_fcn] = fcm(data1, c) center=center./w(ones(c,1),:) obj_fcn=obj_fcn/sum(w.^2) end end display(i) result=zeros(1,data_n) U_=max(U) for i=1:data_n for j=1:c if U(j,i)==U_(i) result(i)=j continue end end end
標簽: data function Exponent obj_fcn
上傳時間: 2013-12-18
上傳用戶:ynzfm
function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions is epsilon =??????. %*******Modified 9/15/04 to have epsilon = 0.00001 and fix univariate bug******** % Purpose:The function fcm attempts to find a useful clustering of the % objects represented by the object data in X using the initial partition in U0.
標簽: fcm function Version Routine
上傳時間: 2014-11-30
上傳用戶:二驅蚊器