搜索结果

找到约 54 项符合 defines 的查询结果

串口编程 Can通讯的源码

Can通讯的源码,Defines the special registers and firmware programs for lpc22xx\lpc212x\lpc211x\lpc210x
https://www.eeworm.com/dl/624/385084.html
下载: 37
查看: 1051

微处理器开发 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 ...
https://www.eeworm.com/dl/655/385869.html
下载: 34
查看: 1054

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.
https://www.eeworm.com/dl/619/408394.html
下载: 163
查看: 1049

通讯/手机编程 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 ...
https://www.eeworm.com/dl/527/457972.html
下载: 80
查看: 1110

编辑器/阅读器 #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"
https://www.eeworm.com/dl/626/472075.html
下载: 152
查看: 1491

其他书籍 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 ...
https://www.eeworm.com/dl/542/476465.html
下载: 119
查看: 1025

接口技术 net_tcp.h

/* ********************************************************************************************************* *                                             uC/TCP-IP V2 *       ...
https://www.eeworm.com/dl/508248.html
查看: 56

资料/手册 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.
https://www.eeworm.com/dl/509447.html
下载: 1
查看: 39

单片机编程 舵机电机PID控制算法

#include <hidef.h>      /* common defines and macros */ #include "derivative.h"      /* derivative-specific definitions */ #include <mc9s12xs128.h> //定义PID参数 #define VV_KPVALUE 3       //比例 #define VV_KIVALUE 40    &nbs ...
https://www.eeworm.com/dl/510659.html
下载: 1
查看: 143

源码 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]; ...
https://www.eeworm.com/dl/513825.html
查看: 35