代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/203728/15352297
cpp func.cpp
#include"mywidget.h"
#include
#include
//two steps ghost may walk
int ghost_step[16][4]={
{1,0,0,0},{1,0,1,0},
{1,0,0,1},{1,0,0,-1},
{-1,0,0,
www.eeworm.com/read/203014/15367821
js func.js
function turnit(area)
{
if (document.all[area].style.display == "")
document.all[area].style.display = "none";
else if (document.all[area].style.display == "none")
documen
www.eeworm.com/read/201877/15393632
h func.h
void interrupt tint( void );
void CLK_init( void );
void SDRAM_init( void );
void INTR_init( void );
void TIME_init(void);
void TMCR_Reset( void );
www.eeworm.com/read/201877/15393658
h func.h
void interrupt tint( void );
void CLK_init( void );
void SDRAM_init( void );
void INTR_init( void );
void TIME_init(void);
void TMCR_Reset( void );
www.eeworm.com/read/200679/15427635
cpp func.cpp
#include "Life.h"
void SeaInit(Cell &matrix,int rows,int cols) //随机初始化海域生物
{
srand( (unsigned)time( NULL ) ); //设置随机种子
// system("cls"); //清空屏幕
for(int i=0;i
www.eeworm.com/read/113740/15449176
cpp func.cpp
#include
#include
#include
#include "func.h"
DOUBLE algo::cal(DOUBLE x) { // 基类的基本算法
return yfactor*calculate(xfactor*(x-xshift))+addconst;
}
algo * algo::c
www.eeworm.com/read/113740/15449180
h func.h
#ifndef FUNC_H
#define FUNC_H
#include
#include "matrix.h"
#ifndef DOUBLE
#define DOUBLE double
#endif
class cmatrix;
DOUBLE gamma(DOUBLE x); // 计算伽马函数
DOUBLE gamma2(DOUBLE
www.eeworm.com/read/112354/15489388
h func.h
#ifndef func_h
#define func_h
#include "C:\wql\tcpipsocket\target.h"
void memcp(UINT8 *dest_ptr,UINT8 *src_ptr , UINT16 len);
UINT8 *ch_strstr(UINT8 *haystack, UINT8 *needle);
//void memcmp(u
www.eeworm.com/read/112354/15489397
c func.c
#include "cc.h"
#include "ip51_sfr.h"
#include "func.h"
#include "target.h"
#include "ip51_mac.h"
#include
extern UINT8 xdata MY_IP[4];
extern UINT8 xdata FTP_SERVER_ADDR[4];
www.eeworm.com/read/111897/15500720