代码搜索:APPLICATION
找到约 10,000 项符合「APPLICATION」的源代码
代码结果 10,000
www.eeworm.com/read/15935/598040
h application.h
#ifndef application_h
#define application_h
#define set_cs PORTB |= (1
www.eeworm.com/read/15935/598043
c application.c
#include
#include
#include "define.h"
#include "initial.h"
#include "pdiusbd12.h"
#include "descriptor.h"
#include "endpointfun.h"
#include "chap9.h"
#include "applic
www.eeworm.com/read/16166/663298
c application.c
#include "includes.h"
#define TASK_STK_SIZE 1 /* 定义任务堆栈大小 */
OS_STK TaskStartStk[TASK_STK_SIZE];
void TaskStart(void *data);
www.eeworm.com/read/16316/668888
java application.java
/*
* Copyright 2009 Cedric Priscal
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy
www.eeworm.com/read/16316/668921