Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
main.c
Package: TELEPHONE.rar [view]
Upload User: woden7206
Upload Date: 2015-11-28
Package Size: 14486k
Code Size: 1k
Category:
SCM
Development Platform:
MultiPlatform
- #include <REG52.h>
- #include <absacc.h>
- #include <intrins.h>
- #include <MT8880.h>
- //#include "LED_DIS.h"
- //#include"key.h"
- #include"type.h"
- //#include "isd2560.h"
- //#include "LED.h"
- void main(void)
- {
- UCHAR data w_buf[7];
- SP=0x5f;
- /* 预存数码5135535 */
- w_buf[0]=1;
- w_buf[1]=2;
- w_buf[2]=3;
- w_buf[3]=4;
- w_buf[4]=5;
- w_buf[5]=6;
- w_buf[6]=7;
- while(1)
- {
- MT8880_INIT();
- tran_init();
- transmit(w_buf,7);
- MT8880_INIT();
- }
- // for(;;);
- }
- /************************************************************
- //按键控制
- /************************************************************
- /* while(1)
- {
- switch(keylonely())
- {
- case 0:
- {
- }break;
- case 1:
- {
- //isd2560_PD=1;
- }break;
- case 2:
- {
- ISD_Play();
- }break;
- case 3:
- {
- ISD_Record();
- }break;
- }
- */