摘 要: 本文件是C8051單片機DA測試實驗程序;使用外部22.1184MHz晶振. 功能:定義 A ~ F 為功能鍵。 按"A" 鍵,輸出250HZ的方波,按"B" 鍵,輸出250HZ的正弦波形,按"C" 鍵,輸出250HZ的三角波, 按"D" 鍵,輸出250HZ的鋸齒波。用示波器在J6(DAC0)觀測結果,使用串口觀測按鍵信息。
上傳時間: 2014-01-17
上傳用戶:zxc23456789
BackProp算法:經(jīng)典的B-P算法.
上傳時間: 2014-11-22
上傳用戶:xc216
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標簽: Implemented following compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102
* This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fixed 24-hour, or dynamically * configurable between these two types. Clock data can be accessed * as a binary number representing the number of minutes since midnight * or a BCD number formatted according to the time-of-day description * in the TIME module 0404x. The functions work with time-of-day values * which conform to normally accepted clock values of 1:00 to * 12:59 BCD / 0 to 719 binary for a 12-hour clock or clock values * 00:00 to 23:59 BCD / 0 to 1439 binary for a 24-hour clock. On power-up * the clock is 12:00 BCD / 0 binary for a 12-hour or dynamically * configurable clock, or 00:00 BCD / 0 binary for a 24-hour clock.
標簽: clock time-of-day software module
上傳時間: 2013-12-07
上傳用戶:llandlu
《三江學院師資管理系統(tǒng)》 核心模塊功能簡介 《三江學院師資管理系統(tǒng)》是基于B/S架構的Web應用程序,校園網(wǎng)上任何合法用戶可以直接訪問。一期工程實現(xiàn)了該系統(tǒng)的核心功能模塊,包括安全認證、教師信息維護、學科信息維護、部分報表打印等功能,該系統(tǒng)已投入試運行。目前該系統(tǒng)安裝在計算機系應用軟件開發(fā)組服務器上,內(nèi)網(wǎng)IP地址為192.168.xxx.xxx。需要訪問師資系統(tǒng)的用戶請在瀏覽器地址欄輸入
標簽: Web 管理系統(tǒng) 核心 架構
上傳時間: 2014-01-09
上傳用戶:獨孤求源
基于B樣條小波邊緣檢測算子的應用研究,摘自圖形圖像學報
上傳時間: 2014-11-28
上傳用戶:來茴
Ma tla b 是當今使用最為廣泛的數(shù)學軟件,它具有相當強大的數(shù)值計算、數(shù)據(jù)處理、系統(tǒng) 分析、圖形顯示、甚至符號運算功能,是一個完整的數(shù)學平臺,但是它不能實現(xiàn)端口操作和 實時控制Borland C + +Builder是一種新穎的可視化編程語言,可方便實現(xiàn)交互界面、數(shù)據(jù) 采集和端口操作等,但是它在數(shù)值處理分析和算法工具等方面,效率遠遠低于Matlab語言
上傳時間: 2014-01-24
上傳用戶:牛津鞋
Standard model object recognition matlab code
標簽: recognition Standard matlab object
上傳時間: 2014-01-13
上傳用戶:小鵬
教師管理系統(tǒng)是在學校局域網(wǎng)架設的B/S結構的辦公平臺。系統(tǒng)有四個模塊:系統(tǒng)設置,通知通告,領導信箱,文件中心。系統(tǒng)開發(fā)環(huán)境:JAVA,數(shù)據(jù)庫為Mysql,TOMCAT
標簽: 管理系統(tǒng) 局域網(wǎng) 模塊
上傳時間: 2013-12-28
上傳用戶:zjf3110
BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B Aeq*x=Beq % C(x)<=0 Ceq(x)=0 % x(i) is continuous for xstatus(i)=0 % x(i) integer for xstatus(i)= 1 % x(i) fixed for xstatus(i)=2 %
標簽: constrained variables function possibly
上傳時間: 2014-01-13
上傳用戶:youth25