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

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

SEARCH

  • 一個簡單的同學錄系統,有增、刪、修改、查詢、分頁功能

    一個簡單的同學錄系統,有增、刪、修改、查詢、分頁功能,非常適合JSP的初學者。 編程環境:MyEclipse+Access+Tomcat5.5 文件列表: index.jsp-------------------首頁文件模塊 add_new.jsp-----------------增加記錄模塊 modify.jsp------------------修改記錄模塊 del.jsp---------------------刪除記錄模塊 save.jsp--------------------保存記錄模塊 SEARCH.jsp------------------查找記錄模塊 in.jsp----------------------導入常用的類模塊 src\ConDb.java--------------連接數據庫的JavaBean 數據庫文件:TXL.mdb 安裝運行:解壓后放入Tomcat\webapps 配置數據源:控制面板--->數據源ODBC---->系統DNS---->添加----->Driver do Micrsoft Access(*.mdb) ---->數據源名稱:class---->選擇數據庫文件所在目錄 在瀏覽器下輸入:http://localhost:8080/txl

    標簽: 同學錄 修改

    上傳時間: 2015-12-23

    上傳用戶:zhangyi99104144

  • Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algo

    Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to SEARCH for the shortest path (least distance needed to travel to each city exactly once)

    標簽: Traveling Salesman solution Problem

    上傳時間: 2013-12-04

    上傳用戶:從此走出陰霾

  • It may analyze the window structure, the advancement and the window news, has the very greatly auxil

    It may analyze the window structure, the advancement and the window news, has the very greatly auxiliary function to the development work. When we need to study some object, so long as assigns out its SEARCH window, drives the detector the indicator to assign the window/to control on to release then. Under, the author on and everybody same place, makes with VC to belong to own Spy++.

    標簽: the window advancement structure

    上傳時間: 2013-12-31

    上傳用戶:ghostparker

  • 1 安裝:首先安裝MPLAB IDE V7.42的程序

    1 安裝:首先安裝MPLAB IDE V7.42的程序,然后再安裝C的組件PICC8.05-PL.安裝過程中全部確認選擇,完畢后重啟計算機。 2 激活:(PICC8.05-PL) 運行“開始”菜單下的“HI-TECH SOFTWARE”中的 激活(Complier Activation)程序, 再同時啟動算號器程序(HtkeyGen.exe),將Last Name前的勾去掉,填入公司名稱,算出相應內 容填入激活程序相應欄目,OK即可完成激活。 3 設置: 3.1 將MPLAB 7.42啟動后,在文件欄中打開C的桌面項目文件,在Project欄目中 檢查 select language Toolsuite...中的選項,所有路徑須指向安裝路徑如C:\HT-PIC\BIN\PICC.EXE; 3.2 在Project欄目中檢查 setlanguage Tool Locations中的HI-TECH ToolsuiteXDGR 相關選項,executables中各程序應指向picc.exe Default SEARCH Paths & Directories中 的相關路徑應為安裝目錄如C:\HT-PIC\include 和C:\HT-PIC\lib; 3.3 設置programmer中的select programmer選項為"MPLAB IED 2"(經驗:如果不打開編譯器,此選項無法選中)。 3.4 設置單片機型號,在Congfigure中的Select Device選擇準確的芯片型號;

    標簽: MPLAB 7.42 IDE 程序

    上傳時間: 2016-01-01

    上傳用戶:Ants

  • ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調試器。它的特別之處在于可以在沒有源代碼時解決問題

    ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調試器。它的特別之處在于可以在沒有源代碼時解決問題,并且可以處理其它編譯器無法解決的難題。 一,什么是 OllyDbg? 二,一般原理[General principles] 三,反匯編器[Disassembler] 四,分析器[Analysis] 五,Object掃描器[Object scanner] 六,Implib掃描器 [Implib scanner] 七,如何開始調試[How to start debugging session] 八,CPU 窗口[CPU window] 九,斷點[Breakpoints] 十,內存映射窗口[Memory map window] 十一、十二,監視與監察器[Watches and inspectors] 十三,線程[Threads] 十四,復制到剪切板[Copy to clipboard] 十五,調用棧[Call stack] 十六,調用樹[Call tree] 十七,選項[Options] 十八,搜索[SEARCH] 十九,自解壓文件[Self-extracting (SFX) files] 二十,單步執行與自動執行[Step-by-step execution and animation] 二一,Hit跟蹤[Hit trace]

    標簽: ollydbg OllyDbg 32 教程

    上傳時間: 2016-01-02

    上傳用戶:xhz1993

  • Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server ca

    Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful SEARCHes on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and SEARCHing possibilities in a single application but not for providing index/SEARCH services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and SEARCHing that can be accessed from several applications. enable batch tasks scheduling.

    標簽: Lucene Abstract Jakarta project

    上傳時間: 2016-01-10

    上傳用戶:songrui

  • TFIND SEARCHes for one or more strings (boolean AND) in a text file. TFIND reports all lines whe

    TFIND SEARCHes for one or more strings (boolean AND) in a text file. TFIND reports all lines where the string(s) were found (or NOT found by option). The SEARCH can be limited to a field in a fixed field (i.e. column oriented) list. An extended SEARCH mode is available, where only letters and digits are relevant. Other options: case sensitive SEARCH, alternative errorlevel with number of hits, header line with file name, LFN, custom prefix

    標簽: TFIND SEARCHes boolean reports

    上傳時間: 2016-01-24

    上傳用戶:lindor

  • Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form

    Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy SEARCH for a linear combination of classifiers by overweighting the examples that are misclassified by each classifier. icsiboost implements Adaboost over stumps (one-level decision trees) on discrete and continuous attributes (words and real values). See http://en.wikipedia.org/wiki/AdaBoost and the papers by Y. Freund and R. Schapire for more details [1]. This approach is one of most efficient and simple to combine continuous and nominal values. Our implementation is aimed at allowing training from millions of examples by hundreds of features in a reasonable time/memory.

    標簽: meta-learning classifiers combining Boosting

    上傳時間: 2016-01-30

    上傳用戶:songnanhua

  • 1.二級分類 2.前臺全部頁面生成html

    1.二級分類 2.前臺全部頁面生成html,包括網站主頁和導航欄 3.自定義模板,自由度很高,可以為每個分類,每個圖片集,甚至每張圖片頁設置不同的模板。 4.完善的html生成功能,包括全站恢復。 5.自定義自定義標簽功能,生成時全部為html,不生成JS文件,避免了JS調用過多造成頁面顯示緩慢。 6.三種圖片添加模式(高級/簡單/上傳),使圖片添加更容易。 7.可以控制圖片集索引生成時的圖片大小和圖片排列方式。 8.前臺提供搜索功能。(SEARCH.asp) 9.其他功能:壓縮,備份,恢復數據庫;系統空間占用信息;系統統計信息等,詳細情形請查看程序。

    標簽: html 二級 分類

    上傳時間: 2013-12-09

    上傳用戶:hwl453472107

  • The floppy disk included with distribution contains the cyasm.exe and sample source files. Copy the

    The floppy disk included with distribution contains the cyasm.exe and sample source files. Copy the executable file to a working directory, or to a directory included in your SEARCH path.

    標簽: distribution the contains included

    上傳時間: 2014-09-11

    上傳用戶:zm7516678

主站蜘蛛池模板: 布尔津县| 乌鲁木齐市| 伊宁市| 松江区| 镶黄旗| 迭部县| 长治市| 资源县| 通海县| 中卫市| 方山县| 清河县| 咸宁市| 兰溪市| 恩施市| 临漳县| 松原市| 托克逊县| 四会市| 云龙县| 胶南市| 万山特区| 天全县| 平南县| 巴楚县| 滦南县| 兖州市| 禄丰县| 霸州市| 襄垣县| 中宁县| 彭山县| 莎车县| 濮阳市| 望城县| 禄丰县| 大田县| 梓潼县| 太和县| 湄潭县| 德江县|