亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

投影數(shù)據(jù)

  • 對于初級C++學習者有些幫助的

    對于初級C++學習者有些幫助的,H.M.Deitel,P.J.Deitel著。周靖等譯。效果可能有些不好

    標簽:

    上傳時間: 2014-01-07

    上傳用戶:xlcky

  • SVD的應用

    SVD的應用,奇異值超平面正交投影證明 A中每個向量xi在隨機陣B上的正交投影之和的最小值

    標簽: SVD

    上傳時間: 2013-12-16

    上傳用戶:凌云御清風

  • JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer

    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 embedde

    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

  • 排序 得分排行 選擇、插入、氣泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的氣泡排序 Heap 排序法 - 改良的選擇排序 快速排序法(一) 快速排序法

    排序 得分排行 選擇、插入、氣泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的氣泡排序 Heap 排序法 - 改良的選擇排序 快速排序法(一) 快速排序法(二) 快速排序法(三) 合併排序法 基數排序法

    標簽: 排序 Shaker Shell Heap

    上傳時間: 2016-11-17

    上傳用戶:123456wh

  • CMS4J 是 JAVA / JSP 版網站管理系統 (Content Manage System For Java)的簡稱

    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 componen

    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

    上傳用戶:凌云御清風

  • 利用matlab仿真軟件

    利用matlab仿真軟件,實現8QAM調制。在實現時采用正交調幅的方式,某星座點在I坐標上的投影去調制同相載波的幅度,在Q坐標上的投影去調制正交載波的幅度,然后將2個調幅信號相加就是所需的調相信號。

    標簽: matlab 仿真軟件

    上傳時間: 2014-01-02

    上傳用戶:leehom61

  • 可以把客戶端的內容存入數據庫中

    可以把客戶端的內容存入數據庫中,在j網頁中顯示出來

    標簽: 數據庫

    上傳時間: 2016-11-28

    上傳用戶:13215175592

  • 成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread

    成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) { printf("成績為B\n") } else if(gread>=0&&gread<60) { printf("成績為C\n") } else { printf("分數輸入錯誤\n") } system("pause") return 0 }

    標簽: include stdlib float gread

    上傳時間: 2014-01-15

    上傳用戶:waizhang

主站蜘蛛池模板: 偃师市| 安顺市| 德钦县| 靖边县| 洛浦县| 武穴市| 合肥市| 铁力市| 青神县| 涪陵区| 饶河县| 谷城县| 潢川县| 铁岭县| 泰和县| 佳木斯市| 定日县| 大荔县| 清丰县| 长海县| 延长县| 梓潼县| 红原县| 上犹县| 巨野县| 开平市| 长宁区| 章丘市| 祁连县| 漳平市| 平潭县| 浑源县| 奉化市| 密云县| 贡觉县| 泰宁县| 罗源县| 巢湖市| 博乐市| 天台县| 仁化县|