搜索结果

找到约 873 项符合 Main 的查询结果

按分类筛选

显示更多分类

其他行业 关于 ZFC 框架的自述文件 2003.6.18 ======================================================================

关于 ZFC 框架的自述文件 2003.6.18 ====================================================================== 如何在PowerBuilder 开发环境中运行ZFC 框架。 1、文件 app.pbl 常用应用库; controls.pbl zfc 控件库; main.pbl 主要对象库; demo.pbl 演示程序库; 2、目录 DB 演示数据库; PSR 演示PB报表; ...
https://www.eeworm.com/dl/668/332369.html
下载: 37
查看: 1104

其他 The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmwa

The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the contents of t ...
https://www.eeworm.com/dl/534/432814.html
下载: 63
查看: 1096

编译器/解释器 词法分析程序

词法分析程序,可对以下的C源程序进行分析:main() {int a[12] ,sum for(i=1 i<=12 i++) {for(j=1 j<=12 j++)scanf("%d",&a[i][j]) } for(i=12 i>=1 i--){ for(j=12 j>=1 j--){ if(i==j&&i+j==13)sum+=a[i][j] } } printf("%c",sum) }
https://www.eeworm.com/dl/628/131829.html
下载: 59
查看: 1054

嵌入式Linux 文件功能 44binit.s----中断初始化

文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c-------主函数 44blib.c-----S3C44B0X的一些自己编写的库文件
https://www.eeworm.com/dl/653/140967.html
下载: 149
查看: 1048

汇编语言 data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 by

data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring ...
https://www.eeworm.com/dl/644/199823.html
下载: 110
查看: 1162

驱动编程 This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest i

This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledge needed to write device drivers. In this article, ...
https://www.eeworm.com/dl/618/252357.html
下载: 70
查看: 1095

通讯编程文档 This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is s

This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is "runsim.m". In these simulations the SISO option is not expli ...
https://www.eeworm.com/dl/646/337083.html
下载: 35
查看: 1129

单片机开发 基于at89c2051的方波发生器

基于at89c2051的方波发生器,MAIN: MOV SP,#60H 设置SP指针 MOV R0,#50H 显示缓冲区首地址时50H ML0: CLR A MOV @R0,A 显示缓冲区清零 INC R0 CJNE R0,#55H,ML0
https://www.eeworm.com/dl/648/368793.html
下载: 149
查看: 1114

Java编程 Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel

Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I ...
https://www.eeworm.com/dl/633/410842.html
下载: 42
查看: 1081

电子书籍 This book is about writing TinyOS systems and applications in the nesC language. This chapter gives

This book is about writing TinyOS systems and applications in the nesC language. This chapter gives a brief overview of TinyOS and its intended uses. TinyOS is an open-source project which a large number of research universities and companies contribute to. The main TinyOS website, http://www.tiny ...
https://www.eeworm.com/dl/cadence/ebook/485917.html
下载: 73
查看: 1067