基于基本遺傳算法的函數最優化 SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg
標簽: Algorithm Optimizer developed Function
上傳時間: 2016-05-05
上傳用戶:520
基于UDP實現E-Mail傳輸 工作過程描述: 客戶端描述: 1. Client(以下簡稱C端)端將郵件以規定的大小封裝為符合要求的UDP包。 2. 將封裝好的UDP包發出,并等待Server(以下簡稱S端)端收到相應的UDP包后返回的回應Acknowledge(以下簡稱為ACK)。若收到的為Positive ACK,則繼續發包;若收到的為Negtive ACK,則將應發的包重發。 3. 直到C端將所有要發的包都發完,并都已經收到S端的回應,最后發一個End包,直接關閉此進程。 服務器端描述: 1. S端啟動服務進程,并監聽相應端口。 2. 若收到C端發出的有關請求,按如下情況給出相應的反映: a. 將收到的包進行檢測,若收到的包有錯則拋棄(discard),并發給C端一個negtive ACK。 b. 將收到的包進行檢測,若收到的包正常,則將此包進行解包,將內容輸出至一臨時文件;并發給C端一個positive ACK。 3.依次收到來自C斷的包,直到收到end為止,并關閉此進程,轉回監聽狀態。
上傳時間: 2014-12-08
上傳用戶:sxdtlqqjl
*/ /* A Function Optimizer using Simple Genetic Algorithm */ /* developed from the Pascal SGA code presented by David E.Goldberg */ /* 同濟大學計算機系 王小平 2000年5月
標簽: Algorithm Optimizer developed Function
上傳時間: 2013-11-29
上傳用戶:familiarsmile
A.增強采集功能,包括酷6,Mofile,優酷,56,土豆,新浪播客,六間房,偶偶,目前最強大的采集系統 B.修正了56白屏和土豆白屏的問題 C.增加了Bokecc播客的播放插件,酷6視頻的播放插件,Mofile視頻的播放插件 D.增加了后臺的數據管理,使其能夠按找播放器類型進行排序,以便于找到想要的數據 E.修正采集電視劇時,當天沒更新數據時發生的錯誤
上傳時間: 2013-12-13
上傳用戶:JIUSHICHEN
基于基本遺傳算法的函數最優化 A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldber
標簽: Algorithm Optimizer developed Function
上傳時間: 2016-06-24
上傳用戶:coeus
、該個詞法分析器要求至少能夠識別以下幾類單詞: a. 關鍵字:else if int return void while共6個,所有的關鍵字都是保留字,并且必須是小寫; b. 標識符:識別與C語言詞法規定相一致的標識符,通過下列正則表達式定義:ID = letter (letter | digit)*; c. 常數:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|..|z|A|..|Z|,digit = 0|..|9,包括整數,如123, -123, +123等;小數,如123.45, +123.45, -123.45;科學計數法表示的常數,如+1.23e3,-2.3e-9; d. 專用符號:+ - * / < <= > >= == != = , ( ) [ ] { } /* */;
上傳時間: 2013-12-08
上傳用戶:gtf1207
DESCRIPTION : BIN to seven segments converter -- segment encoding -- a -- +---+ -- f | | b -- +---+ <- g -- e | | c -- +---+ -- d -- Enable (EN) active : high -- Outputs (data_out) active : low
標簽: DESCRIPTION converter segments encoding
上傳時間: 2016-08-17
上傳用戶:ainimao
This program is a RADIUS RFC-compliant daemon, which is derived from original Livingston Enterprise Inc. (now Lucent Inc.) RADIUS daemon release 2.1. It adds a number of useful features to the LE daemon, i.e.
標簽: RFC-compliant Livingston Enterprise original
上傳時間: 2016-08-20
上傳用戶:jichenxi0730
This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to integer maths in order to fit within this limit. The program for this design was written in C using the Keil uVision 2 IDE for which Proteus VSM provides a Debug Monitor driver. Instructions for configuring Proteus to run in conjunction with the Keil environment can be found by editing the 8051 microcontroller on the schematic (point at it and press CTRL-E) and then clicking on the help button on the Edit Component dialogue form.
標簽: microcontroller calculator Although displays
上傳時間: 2014-12-01
上傳用戶:edisonfather
Abstract A new intelligent milometer base on a microcontroller can count the sum. By taking full use of the processor 89s51 and E² PROM (AT24C02) and sensor of magnetism, it can count the sum of fully distance and the course of development.
標簽: microcontroller intelligent milometer Abstract
上傳時間: 2016-10-12
上傳用戶:hoperingcong