搜索结果

找到约 600 项符合 EV-DO 的查询结果

Java编程 SpringMVC设计

   springMVC有三个映射器,如果不定义映射Mapping,那么就会使默认: l   <bean class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping"></bean> 也就是说:上面这个定义和不定义都是一样的。 不定义: <bean id="testController" name="/hello.do" class="cn.itc ...
https://www.eeworm.com/dl/511484.html
下载: 2
查看: 57

嵌入式综合 红外遥控RGB

#include "STC90.h" #include < intrins.h > #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit led_r = P1^3; sbit led_g = P1^4; sbit led_b = P1^5; sbit led_wd = P1^7; sbit K1 =P3^0 ; //增加键 sbit K2 =P3^1 ; ...
https://www.eeworm.com/dl/512141.html
下载: 1
查看: 113

源码 c语言算法排序

1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib.h> void merge(int arr[],int low,int mid,int high){   ...
https://www.eeworm.com/dl/514507.html
下载: 1
查看: 15

源码 点亮P10单元板单片机源程序

/*================================================================= 4扫16*16下入上出C语言程序, 低位起笔,数据反相。 预定义 **************************************************************/ #include #include //可使用其中定义的宏来访问绝对地址? bit ture=1; // 使能正反相位选择 bit false=0; / ...
https://www.eeworm.com/dl/514939.html
下载: 1
查看: 20

软件 iar for msp430 5.3 注册机

注册机分为三部分,分别为PartA,PartB,PartC 此注册机支持的软件如下:(2011年07月17日最新版) PartA:     IAR Embedded Workbench For MSC-51 v8.10     IAR Embedded Workbench For Atmel AVR v5.51     IAR Embedded Workbench For Atmel AVR32 v3.31    &n ...
https://www.eeworm.com/dl/515560.html
下载: 2
查看: 67

软件 IAR 4.42破解

可以应用到IAR EWARM-EV V4.42a 使用方法: 1:首先用iarid.exe产生ID 2:使用iarkg.exe产生lic文件,如:iarkg 0x12345>lic.txt
https://www.eeworm.com/dl/515882.html
下载: 3
查看: 114

软件 Footprint Maker 0.08 FPM

是否要先打开ALLEGRO? 不需要(当然你的机器须有CADENCE系统)。生成完封装后在你的输出目录下就会有几千个器件(全部生成的话),默认输出目录为c:\MySym\. Level里面的Minimum, Nominal, Maximum 是什么意思? 对应ipc7351A的ABC封装吗? 是的 能否将MOST, NOMINAL, LEAST三种有差别的封装在命名上也体现出差别? ...
https://www.eeworm.com/dl/516602.html
下载: 35
查看: 2201

源码 成绩查询系统

#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score   {   float math;   float english;   float computer;   }; struct student   {   int number ...
https://www.eeworm.com/dl/520134.html
查看: 56

源码 学生成绩guanli

#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score   {   float math;   float english;   float computer;   }; struct student   {   int number ...
https://www.eeworm.com/dl/520138.html
查看: 52

教程 标日初级超详细笔记

1.   日语假名及其发音一览     平  片  罗     平  片  罗     平  片  罗     平  片  罗     平  片  罗    假  假  ...
https://www.eeworm.com/dl/520488.html
下载: 1
查看: 20