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

搜索资源列表

  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. 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. dec3

    0下载:
  2. dec3 编解码源程序 .从别的网站下载后稍作修改,增加了入口main函数。能编译通过,但是还不能运行。库函数都可以用-encrpt source code, dec3, include dec3.c, dec3.h, two files, download from other sites and do small modifications
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:12239
    • 提供者:james
  1. test

    0下载:
  2. #include "windows.h" #include "stdlib.h" #include "string.h" long WINAPI WndProc(HWND hWnd,UINT iMessage,UINT wParam,LONG lParam)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1007
    • 提供者:dan
  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. cc

    0下载:
  2. 分析的是实例 #include<stdio.h> #include<stdlib.h> typedef struct BST* tree_pointer //定义数据类型 typedef struct BST{ int key tree_pointer left tree_pointer right }BST tree_pointer CreateBST(tree_pointer root, int data)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:73043
    • 提供者:林明
  1. Sti_5518-h.Files

    0下载:
  2. Include .h Files of STI5518
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:143375
    • 提供者:TBX
  1. FFTtest

    1下载:
  2. 1. BCB建立lib,在命令提示字元下執行: implib -a fftw3-3.lib libfftw3-3.dll implib -a fftw3f-3.lib libfftw3f-3.dll implib -a fftw3l-3.lib libfftw3l-3.dll VC則 2.將 *.dll 複製到 c:\windows\system32 3.將fftw*.lib 加入專案
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1511209
    • 提供者:chin
  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. 1602_Diver

    0下载:
  2. #include<reg51.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int #define busy 0x80 #define DATAPORT P1 //数据端口 sbit RS=P3^5 sbit RW=P3^6 sbit ENABLE=P3^7 code char example[]="Waitting for yo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1348
    • 提供者:Tnavy
  1. ds18b20

    0下载:
  2. #include<reg51.h> #include<absacc.h> #include<stdio.h> #include<math.h> #define uchar unsigned char #define uint unsigned int sbit P00=P0^0 sbit P01=P0^1 sbit P02=P0^2 sbit P03=P0^3 sbit P04=P0^4 sbi
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-26
    • 文件大小:1647
    • 提供者:Tnavy
  1. 24c256_Diver

    1下载:
  2. #include <reg52.h> #include <intrins.h> #define ERROR 10 //允许出错次数 sbit SDA=P3^3 sbit SCL=P3^4 sbit LED=P1^7 enum eepromtype {AT2401,AT2402,AT2404,AT2408,AT2416,AT2432,AT2464,AT24128,AT24256} enum eepromtype enumer u
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2759
    • 提供者:Tnavy
  1. ChangingDesktop

    0下载:
  2. 设置桌面背景,  (1)使用ChangingDesktop需要包含的一些头文件,以及进行初始化   在stdafx.h中 #include <afxwin.h> #include <wininet.h> //添加这个。注意顺序,顺序乱了也编译不过 #include <afxext.h>   用了com的东西,要进行初始化,不用说了吧。   在CXXXApp::Initinstance中添加AfxOleInit()   使用CCh
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:38950
    • 提供者:tangkai
  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. fft

    0下载:
  2. fft#include <math.h> #define SWAP(a,b) tempr=(a) (a)=(b) (b)=tempr //当isign=1时,将输入数据data[1..2*nn]用它的离散Fourier变换系数代替 //当isign=-1时,将输入数据替换为其的离散IFFT系数乘以nn //data是一个保存nn个复数的数组 //Fourier系数的保存方法为F0的实部和虚部保存在data[1],data[2] //正的一次谐波系数保存在dat
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:881
    • 提供者:jakey
  1. SerialPort20100619220756

    1下载:
  2. 这是serialport源代码 可以直接调用包括.h头文件和.cpp文件 在用串口类编程时很有用-This is the source code can directly call serialport include. H header files and. Cpp file with the serial type of programming is useful when
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:7004
    • 提供者:袁建超
  1. ImageStone

    1下载:
  2. if you using VC6, you must add GDI+ SDK, you can download GDI+ library from my homepage -- http://www.crazy-bit.com/download/gdiplus.zip unzip this package to ImageStone s lib directory in such folder structure: lib\gdiplus\Include\*.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:494384
    • 提供者:cxh
  1. WIFITOOLANDEXP

    0下载:
  2. 用vc2005写的操作wifi的dll 并提供了vc2005下的使用demo 和vc6下的使用demo, dll里包括的功能有查找本机无线网卡,查找周围的无线热点,链接热点,断开热点等功能。-Write operation with vc2005 the dll wifi and provides vc2005 use under the demo and use under vc6 demo, dll to include in the function to find the local
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:625984
    • 提供者:shiweilei
  1. PlayCap

    0下载:
  2. 采用window的SDK ,使用VC6.0 采用C++写的一段 DirectShow sample code。 适合USB摄像头,需要一些头文件。如下: #include <atlbase.h> #include <windows.h> #include <dshow.h> #include <stdio.h>-With window of the SDK, use the VC6.0 C++ written by a Direct
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:14642
    • 提供者:danis
  1. include

    0下载:
  2. mysql数据库访问需要的h头文件,这个在安装mysql时选择自定义安装会有。-mysql database access required h header file, the mysql is installed there will be a custom installation when you choose.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:92179
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com