代码搜索:低功耗测试
找到约 10,000 项符合「低功耗测试」的源代码
代码结果 10,000
www.eeworm.com/read/250425/12407062
c 测试.c
#include
#define uchar unsigned char
#define uint unsigned int
//延时程序;
void delay_us(int t)
{
do
t--;
while(t>1);
}
void delay_ms(unsigned long int t)
{
while(t!=0)
www.eeworm.com/read/250112/12432799
sav 测试.sav
www.eeworm.com/read/130694/14177796
bmp 测试.bmp
www.eeworm.com/read/232777/14182736
bmp 测试.bmp
www.eeworm.com/read/225442/14540766
ico 测试.ico
www.eeworm.com/read/222904/14668343
ico 测试.ico
www.eeworm.com/read/222904/14668356
dsp 测试.dsp
# Microsoft Developer Studio Project File - Name="测试" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Applic
www.eeworm.com/read/222904/14668360
h 测试.h
// 测试.h : main header file for the 测试 application
//
#if !defined(AFX__H__1AF25B41_FAE2_48E0_ADAA_39C33262E276__INCLUDED_)
#define AFX__H__1AF25B41_FAE2_48E0_ADAA_39C33262E276__INCLUDED_
#if _
www.eeworm.com/read/222904/14668363
cpp 测试.cpp
// 测试.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "测试.h"
#include "MainFrm.h"
#include "测试Doc.h"
#include "测试View.h"
#ifdef _DEBUG
#define new