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

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

Root-MUSIC

  • 數值計算牛頓迭代法的matlab源程序 說明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini

    數值計算牛頓迭代法的matlab源程序 說明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----output,returns the root of equation

    標簽: the equation matlab input

    上傳時間: 2014-01-12

    上傳用戶:妄想演繹師

  • java 機器人 lejos 產生聲音 // NOTE: This tune was generated from a midi using Guy // Truffelli s Bric

    java 機器人 lejos 產生聲音 // NOTE: This tune was generated from a midi using Guy // Truffelli s Brick Music Studio www.aga.it/~guy/lego

    標簽: generated Truffelli lejos using

    上傳時間: 2013-12-09

    上傳用戶:2525775

  • php+spider 官方: http://www.cs.ioc.ee/~ando/sphider/ 演示: http://www.ioqz.com/search/sphider/searc

    php+spider 官方: http://www.cs.ioc.ee/~ando/sphider/ 演示: http://www.ioqz.com/search/sphider/search.php 漢化 by sluke topscn@gmail.com www.sluke.cn 1、修改admin/auth.php中的管理員和密碼 $admin = "admin" 用戶名 $admin_pw = "admin" 密碼 2、修改include/connect.php中的數據庫設置 $database="sphider" 數據庫名稱 $mysql_user = "root" 數據庫用戶 $mysql_password = "" 數據庫密碼 $mysql_host = "localhost" 數據庫地址 $mysql_table_prefix = "sphider_" 3、修改include/connect.php中的各種設置,可以不修改。 4、運行admin/install.php安裝

    標簽: sphider http www spider

    上傳時間: 2017-01-01

    上傳用戶:wqxstar

  • flash播放器

    flash播放器,可以調用在同一目錄下music文件夾里放swf

    標簽: flash 播放器

    上傳時間: 2013-12-22

    上傳用戶:qiao8960

  • 這是MySQL官方測試用的數據庫

    這是MySQL官方測試用的數據庫,費了一番功夫找到的。使用命令 mysql -u root -p <sakila-schema.sql mysql -u root -p <sakila-data.sql 導入數據庫中,數據庫結構參見mysql文檔。

    標簽: MySQL 測試 數據庫

    上傳時間: 2017-01-12

    上傳用戶:shawvi

  • The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no

    The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some nodes of a complete binary tree of height h (the code tree) to n simultaneous connections, such that no two assigned nodes (codes) are on the same root-to-leaf path. Each connection requires a code on a specified level. The code can change over time as long as it is still on the same level. We consider the one-step code assignment problem: Given an assignment, move the minimum number of codes to serve a new request. Minn and Siu proposed the so-called DCAalgorithm to solve the problem optimally. We show that DCA does not always return an optimal solution, and that the problem is NP-hard. We give an exact nO(h)-time algorithm, and a polynomial time greedy algorithm that achieves approximation ratio Θ(h). Finally, we consider the online code assignment problem for which we derive several results

    標簽: combinatorial assignment problem arises

    上傳時間: 2014-01-19

    上傳用戶:BIBI

  • dsp2812的源程序

    dsp2812的源程序,很多的例子如I/O , PWM , MUSIC PLAYER ,BUZZER等

    標簽: 2812 dsp 源程序

    上傳時間: 2013-12-30

    上傳用戶:熊少鋒

  • 整個程序是struts1.2的版本構架

    整個程序是struts1.2的版本構架,數據庫是mysql,用戶名root,密碼1234,希望這個程序可以為初學者提供幫助! 數據庫文件就是那個sql文件,啟動mysql后,導入這個sql文件就可以本程序是myeclipes6.0的工程,直接導入就行。直接發布可以將webroot下所有文件復制到別的文件夾下,發布到tomcat中。 程序后臺管理入口是admin_login.jsp, 用戶名密碼都是admi

    標簽: struts 1.2 程序 版本

    上傳時間: 2017-01-31

    上傳用戶:koulian

  • 學生管理系統

    學生管理系統,實現了學生和班級的一對多關聯,數據庫采用SQLSERVER 一開始用戶名和密碼都是root

    標簽: 管理系統

    上傳時間: 2017-01-31

    上傳用戶:zsjinju

  • 小蟲新聞管理系統 V1.0(jsp+javabean+mysql) 1.解壓縮 (如解壓縮到D: omcat4webappsROOT ews目錄下) 2.進入classes目錄

    小蟲新聞管理系統 V1.0(jsp+javabean+mysql) 1.解壓縮 (如解壓縮到D:\tomcat4\webapps\ROOT\news目錄下) 2.進入classes目錄,打開news.txt。 修改mysql.url(數據庫聯接地址及數據庫名),mysql.user(用戶名),mysql.password(密碼),ilog(數據庫聯接池日志文件,請注意路徑分隔符為“\\”,在linux中是“/”); 3.建數據庫,并將database目錄下news.sql導入;news.sql中37行中用戶可修改你想要的密碼,但用戶名admin不能更改,否則不能實現超級管理員的功能 4.運行管理文件 --> admin/index.jsp 對系統進行一些基本設置(首先添加欄目) (如: http://localhost:8080/news/admin/index.jsp ) 5.OK!歡迎使用 (如:http://localhost:8080/news/index.jsp )

    標簽: omcat4webappsROOT javabean classes mysql

    上傳時間: 2013-11-28

    上傳用戶:www240697738

主站蜘蛛池模板: 长宁县| 长寿区| 庆阳市| 潍坊市| 康定县| 洱源县| 永靖县| 十堰市| 陆河县| 名山县| 当涂县| 佛教| 紫阳县| 鹿邑县| 绥化市| 山阳县| 佳木斯市| SHOW| 青龙| 文山县| 七台河市| 宁津县| 普陀区| 玉龙| 稻城县| 通江县| 镇康县| 丰宁| 乾安县| 夏邑县| 霍邱县| 轮台县| 裕民县| 光山县| 台南县| 行唐县| 成武县| 比如县| 三江| 顺义区| 吴忠市|