搜索结果
找到约 54 项符合
defines 的查询结果
按分类筛选
- 全部分类
- 其他 (8)
- 单片机开发 (3)
- 通讯/手机编程 (3)
- 数学计算 (3)
- 电源技术 (2)
- 驱动编程 (2)
- 其他书籍 (2)
- Linux/Unix编程 (2)
- 文件格式 (2)
- 技术资料 (2)
- 多媒体处理 (1)
- C/C++语言编程 (1)
- 嵌入式/单片机编程 (1)
- 书籍源码 (1)
- Java编程 (1)
- 通讯编程文档 (1)
- 加密解密 (1)
- 其他嵌入式/单片机内容 (1)
- 技术管理 (1)
- 网络 (1)
- 人工智能/神经网络 (1)
- RFID编程 (1)
- 压缩解压 (1)
- 串口编程 (1)
- 微处理器开发 (1)
- 系统设计方案 (1)
- 电子书籍 (1)
- 软件工程 (1)
- 编辑器/阅读器 (1)
- 接口技术 (1)
- 资料/手册 (1)
- 单片机编程 (1)
- 源码 (1)
- 软件 (1)
- 书籍 (1)
串口编程 Can通讯的源码
Can通讯的源码,Defines the special registers and firmware programs for lpc22xx\lpc212x\lpc211x\lpc210x
微处理器开发 The purpose of this document is to define the format of the messages and data being communicated be
The purpose of this document is to define the format of the messages and data being
communicated between microprocessors used in heavy-duty vehicle applications. It is meant to serve as a
guide toward a standard practice to promote software compatibility among microcomputer based modules.
This docum ...
Linux/Unix编程 自己写的robocup-2d程序
自己写的robocup-2d程序,从UVA改编
This method is the first complete simple team and defines the actions taken
by all the players on the field (excluding the goalie). It is based on the
high-level actions taken by the simple team FC Portugal that it released in
2000.
通讯/手机编程 GNU_Radio GNU radio is a free/open-source software toolkit for and the con
GNU_Radio
GNU radio is a free/open-source software toolkit for and the content is controlled by a handful of organizations. Cell
building software radios, in which software defines the phones are a great convenience, but the features your ...
编辑器/阅读器 #include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/signal.h>
#include <avr/sleep.h>
#include <avr/pgmspace.h>
#include <string.h>
#include <util/delay.h>
#include <avr/eeprom.h>
#include <stdio.h>
#include "defines.h"
其他书籍 This document specifies a collection of compiler directives, library routines, and environment vari
This document specifies a collection of compiler directives, library routines, and
environment variables that can be used to specify shared-memory parallelism in C, C++
and Fortran programs. This functionality collectively defines the specification of the
OpenMP Application Program Interface (OpenMP ...
接口技术 net_tcp.h
/*
*********************************************************************************************************
* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; uC/TCP-IP V2
* &nbsp; &nbsp; &nbsp; ...
资料/手册 ICD-GPS-200, Revision C
This Interface Control Document (ICD) defines the requirements related to the interface between the Space Segment (SS) of the Global Positioning System (GPS) and the Navigation User Segment (US) of the GPS.
单片机编程 舵机电机PID控制算法
#include <hidef.h>&nbsp; &nbsp;&nbsp; &nbsp;/*
common defines and macros */
#include "derivative.h"&nbsp; &nbsp;&nbsp; &nbsp;/*
derivative-specific definitions */
#include <mc9s12xs128.h>
//定义PID参数
#define VV_KPVALUE 3&nbsp; &nbsp;&nbsp; &nbsp; //比例
#define VV_KIVALUE 40&nbsp; &nbsp;&nbsp;&nbs ...
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...