為紅外遙控音源切換器的PC應用軟件 CDLEB.hex CDLEB_Main.c CDLEB.hex為已編譯的加強版的紅外遙控音源切換器的單片機程序 紅外遙控PC功能,PC軟件可使用Grider3.2(SAA3010T電視遙控器)
標簽: CDLEB CDLEB_Main hex Grid
上傳時間: 2013-12-26
上傳用戶:aix008
一個基于ext的ajax小例子,包括從前臺到后臺的完整調用。 前臺是jsp加上ext的框架。 后臺是hibernate-annotations和spring以及dwr的組合。 順便演示了一下用servlet來返回json數據給ext框架的方式。 在grid的演示部分,包括了分頁的數據調用和如何處理來自于dwr的數據(dwr的部分和官方網站公布的方法一樣) 以及grid的事件處理。 實例的源代碼中沒有包括jar包,如果需要運行,請根據jar.jpg所顯示的jar包添加。 數據庫部分請根據create.sql來生成。
上傳時間: 2016-04-14
上傳用戶:BIBI
This tutorial illustrates how to use the versatile Eclipse environment to facilitate development of Globus Toolkit V4 (GT4) grid services. The tutorial is written for Web service and grid developers who would like the convenience of orchestrating the whole grid service development process from within the Eclipse IDE on Windows-based platforms.
標簽: illustrates environment development facilitate
上傳時間: 2014-08-18
上傳用戶:我們的船長
oracle 11g的文檔,詳細介紹11g中的grid,real application cluster等
上傳時間: 2014-07-07
上傳用戶:yzy6007
This collection of 28 research papers provides an insightful overview of past and current research findings in Project Management, and takes an eye-opening excursion along frontiers fertile for future investigation.
標簽: research collection insightful overview
上傳時間: 2014-01-02
上傳用戶:ecooo
This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over a one-dimensional space lattice comprised of uniform grid cells.
標簽: finite-difference time-domain implements equations
上傳時間: 2014-01-11
上傳用戶:270189020
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
PB做的一個很好的中文報表打印程序,可以將grid類型的DW轉換為free類型的DW
上傳時間: 2014-01-14
上傳用戶:lanwei
葉輪機械多級葉輪網格生成程序介紹 侯 樂 毅 非定常流課題組 本文開發的葉輪機械多級葉輪網格生成程序,采用的網格類型為H型,并在葉片前面/后面延伸區域設置平直網格數ID1和IDN。主程序MESH_BLADE_STAGES,分成三個部分,原始葉型及控制參數從輸入程序INPUT輸入,求解程序為GRID(ZERO),輸出程序為OUTPUT。
上傳時間: 2013-12-03
上傳用戶:bjgaofei
該項目為雙用戶:管理員 與營業員 角色登陸顯示不同信息 今日房價:可以點雙擊房價進行在線修改 開房記錄報表只供查詢(關鍵字:開房/退房 時間或者日期或者描述信息) 房間信息管理:可以直接點擊grid面板編輯 房間類型是單擊時從數據庫讀出 首頁放了幾張圖片用的是jquery的一個圖片插件 左側面板公告信息是自己胡亂修改了Grid面板 改在這樣的 數據庫方面一小部分功能運用存儲過程
上傳時間: 2014-08-29
上傳用戶:redmoons