搜索结果
找到约 39 项符合
extern 的查询结果
按分类筛选
编译器/解释器 动态链接库程序的编写。静态库与动态库的区别
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接 ...
Linux/Unix编程 #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"
static char inbuf[MAX_CANON]
char * g_ptr
char * g_lim
extern void yylex()
int main (void){
for( ){
if(fputs(PROMPT_STRING,stdout ...
数学计算 VC 中调用MATLAB 程序功能: 为了在vc中调用MATLAB而写的一个简单测试程序 设置路径: 根据MATLAB所在盘而定
VC 中调用MATLAB
程序功能:
为了在vc中调用MATLAB而写的一个简单测试程序
设置路径:
根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为
D:\MATLAB6p1\extern\include\,在工程中设置
需包含的头文件:
//matlab中的头文件调用matlab的函数
#include "engine.h"
需要连接的LIB库:
D:\MATLAB6p1\ext ...
技术书籍 c语言深度剖析
第一章关键字...................................................................................................................................9
1.1,最宽恒大量的关键字----auto..........................................................................................11
1.2,最快的关键字---- register. ...
接口技术 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; ...
单片机编程 红外解码程序
/*
&nbsp;* _168ZHONGDUAN2.c
&nbsp;*
&nbsp;* Created: 2014/11/2 15:12:45
&nbsp;* &nbsp;Author: lenovo
&nbsp;*/&nbsp;
#include <avr/io.h>
#include <avr/iom168pa.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <avr/eeprom.h>
//#include <util/delay_basic.h>
//unsigned char const SEGtabl ...
书籍 pid教程
pid控制
#ifndef _PID_H
#ifndef _PID_H
#ifdef _PID_C
&nbsp;&nbsp;&nbsp; #define PID_EXT
#else
&nbsp;&nbsp;&nbsp; #define PID_EXT extern
#endif
typedef struct PID
{
&nbsp;&nbsp; &nbsp;int SetPoint;
&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp; &nbsp;unsigned char BitMove;
&nbsp;&nbsp; &nbsp;
&nbsp;&nbsp; &n ...
技术资料 STM32F407VGT6精确脉冲控制步进电机源码
STM32F407VGT6精确脉冲控制步进电机源码,采用STM32F407VGT6芯片,抛弃单脉冲输出方式,直接使用普通PWM输出方式精确输出脉冲个数,每个脉冲都可以改变频率和占空比。PWM+中断,简单粗暴。#include "sys.h"#include "delay.h"#include "pwm1.h"#include "pwm2.h"#include "pwm3.h"//注释见pwm1.c文件extern int count2;int m ...
技术资料 微孔雾化片单片机自动调整中心频率原理图和软件
/**************** 扫频函数*************FileName:Frepuecy_Sweep.cProjectName:FunctionDesc:CreateDate:Version:Author:ModifyHistory:Remark:5ms 执行一次***************** 包含头文件**********************/#include "Stdint_Sonix.h"#include "SysInit.h"#include "Frequency_Sweep.h"#include "adc.h"/*********** ...