Define
共 234 篇文章
Define 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 234 篇文章,持续更新中。
this code define non-deterministic finite automata using lisp
this code define non-deterministic finite automata using lisp
this code define the deterministic finite automata using genetic programming
this code define the deterministic finite automata using genetic programming
一个倒车雷达的程序 使用的是AVR单片机。 在include.h文件里面定义 #define CPU_F 4 //4MHZ 定义外晶振的频率 #define GOOD //40K
一个倒车雷达的程序
使用的是AVR单片机。
在include.h文件里面定义
#define CPU_F 4 //4MHZ 定义外晶振的频率
#define GOOD //40KHZ更准确
#define DIS150CM //若定义了,1.5M有效,没有定义就是2.5M有效
#define DEBUG //若定义了,则是调试模式debug , 没定义就是rele
// 该入口文件由ThinkPHP自动生成 define( THINK_PATH , ../ThinkPHP ) //定义项目名称
// 该入口文件由ThinkPHP自动生成
define( THINK_PATH , ../ThinkPHP )
//定义项目名称,如果不定义,默认为入口文件名称
define( APP_NAME , ajax )
define( APP_PATH , ./ajax )
//加载ThinkPHP框架公共入口文件
require(THINK_PATH. /Thin
BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma
BP神经网络程序,C语言源代码
如下:
#include "iostream.h"
#include "iomanip.h"
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
#include "time.h"
#include "fstream.h"
#define N 120 //学习样本个数
#define
10种软件滤波方法的示例程序 1、限副滤波 /* A值可根据实际情况调整 value为有效值
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if (
基于单片机的10根线束线缆检测器的源程序 #pragma sfr #pragma DI #pragma EI #pragma NOP //#pragma interrupt INTTM010
基于单片机的10根线束线缆检测器的源程序
#pragma sfr
#pragma DI
#pragma EI
#pragma NOP
//#pragma interrupt INTTM010 isr_INTTM000
#pragma interrupt INTTM80 isr_INTTM80
//#pragma interrupt INTTMH1 isr_INTTMH1
遥控处理程序 #define REMOTE_H
遥控处理程序
#define REMOTE_H
include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #inclu
include <stdio.h> /*标准输入输出定义*/
#include <stdlib.h> /*标准函数库定义*/
#include <unistd.h> /*Unix标准函数定义*/
#include <sys/types.h> /**/
#include <
U-Boot for 2440 YL-P2440 改为 #define S3C2440 1
U-Boot for 2440
YL-P2440
改为
#define S3C2440 1
CC2520+STM32
#define RF_CHANNEL 25 // 2.4 GHz RF channel<br />
<br />
// BasicRF address definitions µØÖ·¶¨Òå<br />
#define PAN_ID
TM1638驱动显示例程
#define TM1638_STB PORTC_Bit1<br />
#define TM1638_CLK
#include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h>
#include<stdio.h>
#include<string.h>
#include<limits.h>
#include<unistd.h>
#include<sys/types.h>
#define PROMPT_STRING "[myshell]$"
#define QUIT_STRING "exit\n"
//使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define
//使用gray code的解法
#include <iostream>
#include <cmath>
using namespace std
#define ZERO 0
#define ONE 1
#define ODD 1
#define EVEN 0
#define RIGHT 1
#define LEFT 0
#define
简单的计算器
// 学生管理.cpp : Defines the entry point for the application.<br />
//<br />
<br />
#include "stdafx.h"<br />
#include "resource.h"<br />
<br />
#define MAX_LOADSTRING 100<br />
<br />
// Global Variable
c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.<br />
//<br />
<br />
#include "stdafx.h"<br />
#include "resource.h"<br />
<br />
#define MAX_LOADSTRING 100<br />
<br />
// Global Variable
运动会源代码
<ol class="dp-cpp">
<li>
<span><span class="preprocessor">#include <malloc.h> </span><span> </span></span>
</li>
<li>
<span></span><span class="preproces
uc-gui.apj SDT2.51工程文件 uC-GUI ADS1.2工程文件夹 FS-GUI UltraEdit工程文件 SI SourceInsight工程文件夹 img C语言
uc-gui.apj SDT2.51工程文件
uC-GUI\ ADS1.2工程文件夹
FS-GUI UltraEdit工程文件
SI\ SourceInsight工程文件夹
img\ C语言格式位图
gui\ uC-GUI源代码文件夹
不同的LCD需改变\gui\config\lcdconf.h文件中的定义
#define LCDMONO //单色
#define
利用栈的基本操作实现将任意一个十进制整数N转化为R进制整数。
#include <stdlib.h><br />
#include<stdio.h><br />
#include <malloc.h><br />
#define stack_init_size 100<br />
#define stackincrement 10<br />
typedef struct sqstack<br />
{<br />
int
usb 开发 源码 #define USBStorName "USB Mass Storage" #define USBStorRev 1 #define USBStorFeature DRP_F
usb 开发 源码 #define USBStorName "USB Mass Storage"
#define USBStorRev 1
#define USBStorFeature DRP_FC_IO_FOR_INQ_AEP
#define USBSTOR_Major_Ver 0x03
#define USBSTOR_Minor_Ver 0x0A