已经封装好的MD5摘要生成算法。支持C/C++。如果不在MFC下使用请删除其中的include文件
上传时间: 2016-05-28
上传用户:kbnswdifs
matlab gui tutorial, a brief introduction for matlab and include an example of image processing
标签: matlab introduction processing tutorial
上传时间: 2013-12-14
上传用户:waitingfy
针对String类创建对象的比较.详细比较结果请看源码文件中的说明,适合新手!
上传时间: 2014-01-11
上传用户:BIBI
include称为文件包含命令扩展名为.h的文件也称为头文件或首部文件 定义两个实数变量,以被后面程序使用 显示提示信息 从键盘获得一个实数x 求x的正弦,并把它赋给变量s 显示程序运算结果 main函数结束
上传时间: 2016-06-13
上传用户:dsgkjgkjg
#include intvcon 输出电压变量 sbitDIN=0x91 定义P2.1为串行数据口 sbitCLK=0x92;P2.2为串行时钟端 sbitCS=0x93 P2.3为片选端 voiddac5618(intvcon)TLC5618DAC子程序,三线串行方式 { chari intsvcon svcon=vcon|0x8000 vcon最高位置1,选择 TLC5618的A通道 CS=0 置5618的CS=0,允许片选 for(i=0 i<16 i++) { DIN=svcon&0x8000 串行方式送16位 数据 svcon<<=1; CLK=0; CLK=1; } CS=1 禁止片选 return } voidmain0 { dac5618(0x7FF) }
标签: include intvcon sbitDIN sbitCLK
上传时间: 2016-06-15
上传用户:wsf950131
include 函数库。。。。 真是没什么好说的 大家自己看吧
上传时间: 2016-06-15
上传用户:450976175
电话应用编程接口的pas文件。 The directives can be controlled using the Tapi.inc include file which is included in both Tapi.pas and TSPI.pas.
标签: directives controlled included include
上传时间: 2014-01-16
上传用户:zuozuo1215
fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
上传时间: 2016-06-28
上传用户:LouieWu
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
内核中链表结构的实现,并通过实例对每个链表操作接口进行了详尽的讲解。 一、 链表数据结构简介 链表是一种常用的...这些链表大多采用在[include/linux/list.h]实现的一个相当精彩的链表数据结构
上传时间: 2013-12-19
上传用户:jkhjkh1982