排序:上传时间 相关度 下载量 查看数

include 624

按分类查找:

  • vc++与visio 安装VISIO office(推荐2003以上版本)必须安装visio office 否则程序无法运行 安装VisioSDK(推荐2003以上版本) 默认安装路径为<

    vc++与visio 安装VISIO office(推荐2003以上版本)必须安装visio office 否则程序无法运行 安装VisioSDK(推荐2003以上版本) 默认安装路径为<SDK> C:\Program Files\Microsoft Office\Office12\VisSDK 新建project(实例代码是新建了个MFC Dialog base program) 将<SDK>\Libraries\CPP\里的include目录下和sources目录下 ...

    /dl/489266.html

    标签: office visio 2003 VisioSDK

    上传时间: 2013-12-25

    上传用户:大融融rr

  • In the next generation of wireless communication systems, there will be a need for the rapid deploy

    In the next generation of wireless communication systems, there will be a need for the rapid deployment of independent mobile users. Significant examples include establishing survivable, efficient, dynamic communication for emergency operations, disaster relief efforts, and military networks. Such n ...

    /dl/492162.html

    标签: communication generation the wireless

    上传时间: 2014-01-07

    上传用户:cuibaigao

  • In the next generation of wireless communication systems, there will be a need for the rapid deploy

    In the next generation of wireless communication systems, there will be a need for the rapid deployment of independent mobile users. Significant examples include establishing survivable, efficient, dynamic communication for emergency operations, disaster relief efforts, and military networks. Such n ...

    /dl/492164.html

    标签: communication generation the wireless

    上传时间: 2014-01-04

    上传用户:tedo811

  • toj 4022源代码

    #include <iostream> using namespace std; int main(){ int t; cin>>t; while(t--){ long long n; cin>>n; if(n%2==1) cout<<(n*n-1)/4<<endl; else if (n%4==0) cout <<(n*n)/4-1<<endl; else{ if(n==2) cout<<1<<endl; else{ long long k=n/2-1; cout <<k*k+2*k-3<<endl; } ...

    /dl/502385.html

    标签: 天津大学acm4022 代码

    上传时间: 2015-04-20

    上传用户:nr607

  • 两个链表的交集

    两个链表的交集 #include<stdio.h> #include<stdlib.h> typedef struct Node{ &nbsp; int data; &nbsp; struct &nbsp;Node *next; }Node; void initpointer(struct Node *p){ &nbsp; p=NULL; } int &nbsp;printlist(struct Node* head){ &nbsp; int flag=1; &nbsp; head=head->next; &nbsp; /* &nbsp; 因为标记1的地 ...

    /dl/502540.html

    标签: c语言编程

    上传时间: 2015-04-27

    上传用户:coco2017co

  • 单片机课程设计

    #include<reg52.h>&nbsp; #include<intrins.h> #define LED P0 sbit KEY0=P2^0; &nbsp;//定义按键输入端口 A &nbsp;&nbsp; sbit KEY1=P2^1; &nbsp;//定义按键输入端口 B &nbsp;&nbsp; sbit KEY2=P2^2; &nbsp;//定义按键输入端口 C unsigned int Led_table[8]={0xfe,0xfc,0xf8,0xf0,0xe0,0xc0,0x80,0x00}; char Led_num=0 ...

    /dl/508925.html

    标签: 单片机

    上传时间: 2015-12-23

    上传用户:kimyu

  • C语言用户注册及登录

    #include<stdio.h> #include<stdlib.h> #include<conio.h> #include<string.h> main(void) { &nbsp; char new_name[4], name[4]; &nbsp; &nbsp; int new_sn ,sn; &nbsp; &nbsp; printf(" &nbsp; &nbsp; &nbsp; &nbsp;【注册】\n\n"); &nbsp; &nbsp; printf("请输入用户名(四位英文字母):"); &nbsp; &nbsp; scanf("%s", ...

    /dl/509083.html

    标签: C语言

    上传时间: 2015-12-30

    上传用户:gjatd1987

  • 用定时器以间隔500MS在6位数码管上依次显示0、1、 2、3….C、D、E、F,重复。

    #include<reg51.h> #define uchar unsigned char #define uint unsigned int uint i,j; sbit dula=P2^6; sbit wela=P2^7; uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d, 0x7d,0x07,0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71}; void main() {&nbsp; j=0; i=0; &nbsp; &nbsp; TMOD=0X01; TH0=(65536-50000)/256; TL ...

    /dl/509595.html

    标签: 用定时器以间隔500MS在6位数码管上依次显示0、1、 2、3….C、D、E、F,重复。

    上传时间: 2016-02-11

    上传用户:娇纵Pamper

  • 红外解码程序

    /* &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 ...

    /dl/509771.html

    标签: 程序

    上传时间: 2016-03-03

    上传用户:彦 yan

  • AVR单片机转速表

    /****************************************************************&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 外部晶振8M&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PA0~3:四位数码管的位选&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PB0~7:数码管 ...

    /dl/509864.html

    标签: C语言

    上传时间: 2016-03-09

    上传用户:彦 yan