93C**測試程序,93c46 的底層功能程序部分 有讀寫,部分擦除,全擦除,和一個簡單的Main應用
上傳時間: 2013-12-22
上傳用戶:zhichenglu
44binit.s ----- 初始化中斷、存儲器、堆棧等,進行系統初始化,建立C程序運行環境。 memcfg.inc ----- 定義存儲器延時、SDRAM配置等參數 option.inc ----- 定義系統時鐘頻率等 Main.c ----- 系統主程序(Main函數等) 44blib.c ----- IO端口初始化、延時和異步串口通訊等基本子程序
上傳時間: 2014-01-11
上傳用戶:hullow
數據抽象(使用類和對象設計回應程序) 實驗內容描述: 1. 測試程序 假設類名為Welcome,測試程序如下: void Main() { Welcome we Welcome you(we) you.Display() you.Set(“Thank you.”) cout<<you.Get()<<endl you.talk() you.Display() }
上傳時間: 2015-08-27
上傳用戶:ommshaggar
Package of C library extensions for Windows CE operating system. It is a supplement to C library available on Windows CE platform. The Main objective of the project is to provide helper utilities for porting applications from Unix and Windows.
標簽: library extensions supplement operating
上傳時間: 2015-09-02
上傳用戶:冇尾飛鉈
電池設計的充電器 Device : AT90S2333 File name : BC.c Ver nr. : 1.0 Description : Standalone Battery Charger with AT90S2333 (Main program) Compiler : IAR icca90 Author : Asmund Saetre / Terje Frostad / Dietmar Koenig Change log : 02.02.2000 Changed to fit Battery Charger refrence design board AS 18.02.2000 Final test and review AS
標簽: Description Standalone Device S2333
上傳時間: 2014-01-23
上傳用戶:ruixue198909
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
Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^25*X^4 + a^17*X^5 + a^18*X^6 + a^30*X^7 + a^20*X^8 + a^23*X^9 + a^27*X^10 + a^24*X^11 + X^12. Note: a = alpha, primitive element in GF(2^5) and a^i is root of g(x) for i = 19, 20, ..., 30. Uses Verilog description with synthesizable RTL modelling. Consists of 5 Main blocks: SC (Syndrome Computation), KES (Key Equation Solver), CSEE (Chien Search and Error Evaluator), Controller and FIFO Register.
標簽: symbols length Hard-decision Codeword
上傳時間: 2014-07-08
上傳用戶:曹云鵬
P2P模擬器P2Psim的程序源碼,來自http://trappie.studentenweb.org/andy/Main.php?page=download.php
上傳時間: 2013-12-23
上傳用戶:myworkpost
此程序是RS485從機通訊,包含3部分:接收幀程序、發送幀程序及執行命令程序。 從機通訊地址從地址開關讀取4位 由于485的通信規約差別很大,這里只是提供參考,具體請參照自己的項目特點做修改,拋磚引玉。 #include<reg52.h> #include<Main.h> #include<hy502.h>
上傳時間: 2015-09-18
上傳用戶:cjl42111
全屏是指Status Pane和Control Pane都隱藏,Main Pane占據整個屏幕。這里提供一種簡單的方法。
上傳時間: 2014-01-02
上傳用戶:daoxiang126