搜索:example+code

找到约 5,882 项符合「example+code」的查询结果

结果 5,882
按分类筛选
显示更多分类
https://www.eeworm.com/dl/663/461372.html VHDL/FPGA/Verilog

High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. F

High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. For full-speed USB devices the operating frequency was low enough to allow data recovery to be handled in a vendors VHDL code, with the ASIC vendor providing only a simple level tran ...
下载 182
·
查看 1160
https://www.eeworm.com/dl/628/491812.html 编译器/解释器

1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-

1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。 ...
下载 32
·
查看 1112
https://www.eeworm.com/dl/841986.html 技术资料

基于STM32F407的openmv项目源码及库

基于STM32F407的openmv###OpenMV (Open Machine Vision Module)OpenMV is an open-source tiny machine vision module based on an STM32F4xx ARM Cortex-M4 MCU and an OV9650 sensor, it's currently capable of doing face detection at 25FPS, color tracking at 30FPS+ and has USART interfa ...
下载 5
·
查看 6347
https://www.eeworm.com/dl/868719.html 技术资料

DSP集成开发环境CCS开发指南

本章概述CCS(Code Composer Studio)软件开发过程、CCS组件及CCS使用的文件和变量。  CCS提供了配置、建立、调试、跟踪和分析程序的工具,它便于实时、嵌入式信号处理程序的编制和测试,它能够加速开发进程,提高工作效率。 ...
下载 8
·
查看 3060
https://www.eeworm.com/dl/648/270661.html 单片机开发

欢迎进入嵌入式编程和微控制器应用的世界!使用日益流行且价格适宜的Atmel AVR嵌入式控制器作为学习平台

欢迎进入嵌入式编程和微控制器应用的世界!使用日益流行且价格适宜的Atmel AVR嵌入式控制器作为学习平台,本书是目前可以获得的最佳—书籍之一。对于初学者,本书将会是极好的选择。随着对Atmel AVR RISC处理器的介绍,读者会立即进入嵌入式C语言教程之中。在本书中,读者将学习C语言的变量和常量、运算 ...
下载 31
·
查看 1094
https://www.eeworm.com/dl/502/29026.html 单片机编程

c51流水灯仿真与程序

对应程序: #include<reg52.h> #define uint unsigned int #define uchar unsigned char uchar code tab[]={ 0x81, 0x42, 0x24, 0x18, }; void delay(uint z) { uint i,j; for(i=z;i>0;i--) for(j=120;j>0;j--); } void init() { P0=0x00; }
下载 76
·
查看 1102
https://www.eeworm.com/dl/617/146708.html 压缩解压

The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously dow

The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories a zlib.dcu file and i felt it ...
下载 157
·
查看 1175
https://www.eeworm.com/dl/502/31648.html 单片机编程

51单片机拼音中文输入法c程序源代码

拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]); input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例: {  unsigned char input_string[]={"bang"};  unsigned char chines_string[100];  sprintf(chin ...
下载 103
·
查看 1099
https://www.eeworm.com/dl/656/264526.html Java书籍

THIS book covers the Java&#8482 Native Interface (JNI). It will be useful to you if you are interes

THIS book covers the Java&#8482 Native Interface (JNI). It will be useful to you if you are interested in any of the following: &#8226 integrating a Java application with legacy code written in languages such as C or C++ &#8226 incorporating a Java virtual machine implementation ...
下载 35
·
查看 1109
https://www.eeworm.com/dl/656/206150.html Java书籍

OReilly.Ajax.on.Rails.Dec.2006. ISBN-10: 0-596-52744-6. Learn to build dynamic, interactive web ap

OReilly.Ajax.on.Rails.Dec.2006. ISBN-10: 0-596-52744-6. Learn to build dynamic, interactive web applications using the two most important approaches to web development today: Ajax and the phenomenally efficient Ruby on Rails platform. This book teaches intermediate to advanced w ...
下载 79
·
查看 1084