代码搜索:如何学习 common?

找到约 10,000 项符合「如何学习 common?」的源代码

代码结果 10,000
www.eeworm.com/read/427452/8943609

h common.h

#ifndef _COMMON_H_ #define _COMMON_H_ #include #define MEMORY_FREE(a) if(a){delete a; a=NULL;} class CBookInfo; class MEditDataTransmit { public: virtual void SetData(TInt aS
www.eeworm.com/read/383449/8946083

h common.h

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2008 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/383449/8946142

c common.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2008 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/284296/8948214

cs common.cs

using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.
www.eeworm.com/read/427306/8952607

c common.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this sample source code is subject to the terms of the Microsoft // license agreement under which you licensed thi
www.eeworm.com/read/284204/8954487

js common.js

function isDate(str) { str = str.replace("/","-"); var r = str.split("-"); if(r==null)return false; var d= new Date(r[0], r[1]-1, r[2]); return (d.getFullYear()==r[0]&&(d.getMonth()+1)==r[1]&
www.eeworm.com/read/186080/8961175

h common.h

/* common.h * * Source common to all modules: */ #include #include #include #include #include #include #include #include
www.eeworm.com/read/283740/8991534

h common.h

#ifndef _COMMON_H_ #define _COMMON_H_ #include #include typedef enum Boolean {FALSE,TRUE}Boolean; void Error(char *); void Warning(char *); #endif
www.eeworm.com/read/283740/8991579

c common.c

#include "common.h" void Error(char *s) { //fprintf(stderr,"%s\n",s); printf("%s\n",s); exit(1); } void Warning(char *s) { //fprintf(stderr,"%s\n",s); printf("%s\n",s); }
www.eeworm.com/read/283740/8991582

o common.o