搜索结果
找到约 613 项符合
main 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (47)
- 单片机编程 (45)
- 技术资料 (41)
- 微处理器开发 (35)
- 其他 (25)
- 书籍 (23)
- Java编程 (22)
- 源码 (22)
- Linux/Unix编程 (20)
- matlab例程 (18)
- 汇编语言 (17)
- 数学计算 (12)
- 嵌入式/单片机编程 (12)
- 编译器/解释器 (11)
- VC书籍 (11)
- 加密解密 (10)
- 数据结构 (10)
- 嵌入式Linux (9)
- DSP编程 (9)
- 其他嵌入式/单片机内容 (8)
- 系统设计方案 (8)
- 人工智能/神经网络 (8)
- uCOS (8)
- 文章/文档 (8)
- C/C++语言编程 (7)
- 其他书籍 (7)
- 网络 (6)
- 操作系统开发 (6)
- 数值算法/人工智能 (6)
- 通讯/手机编程 (5)
- 游戏 (5)
- 压缩解压 (5)
- 书籍源码 (5)
- VHDL/FPGA/Verilog (5)
- VIP专区 (5)
- 驱动编程 (4)
- Java书籍 (4)
- 软件设计/软件工程 (4)
- 其他行业 (4)
- 通讯编程文档 (4)
- 无线通信 (3)
- 串口编程 (3)
- J2ME (3)
- Windows CE (3)
- 文件格式 (3)
- 多国语言处理 (3)
- *行业应用 (3)
- 嵌入式综合 (3)
- 笔记 (3)
- 电源技术 (2)
- 通信网络 (2)
- 可编程逻辑 (2)
- 易语言编程 (2)
- 中间件编程 (2)
- STL (2)
- FlashMX/Flex源码 (2)
- 企业管理 (2)
- Applet (2)
- USB编程 (2)
- 电子书籍 (2)
- 医药行业 (2)
- Delphi控件源码 (2)
- 其他数据库 (2)
- Jsp/Servlet (2)
- 软件工程 (2)
- Internet/网络编程 (2)
- JavaScript (2)
- 邮电通讯系统 (2)
- Linux/uClinux/Unix编程 (2)
- 软件 (2)
- 习题答案 (2)
- 行业应用文档 (1)
- 学术论文 (1)
- 多媒体处理 (1)
- PCB相关 (1)
- 教程资料 (1)
- 开发工具 (1)
- 仿真技术 (1)
- VxWorks (1)
- GPS编程 (1)
- 电子政务应用 (1)
- 交通/航空行业 (1)
- SCSI/ASPI (1)
- 数据库系统 (1)
- MySQL数据库 (1)
- 3G开发 (1)
- 行业发展研究 (1)
- BREW编程 (1)
- 教育系统应用 (1)
- Symbian (1)
- 教材/考试/认证 (1)
- 论文 (1)
其他书籍 如何利用canvas 3d 在網頁上寫3D 程式 1. 在Firefox 3 上安裝canvas 3d add-on https://addons.mozilla.org/en-US/firefo
如何利用canvas 3d 在網頁上寫3D 程式
1. 在Firefox 3 上安裝canvas 3d add-on
https://addons.mozilla.org/en-US/firefox/search?q=Canvas+3d&cat=all
2. 下載canvas 3d JS api.
http://www.c3dl.org/index.php/download/
3. 撰寫Main.js 檔[ javascript file],程式碼和說明如下所示
软件工程 This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops
This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. ...
其他嵌入式/单片机内容 Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Inc
Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Included. Main file is "09.C". The code is written for turning the relay on and off at particular temperature thresholds.
微处理器开发 EM4094示例Firmware
EM4094示例Firmware,包括main.c,用c51实现
加密解密 RSA加密算法源代码 RSAEURO Version 1.02 Distribution In this distribution the various files are included
RSA加密算法源代码
RSAEURO Version 1.02 Distribution
In this distribution the various files are included in the directories
below.
DOCS - RSAEURO Documentation Directory
DEMO - Demo Applications Directory
SOURCE - Source Code Directory
SCRIPTS - Demo Applications Script Files
INSTALL - Inst ...
matlab例程 一道程序编译顺序的考题
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个 ...
医药行业 This is basic hospital management system with essentials and is build on Java Swings."dscreen.java"
This is basic hospital management system with essentials and is build on Java Swings."dscreen.java" is the main class here.
DSP编程 (1)测试外部数据RAM: 根据我们定义的逻辑
(1)测试外部数据RAM:
根据我们定义的逻辑,外部RAM在数据空间中定义在0x8000-0xFFFF,共32k字,占据RAM中的低32K存储空间。提供2种测试方法,采用一种方式即可。
硬件仿真模式下,将目标板上电。
第一种方法:采用用程序测试实验
程序所在目录ex1_RAMTest。
该程序执行的功能是对外部数据RAM区0x8000-0xFFFF,从0 ...
DSP编程 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open
汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下:
1. Project->Open ,打开该目录中的工程文件。
2. Project->Rebuild ALL, 编译链接
3. File->Load Program
4. Debug->GO Main
5. Debug->RUN (快捷键F5)
即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时 ...
DSP编程 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open
汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下:
1. Project->Open ,打开该目录中的工程文件。
2. Project->Rebuild ALL, 编译链接
3. File->Load Program
4. Debug->GO Main
5. Debug->RUN (快捷键F5)
即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时 ...