搜索结果

找到约 275 项符合 VOID 的查询结果

数据结构 #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_

#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,float Mutation,int mChB ...
https://www.eeworm.com/dl/654/239054.html
下载: 198
查看: 1187

技术资料 c语言中写二进制数.rar

c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c =
https://www.eeworm.com/dl/905350.html
下载: 7
查看: 1556

数学计算 一个很好的排序算法

一个很好的排序算法,void shaker(item ,count)
https://www.eeworm.com/dl/641/270326.html
下载: 113
查看: 1058

技术资料 ad7793 smpl

#ifndef AD7793_h #define AD7793_h //#define SPI_EN_ASS void InitSPI(void); void wAD7793(uint8_t RegAdr,uint32_t RegData); void ResetAD7793(void); uint32_t rAD7793(uint8_t RegAdr); typedef struct { __I uint8_t len; // Register size (bits) __I ...
https://www.eeworm.com/dl/983425.html
下载: 8
查看: 6522

Internet/网络编程 /* This IPv4 example listens for incoming packets and automatically adds destinations for new so

/* This IPv4 example listens for incoming packets and automatically adds destinations for new sources. 这个例子主要是让大家了解下面3个函数的用法。 void OnNewSource(RTPSourceData *dat) void OnBYEPacket(RTPSourceData *dat) void OnRemoveSource(RTPSourceData *dat) 具体内容看我的测试文档吧。 例子 ...
https://www.eeworm.com/dl/620/352293.html
下载: 154
查看: 1073

其他嵌入式/单片机内容 矩阵键盘驱动程序

矩阵键盘驱动程序, unsigned char key(void) 只要调用这个函数即可实现
https://www.eeworm.com/dl/687/253076.html
下载: 200
查看: 1075

技术资料 如何在C程序中使用汇编

怎样在C程序中使用汇编,如何在C程序中使用汇编:方法一:在每个汇编语句前加asm即可。如:void reset_data(void) { asm mov r0,#0dfh asm d
https://www.eeworm.com/dl/898687.html
下载: 5
查看: 9952

Internet/网络编程 软件测试:一个编译器测试软件

软件测试:一个编译器测试软件,支持下列C语言运算符:+ - * / % ^(乘方) 负 (int) (double) "字符串" [](数组) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列关键字:void int double string if else for while do goto break continue return,支持下列数据类型:int double string int[] double[] stri ...
https://www.eeworm.com/dl/620/120553.html
下载: 79
查看: 1103

C/C++语言编程 万年历算法分析(公历阴历农历)

万年历算法分析:万年历算法一、 阳历算法具体算法见函数Void get_solar_day_date(void),这样阳历日历的星期排法就确定了。表1:
https://www.eeworm.com/dl/503/10701.html
下载: 29
查看: 1222

技术资料 万年历算法分析(公历阴历农历)

万年历算法分析:万年历算法一、 阳历算法具体算法见函数Void get_solar_day_date(void),这样阳历日历的星期排法就确定了。表1:
https://www.eeworm.com/dl/886721.html
下载: 3
查看: 7250