采用貝葉斯正則化算法提高bp網絡的性能,即L-M優化算法
上傳時間: 2017-07-22
上傳用戶:asasasas
Code Warrior 4.7 Target : MC9S12XS128 Crystal: 16.000Mhz busclock:16.000MHz pllclock:32.000MHz ============================================ 演示程序使用說明: 1.串口9600bps,中斷顯示 2.PWM波形測試,測試方法: 按u:增加頻率 按d:降低頻率 按l:減小占空比 按r:增加占空比 按o:開啟聲音 按c:關閉聲音
標簽: 16.000 MHz busclock pllclock
上傳時間: 2017-07-28
上傳用戶:com1com2
NEW IDEA TO VIEW ants comportement azhdhdq lhqksdhjds lqsqdklhqd ljqjdsj lmqjsdj qkjdkqsd jqsdjksd lqjsdjsqd ljqskdjqkd jsdkqjds lqsjdkqsd lkqskldjqsd mqskldqd qskdjjqsd
標簽: comportement lhqksdhjds lqsqdklhqd jqsdjksd
上傳時間: 2017-07-28
上傳用戶:lacsx
賽車路線分析,解決這個問題時,我們主要是利用多次插值來求得曲線上的點,利用這些點來擬合比賽車道的曲線和選手的速度曲線,畫出圖像。用M語言并且用坐標平面上的點之間的距離計算公式計算周長L,用梯形法求所圍區域的面積。最后根據速度圖像來判斷路況。
標簽: 分
上傳時間: 2013-12-18
上傳用戶:小鵬
client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct sockaddr_in address int result char ch = A sockfd = socket(AF_INET, SOCK_STREAM, 0) address.sin_family = AF_INET address.sin_addr.s_addr = inet_addr("127.0.0.1") address.sin_port = 9734 len = sizeof(address) result = connect(sockfd, (struct sockaddr *)&address, len) if(result == -1) { perror("oops: client") exit(1) } write(sockfd, &ch, 1) read(sockfd, &ch, 1) printf("char from server = c\n", ch) close(sockfd) exit(0) }
上傳時間: 2017-07-29
上傳用戶:wab1981
Wireless range extenders or wireless repeaters can extend the range of an existing wireless network. Range extenders can be strategically placed to elongate a signal area or allow for the signal area to reach around barriers such as those created in L-shaped corridors. Wireless devices connected through repeaters will suffer from an increased latency for each hop. Additionally, a wireless device connected to any of the repeaters in the chain will have a throughput that is limited by the weakest link between the two nodes in the chain from which the connection originates to where the connection ends
標簽: wireless range extenders repeaters
上傳時間: 2014-01-02
上傳用戶:zhangyigenius
nslookup - *nix simple nslookup clone for the Win32 platform (Console Application) /// Does A DNS lookup by Host Name or IP. Host Name lookups can return /// multiple IP Ranges.
標簽: nslookup Application platform Console
上傳時間: 2014-01-09
上傳用戶:思琦琦
base implementaion of the protein (starting from the amino acid sequence) feature extractor used in "L. Nanni and A. Lumini, An ensemble of Support Vector Machines for predicting virulent proteins, Expert Systems With Applications, vol.36, no.4, pp.7458-7462, May 2009. "
標簽: implementaion extractor the starting
上傳時間: 2017-08-02
上傳用戶:wqxstar
一個簡易計算器,沒辦法說更多l,一個很簡單的計算器。
標簽: 計算器
上傳時間: 2013-12-21
上傳用戶:qiaoyue
以三星公司的嵌入式微處理器S3C2440A和夏普公司3.5inLCD屏LQ035Q7DH01為基礎,設計了顯示硬件電路,介紹了幀緩沖設備的處理機制及底層驅動的接口函數,針對本顯示系統給出了如何開發其Linux幀緩沖設備驅動程序。
上傳時間: 2013-12-18
上傳用戶:zuozuo1215