搜索结果
找到约 873 项符合
Main 的查询结果
按分类筛选
- 全部分类
- 技术资料 (251)
- 单片机开发 (52)
- 单片机编程 (48)
- 微处理器开发 (35)
- matlab例程 (30)
- 其他 (27)
- 源码 (24)
- 书籍 (23)
- Java编程 (23)
- Linux/Unix编程 (22)
- 汇编语言 (17)
- 数学计算 (13)
- 嵌入式/单片机编程 (12)
- 人工智能/神经网络 (12)
- 编译器/解释器 (11)
- VC书籍 (11)
- DSP编程 (10)
- 加密解密 (10)
- 数据结构 (10)
- 嵌入式Linux (9)
- 数值算法/人工智能 (8)
- 通讯/手机编程 (8)
- 其他书籍 (8)
- uCOS (8)
- 文章/文档 (8)
- 系统设计方案 (8)
- 其他嵌入式/单片机内容 (8)
- C/C++语言编程 (7)
- 操作系统开发 (6)
- 网络 (6)
- VIP专区 (6)
- 书籍源码 (5)
- 压缩解压 (5)
- 游戏 (5)
- 通讯编程文档 (5)
- VHDL/FPGA/Verilog (5)
- 软件设计/软件工程 (5)
- 电子书籍 (4)
- 驱动编程 (4)
- 文件格式 (4)
- Java书籍 (4)
- 其他行业 (4)
- 笔记 (3)
- 无线通信 (3)
- 嵌入式综合 (3)
- 串口编程 (3)
- *行业应用 (3)
- Applet (3)
- 多国语言处理 (3)
- J2ME (3)
- FlashMX/Flex源码 (3)
- Windows CE (3)
- 中间件编程 (3)
- 软件 (2)
- 习题答案 (2)
- 电源技术 (2)
- 行业应用文档 (2)
- Linux/uClinux/Unix编程 (2)
- 数据库系统 (2)
- 软件工程 (2)
- 通信网络 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 企业管理 (2)
- USB编程 (2)
- 其他数据库 (2)
- STL (2)
- Delphi控件源码 (2)
- 易语言编程 (2)
- 医药行业 (2)
- JavaScript (2)
- 邮电通讯系统 (2)
- Jsp/Servlet (2)
- 论文 (1)
- PCB相关 (1)
- 学术论文 (1)
- 多媒体处理 (1)
- 仿真技术 (1)
- 教材/考试/认证 (1)
- 开发工具 (1)
- 教程资料 (1)
- 教育系统应用 (1)
- SCSI/ASPI (1)
- BREW编程 (1)
- VxWorks (1)
- 交通/航空行业 (1)
- Symbian (1)
- MySQL数据库 (1)
- 电子政务应用 (1)
- 行业发展研究 (1)
- GPS编程 (1)
- 3G开发 (1)
其他行业 关于 ZFC 框架的自述文件 2003.6.18 ======================================================================
关于 ZFC 框架的自述文件
2003.6.18
======================================================================
如何在PowerBuilder 开发环境中运行ZFC 框架。
1、文件
app.pbl 常用应用库;
controls.pbl zfc 控件库;
main.pbl 主要对象库;
demo.pbl 演示程序库;
2、目录
DB 演示数据库;
PSR 演示PB报表; ...
其他 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 ...
编译器/解释器 词法分析程序
词法分析程序,可对以下的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) }
嵌入式Linux 文件功能 44binit.s----中断初始化
文件功能
44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。
mencfg.s-----定义存储器延时等参数
option.s-----定义系统时钟频率等
main.c-------主函数
44blib.c-----S3C44B0X的一些自己编写的库文件
汇编语言 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 ...
驱动编程 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, ...
通讯编程文档 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 ...
单片机开发 基于at89c2051的方波发生器
基于at89c2051的方波发生器,MAIN: MOV SP,#60H 设置SP指针
MOV R0,#50H 显示缓冲区首地址时50H
ML0: CLR A
MOV @R0,A 显示缓冲区清零
INC R0
CJNE R0,#55H,ML0
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 ...
电子书籍 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 ...