CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - include.h

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4395
    • 提供者:good@588
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. Simulation_IIC.rar

    1下载:
  2. STM32 模拟I2C 驱动 工程师可以作为参考运用到实际项目开发中,Simulation_IIC\include\fonts.h Simulation_IIC\include\lcd.h Simulation_IIC\include\main.h Simulation_IIC\include\stm32f10x_conf.h Simulation_IIC\include\stm32f10x_it.h Simulation_IIC\project\cortexm2_macro.s
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:37433
    • 提供者:李建刚
  1. debugmalloc

    0下载:
  2. #include <stdlib.h> #include <string.h> #include <stdio.h> //#include <iostream> #include "debugmalloc.h" #include "dmhelper.h" /*Define the macro */ #define ALIGN 8 #define FENCE 0xDEADBEEF #define HE
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:2924
    • 提供者:liucj
  1. getopt

    0下载:
  2. #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifndef __STDC__ # ifndef const # define const # endif #endif
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:9219
    • 提供者:liucj
  1. shunxu

    0下载:
  2. //顺序表的建立、查找、插入与删除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define ListSize 100 //表最大长度 //结构定义 typedef struct SeqList { int node[ListSize] //存放表结点 int length //当前表长度 } SeqList //插入元素
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1211
    • 提供者:珈旖
  1. include

    0下载:
  2. 一些经常遇到的.h文件,经过整理汇总,会有帮助的-Frequently encountered. H file, after finishing summary, there will be helpful
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:111442
    • 提供者:dsb
  1. chaoshiguanli

    0下载:
  2. #include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1415926 #define NULL 0 #include<stdio.h> #include<string.h> -# Include <stdlib.h># Include dos.h# Include graphics.h# I
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:22839
    • 提供者:柴利博
  1. Mysqlrar

    0下载:
  2. mysql的出错代码表,根据mysql的头文件mysql/include/mysqld_error.h整理而成 -mysql error code table, according to the mysql header files mysql/include/mysqld_error.h collated from
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:10279
    • 提供者:hehe
  1. 4

    0下载:
  2. 四则运算 将算术表达式转换成后缀表达式后计算-#include<stdio.h> #include <stdlib.h>
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1144
    • 提供者:
  1. 2

    0下载:
  2. 单链表的插入和删除实验目的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删除等基本操作。 -# include <stdio.h> # include<malloc.h> # define ND sizeof(struct List) struct List {int data struct List*next } void main() {
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:895
    • 提供者:
  1. SIN

    0下载:
  2. 简易正弦波发生器 //精英团队提供 //控制信号 :P20 //数据线 :P0口-include <reg52.h> sbit WR2 = P2 ^ 0 unsigned char code sin[256]
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:953
    • 提供者:刘海
  1. lcd1602

    0下载:
  2. sbit DS1302_CLK = P3^4 //实时时钟 线引脚 sbit DS1302_IO = P3^3 //实时时钟数据线引脚 sbit DS1302_RST = P3^5 //实时时钟复位线引脚-#include <REG51.H> #include <intrins.h> //#include "LCD1602.h" //#include "DS1302.h" #define uint unsigned int #defi
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:603548
    • 提供者:ruan
  1. dos

    0下载:
  2. 在cvm中实现dos的滚屏打印方式,并在cvm.h 的基础上增加了诸多实用的函数,包括一些图形界面的函数,所带的五笔输入法可以打词,比系统自带的只能打单个字的要方便很多。 只有dos.h文件是用户用的头文件; 用法如下: #include "dos.h" void dos() /*相当于main*/ { } 用户不能用main,因为main已经在dos.obj里了; dos.obj 的生成:dos.c 和其他的.h文件用于生成dos.obj ,只要 cvm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:13429
    • 提供者:luoweijian
  1. Wii_Test

    0下载:
  2. 这是使用WiimoteLib将Wii遥控器作为基本输入设备的例子。其中包括红外线感应、加速度感应以及按键和LED控制。-This is the use of the Wii remote WiimoteLib as a basic input device examples. These include infra-red sensors, acceleration sensors, as well as buttons and LED control.
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2687794
    • 提供者:yujianqiao
  1. c-P-P-lexical-analysis

    0下载:
  2. c++词法分析很简单的代码#include<iostream.h> #include<fstream.h> #include<stdlib.h> #include<stdio.h> #include<string.h> #include<conio.h> #include<process.h> /*头文件*/ -c++ lexical analysis is very simple c
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:2853
    • 提供者:李亚茹
  1. EVMDM365_BSL_revf

    0下载:
  2. 包含DM368官方标准源文件和头文件和基本的例程(include.h and.c files)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1427456
    • 提供者:wang_cxd
  1. CvvImage

    0下载:
  2. 在OpenCV高版本里CvvImage类被取消,如果想继续沿用以前的CvvImage,其实很简单,只要搜到CvvImage的源代码(.h和.cpp)。在自己的工程里面增加一个新的CvvImage类就可以了。然后注意在view类头上加个#include "CvvImage.h"(In the OpenCV version, the CvvImage class is cancelled. If you want to continue to use the previous C
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:慢慢曼
  1. WiFi

    0下载:
  2. WiFi模块驱动头文件。使用时用#include<WIFI.h>(The WiFi module drives the header file. Use #include<WIFI.h> for use)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:5237760
    • 提供者:opps123
  1. SD

    1下载:
  2. 驱动sd读卡器的头文件,使用时用#include<SD.h>.(The WiFi module drives the header file. Use #include<WIFI.h> for use)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:60416
    • 提供者:opps123
« 12 3 4 5 »
搜珍网 www.dssz.com