搜索结果
找到约 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)
DSP编程 程序所在目录:ex3_LED 打开CC2000,进行如下操作: 1. Project->Open
程序所在目录:ex3_LED 打开CC2000,进行如下操作:
1. Project->Open ,打开该目录中的工程文件。
2. Project->Rebuild ALL, 编译链接
3. File->Load Program
4. Debug->GO Main
5. Debug->RUN (快捷键F5) 可以看到的现象为:最边上一个LED 不断闪烁(这个LED 在后面其他的程序中都被定义成在定时器 ...
DSP编程 程序所在目录:ex4_SCI 采用标准DB9 串口直连线将PC 串口和扩展板串口相连。打开PC 上的串口调试软件。默认设置COM1,9600N,8,1。选择按16 进制接收和发送。 然后打开
程序所在目录:ex4_SCI
采用标准DB9 串口直连线将PC 串口和扩展板串口相连。打开PC 上的串口调试软件。默认设置COM1,9600N,8,1。选择按16 进制接收和发送。
然后打开CC2000,进行如下操作:
1.Project->Open ,打开该目录中的工程文件。
2.Project->Rebuild ALL,编译链接
3.File->Load Program
4.Debug->GO M ...
DSP编程 程序所在目录:ex5_SPI D/A 转换芯片选用的是SPI 接口的TLC5620,串行4 通道8 位DA 转换。 打开CC2000,进行如下操作: 1.Project->Open
程序所在目录:ex5_SPI D/A 转换芯片选用的是SPI 接口的TLC5620,串行4 通道8 位DA 转换。 打开CC2000,进行如下操作:
1.Project->Open ,打开该目录中的工程文件。
2.Project->Rebuild ALL,编译链接
3.File->Load Program
4.Debug->GO Main
5.Debug->RUN (快捷键F5) 用示波器可以看到DA_OUT1 接口输出三角 ...
其他 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 ...
嵌入式/单片机编程 2007年全国大学生电子设计大赛
2007年全国大学生电子设计大赛,A题音频信号分析仪的全部源程序。
单片机为c8051f120,系统时钟倍频至96MHZ。
main.c是一个包含五级菜单的主函数。
FFT.C是进行fft变换,将时域信号变换成频域信号。
flash.c是读写片外flash存储器的程序,可以将分析结果保存,以备调用.
z7290.c是周立功7290键盘芯片的驱动程序.
FFT_xgjis.c ...
matlab例程 AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yo
AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files
1. ADABOOST_tr.m
2. ADABOOST_te.m
to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo fi ...
人工智能/神经网络 AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yo
AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files
文章/文档 Watermarking schemes evaluation Abstract鈥擠igital watermarking has been presented as a solution to c
Watermarking schemes evaluation
Abstract鈥擠igital watermarking has been presented as a solution to copy protection of multimedia objects and dozens of schemes and algorithms have been proposed. Two main problems seriously darken the future of this technology though.
Firstly, the large number of at ...
行业发展研究 H.264/AVC is the current video standardization project of the ITU-T Video Coding Experts Group (VCE
H.264/AVC is the current video standardization project of the ITU-T Video Coding
Experts Group (VCEG) and the ISO/IEC Moving Picture Experts Group (MPEG). The
main goals of this standardization effort are to develop a simple and straightforward
video coding design, with enhanced compression performa ...
DSP编程 This experiment uses the Blackfi n BF533/BF537 EZ-KIT to run a simple FIR fi lter on stereo channe
This experiment uses the Blackfi n BF533/BF537 EZ-KIT to run a simple FIR fi lter on stereo
channels at a sampling frequency of 48 kHz. The
CYCLE register is embedded in the main
program (
process_data.c) to benchmark the time needed to process two FIR fi lters. A
background telemetry channel (B ...