JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer Homepage : http://sourceforge.net/project/?group_id=1344 ----------------------------------------------------- To launch jlGui just doucle click under jlGui2.0.jar. If nothing appear then edit jlGui.bat (or jlGui.sh) script and setup JLGUI_HOME variable and launch the script. To play local file : Left click on "Eject" button. To play remote file/stream : Right click on "Eject" Button. To fill in playlist : Edit default.m3u file before launching jlGui.
標簽: jlgui Developer Homepage javazoom
上傳時間: 2016-11-16
上傳用戶:wpwpwlxwlx
FatFs06.rar FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs is written in compliance with ANSI C, therefore it is independent of hardware architecture. It can be incorporated into cheap microcontrollers, such as 8051, PIC, AVR, SH, Z80, H8, ARM and etc..., without any change.
標簽: system FatFs file implement
上傳時間: 2016-11-17
上傳用戶:chenxichenyue
五子棋GoBang 無限悔棋,棋盤大小設定,難度設定,先後出棋設定
標簽: GoBang
上傳時間: 2013-12-21
上傳用戶:變形金剛
這是一個求數獨遊戲的m-file 在matlab的命令窗口 鍵入>> sudo7 或者run sudo7 的m-file 之後在 9x9 的方格內 填入 數獨的問題 按下 "計算是否有解" 的功能鍵 若不是存在多組的解,則可以 按下 "顯示結果" 的功能鍵, 也可以載入作者測試的"date1"或"date2" 但不可載入及修改"condition"
上傳時間: 2016-11-18
上傳用戶:waizhang
本文件雖已力求正確,然而無法保證所有操作/設定範例, 都可以順利的在您的系統上面進行。 如果您依 照本文件的說明而使您的系統發生任何問題或損失, 作者都將不負任何責任。 希望由於本文的出現,能大量減少在網路上一再重複出現的問題:"為 什麼我不能輸入/看到中文?","為什 麼我 xxxx 裝不起來?" 等等。 雖然我也了解這是不太可能的...
標簽: 正
上傳時間: 2013-12-19
上傳用戶:wang5829
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
上傳用戶:二驅蚊器