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

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

found

  • 這是linux下的進化計算的源代碼。 === === === === === === === === === === === ===== check latest news at http:

    這是linux下的進化計算的源代碼。 === === === === === === === === === === === ===== check latest news at http://eodev.sourceforge.net/ ======================================================================= Welcome to EO, the Evolving Objects library. The latest news about EO can be found on the sourceforge repository at http://eodev.sourceforge.net/ In case of any problem, please e-mail us at eodev-help@lists.sourceforge.net, eodev@egroups.com To get started, take a look at the tutorial, starting with ./tutorial/html/eoTutorial.html The easiest way to start programming a new genome with all EO evolution engines handy is to create a new standalone EO project from the tutorial/Templates/ directory. Read Lesson 5 of the tutorial for an introduction )

    標簽: latest linux check http

    上傳時間: 2013-12-23

    上傳用戶:jkhjkh1982

  • Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optim

    Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optimization techniques which are based on linear and nonlinear programming. TSP can be described as follows: Given a number of cities to visit and their distances from all other cities know, an optimal travel route has to be found so that each city is visited one and only once with the least possible distance traveled. This is a simple problem with handful of cities but becomes complicated as the number increases.

    標簽: interesting Traveling classical Salesman

    上傳時間: 2016-02-06

    上傳用戶:rocwangdp

  • Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li

    Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.

    標簽: generators contains Uniform randomc

    上傳時間: 2014-12-01

    上傳用戶:royzhangsz

  • 基于OFDM的無線寬帶系統仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator.

    基于OFDM的無線寬帶系統仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator. Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be found out. The output of the link-level simulator is the BLER/BER vs. SNR mapping table, that can be used for the system-level simulation. System-level simulator focus on a multi-cell multi-user scenario. For the sake of simplicity, it takes the mapping table aquired in the link-level simulation, measure the actural SNR, and finds the corresponding error rate.

    標簽: simulator i.e. system-level link-level

    上傳時間: 2016-03-15

    上傳用戶:xsnjzljj

  • DBSCAN是一個基于密度的聚類算法。改算法將具有足夠高度的區域劃分為簇

    DBSCAN是一個基于密度的聚類算法。改算法將具有足夠高度的區域劃分為簇,并可以在帶有“噪聲”的空間數據庫中發現任意形狀的聚類。-DBSCAN is a density-based clustering algorithm. Algorithm change will have enough height to the regional cluster. and to be with the "noise" of the spatial database found clusters of arbitrary shape.

    標簽: DBSCAN 密度 聚類算法

    上傳時間: 2013-12-28

    上傳用戶:q123321

  • Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answ

    Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex patterns in texts. You can use them to search for patterns and, once found, to modify the patterns in complex ways. You can also use them to launch programmatic actions that depend on patterns. A tongue-in-cheek comment by programmers is worth thinking about: "Sometimes you have a programming problem and it seems like the best solution is to use regular expressions now you have two problems." Regular expressions are amazingly powerful and deeply expressive. That is the very reason writing them is just as error-prone as writing any other complex programming code. It is always better to solve a genuinely simple problem in a simple way when you go beyond simple, think about regular expressions. Tutorial: Using regular expressions

    標簽: expression the tutorial regular

    上傳時間: 2013-12-19

    上傳用戶:sardinescn

  • k-meansy算法源代碼。This directory contains code implementing the K-means algorithm. Source code may be f

    k-meansy算法源代碼。This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.

    標簽: code implementing directory algorithm

    上傳時間: 2016-04-07

    上傳用戶:shawvi

  • This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud

    This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).

    標簽: LDPC introduction simulation software

    上傳時間: 2014-01-14

    上傳用戶:大融融rr

  • 這篇英文論文主要介紹了基于TI公司TMS320C24x的直流無刷電機控制。A complete solution proposal is presented below: control struc

    這篇英文論文主要介紹了基于TI公司TMS320C24x的直流無刷電機控制。A complete solution proposal is presented below: control structures, power hardware topology, shaft position sensors, control hardware and remarks on energy conversion efficiency can be found in this document.

    標簽: presented complete solution proposal

    上傳時間: 2013-12-24

    上傳用戶:極客

  • This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud

    This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).

    標簽: LDPC introduction simulation software

    上傳時間: 2014-12-05

    上傳用戶:change0329

主站蜘蛛池模板: 兰州市| 淮滨县| 水城县| 苏尼特左旗| 柞水县| 青田县| 浦县| 察哈| 拜城县| 罗江县| 邵武市| 香港| 丰台区| 射阳县| 石台县| 廊坊市| 扎囊县| 富裕县| 天等县| 贵溪市| 鄂托克前旗| 项城市| 广元市| 福州市| 阿克苏市| 宁波市| 九寨沟县| 罗甸县| 鲜城| 会同县| 津市市| 乌鲁木齐县| 崇礼县| 八宿县| 平昌县| 甘肃省| 汝城县| 界首市| 马鞍山市| 合山市| 图们市|