搜索结果
找到约 903 项符合
stRing-include 的查询结果
单片机开发 ATMEL 90usb128 USB HID source,include USB protocol stack.
ATMEL 90usb128 USB HID source,include USB protocol stack.
微处理器开发 Microchip s DSP IC dsPIC33 demo code for Explorer 16. It include a LCD some LEDs and some keys. Just
Microchip s DSP IC dsPIC33 demo code for Explorer 16. It include a LCD some LEDs and some keys. Just very simple.
其他嵌入式/单片机内容 include:alarm, DMA, fine_gainde flash, HighResTime,ISR,Simple flash,and so on
include:alarm, DMA, fine_gainde flash, HighResTime,ISR,Simple flash,and so on
JavaScript 用JS实现JAVA string中的trim()方法
用JS实现JAVA string中的trim()方法
其他 /*实现从源字符串string到目的字符串str的复制函数*/
/*实现从源字符串string到目的字符串str的复制函数*/
数据结构 数据结构 课程 2叉树的遍历 #include "stdafx.h" #include <iostream.h> typedef char elemtype
数据结构 课程 2叉树的遍历 #include "stdafx.h"
#include <iostream.h>
typedef char elemtype
Windows CE 实现了EVC所有列双击可编辑,也适用于VC++ #include "stdafx.h" #include "FM.h"//这个不要也似乎可以,因为是对话框的头文件 #include "Edi
实现了EVC所有列双击可编辑,也适用于VC++
#include "stdafx.h"
#include "FM.h"//这个不要也似乎可以,因为是对话框的头文件
#include "EditListCtrl.h"
#include <windowsx.h>
Delphi控件源码 CrLab UniDAC 1.0 include sources
CrLab UniDAC 1.0 include sources
书籍源码 compile pricple source code,full code. good code,include LEX ananysis code,etc. enjoy!
compile pricple source code,full code.
good code,include LEX ananysis code,etc.
enjoy!
单片机开发 //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint un
//通过18B20检测的数字温度可在电脑上显示当前温度值
#include <reg52.h>
#define uchar unsigned char
#define uint unsigned int
sbit DS=P2^2 //define interface
uint temp // variable of temperature
uchar flag1 // sign of the result positive or negative
sbit dula=P2^6
sbit wela=P2^7 ...