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

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

bot-package

  • CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional s

    CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional surface. Package ope.carsim contains classes that represent the problem domain: cars and locations. Package ope.carsim.gui contains a user interface for the application.

    標簽: two-dimensional application simulating simplified

    上傳時間: 2013-12-22

    上傳用戶:gaome

  • 很多java的小程序

    很多java的小程序,適合初學者。 包括java,class文件還有部分package的應用。

    標簽: java 程序

    上傳時間: 2015-09-07

    上傳用戶:朗朗乾坤

  • java網絡高級編程,這里包含本書的大部分源程序

    java網絡高級編程,這里包含本書的大部分源程序,讀者需要調試程序時可以直接從這里拷貝到自己的相應目錄下面。 本書中的每一章都單獨作為一個目錄,例如“chap1”中就包含了第一章中的源程序清單。 讀者在查找文件時,首先到相應的目錄下面去查找,如果沒有則表明該章原文中有兩個相同的文件名,則用戶可以到該章相應的子文件夾中查找。例如讀者查找“源程序清單7-6”,而該章中同時具有好幾個文件名都命名為相同的MainFrame,則讀者可以先到“chap5”目錄下面去查找MainFrame.java,如果沒有則在chap5目錄下面的“7_6”子目錄下面去查找該文件就可以了。 用戶需要使用某個文件時,則需要將相應的文件處,同時注意文件中的package關鍵字(若存在package關鍵字,則需要將所有同package的文件拷貝到以該package為目錄名的目錄下面),然后用戶就可以對源文件進行編譯并運行得到本書中的運行結果。當然讀者首先需要有一個Java的運行環境! 同時在每個文件夾下面如果再有其它類型的文件夾則是利用Jbuilder來生成的項目文件及相應的Java文件,讀者可以利用Jbuilder直接打開該工程即可后編譯運行!

    標簽: java 網絡 源程序

    上傳時間: 2015-09-08

    上傳用戶:陽光少年2016

  • 基于"trace transform"的識別2D圖像的C++源程序

    基于"trace transform"的識別2D圖像的C++源程序, 主文件是tt.cpp, 在LINUX下可以用 g++ tt.cpp -o tt -O3進行編繹, 而且最后的結果也可以在MATLAB下顯示出來, This package presents C++ tools to the trace transform of a 2D image, and related objects, i.e. circuses and triple features, matlab tools to visualise these entities, and tools to check newly coded functionals. This version is released with a small number of functionals only.

    標簽: transform trace 識別 圖像

    上傳時間: 2013-12-23

    上傳用戶:redmoons

  • it contains many classic Test Problems for Unconstrained Optimization such as camel6,treccani,goldst

    it contains many classic Test Problems for Unconstrained Optimization such as camel6,treccani,goldstein,branin, shubert1,Ackley,dejong,dejong1,dejong2, dpower,rastrigin,Griewangk,Schwefel, rosenbrock2 and step. the package have the contour and mesh figures of these problem. it also give m files of these problems,and you can easily get your view of figures.

    標簽: Unconstrained Optimization contains Problems

    上傳時間: 2015-09-17

    上傳用戶:bcjtao

  • 用戶需要使用某個文件時

    用戶需要使用某個文件時,則需要將相應的文件處,同時注意文件中的package關鍵字(若存在package關鍵字,則需要將所有同package的文件拷貝到以該package為目錄名的目錄下面),然后用戶就可以對源文件進行編譯并運行得到本書中的運行結果。當然讀者首先需要有一個Java的運行環境! 同時在每個文件夾下面如果再有其它類型的文件夾則是利用Jbuilder2來生成的項目文件及相應的Java文件,讀者可以利用Jbuilder直接打開該工程即可后編譯運行!

    標簽: 用戶

    上傳時間: 2014-01-10

    上傳用戶:風之驕子

  • 基于核的學習方法SVM(Support Vector Machine)有很好的分類識別性能

    基于核的學習方法SVM(Support Vector Machine)有很好的分類識別性能,這是在SVM的基礎上改進的一個更好的SKM(Support Kernel Machine)Package.

    標簽: Machine Support Vector SVM

    上傳時間: 2014-01-15

    上傳用戶:13517191407

  • The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set o

    The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab s native sparse matrix type as a graph and provides algorithms that work

    標簽: algorithms MatlabBGL provides library

    上傳時間: 2014-11-17

    上傳用戶:zyt

  • Text processing often involves matching text against a pattern. Although Java s character and assort

    Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.

    標簽: processing character Although involves

    上傳時間: 2014-01-19

    上傳用戶:愛死愛死

  • So you wanted to add a forms editor to your application? A dialog editor? Something that allows draw

    So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficient to create a CAD-application, you ll indeed be able to create a dialog editor. The editor itself is derived

    標簽: editor application Something wanted

    上傳時間: 2013-12-13

    上傳用戶:戀天使569

主站蜘蛛池模板: 司法| 清河县| 凤山市| 临泽县| 南丹县| 筠连县| 抚远县| 平安县| 沂源县| 安乡县| 三亚市| 曲麻莱县| 常德市| 九龙坡区| 惠州市| 东莞市| 黑山县| 蓬莱市| 云梦县| 青州市| 嘉义县| 庆云县| 准格尔旗| 昌邑市| 越西县| 阜康市| 洪泽县| 曲松县| 明水县| 陈巴尔虎旗| 蚌埠市| 新兴县| 论坛| 那曲县| 思茅市| 烟台市| 东兰县| 额尔古纳市| 丰城市| 加查县| 民丰县|