搜索资源列表
debugmalloc
- #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
include
- 一些经常遇到的.h文件,经过整理汇总,会有帮助的-Frequently encountered. H file, after finishing summary, there will be helpful
dec3
- dec3 编解码源程序 .从别的网站下载后稍作修改,增加了入口main函数。能编译通过,但是还不能运行。库函数都可以用-encrpt source code, dec3, include dec3.c, dec3.h, two files, download from other sites and do small modifications
test
- #include "windows.h" #include "stdlib.h" #include "string.h" long WINAPI WndProc(HWND hWnd,UINT iMessage,UINT wParam,LONG lParam)
SIN
- 简易正弦波发生器 //精英团队提供 //控制信号 :P20 //数据线 :P0口-include <reg52.h> sbit WR2 = P2 ^ 0 unsigned char code sin[256]
cc
- 分析的是实例 #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)
Sti_5518-h.Files
- Include .h Files of STI5518
FFTtest
- 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 加入專案
dos
- 在cvm中实现dos的滚屏打印方式,并在cvm.h 的基础上增加了诸多实用的函数,包括一些图形界面的函数,所带的五笔输入法可以打词,比系统自带的只能打单个字的要方便很多。 只有dos.h文件是用户用的头文件; 用法如下: #include "dos.h" void dos() /*相当于main*/ { } 用户不能用main,因为main已经在dos.obj里了; dos.obj 的生成:dos.c 和其他的.h文件用于生成dos.obj ,只要 cvm.
1602_Diver
- #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
ds18b20
- #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
24c256_Diver
- #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
ChangingDesktop
- 设置桌面背景, (1)使用ChangingDesktop需要包含的一些头文件,以及进行初始化 在stdafx.h中 #include <afxwin.h> #include <wininet.h> //添加这个。注意顺序,顺序乱了也编译不过 #include <afxext.h> 用了com的东西,要进行初始化,不用说了吧。 在CXXXApp::Initinstance中添加AfxOleInit() 使用CCh
Wii_Test
- 这是使用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.
fft
- 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
SerialPort20100619220756
- 这是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
ImageStone
- 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\*.
WIFITOOLANDEXP
- 用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
PlayCap
- 采用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
include
- mysql数据库访问需要的h头文件,这个在安装mysql时选择自定义安装会有。-mysql database access required h header file, the mysql is installed there will be a custom installation when you choose.