# -------------------------------------------------------- # # 表的结构 `NEAT_category` # DROP TABLE IF EXISTS `NEAT_category`; CREATE TABLE `NEAT_category` ( `id` int(10) unsigned NOT NULL auto_i
http://www.codebf.com/read/143490/5757710
//******************************************************************************** //* Resolve an IP address to a hardware address; if not found,initiate query //* and return NULL. If an address is
http://www.codebf.com/read/143132/5758674
/* ICMP message type tables */ #include "global.h" /* ICMP message types */ char *Icmptypes[] = { "Echo Reply", NULL, NULL, "Unreachable", "Source Quench", "Redirect", NULL, N
http://www.codebf.com/read/143132/5758914
void ShowAboutBox(CString sTitle, UINT nIconID) { CString sDeveloper; sDeveloper = "Developer : Barretto VN \nE-Mail : barretto_vn@mail.com"; if(nIconID == NULL) ShellAbout(NULL, sTitle,
http://www.codebf.com/read/143026/5760220
http://www.codebf.com/read/143026/5760832
http://www.codebf.com/read/143026/5760872
#include "stdafx.h" #include "SingleInstance.h" //*********************************************** CSingleInstance::CSingleInstance() : m_hMutex(NULL) { } //**********************************
http://www.codebf.com/read/143026/5761387
#include #include #include #include "IPC.h" //*********************************************** CIPC::CIPC() : m_hFileMap(NULL), m_hMutex(NULL) { } //*****
http://www.codebf.com/read/143026/5761413
#ifndef _LINUX_STDDEF_H #define _LINUX_STDDEF_H #undef NULL #if defined(__cplusplus) #define NULL 0 #else #define NULL ((void *)0) #endif #undef offsetof #define offsetof(TYPE, MEMBER) ((size_t) &((
http://www.codebf.com/read/142911/5761887
package xian.bin.admin; import javax.naming.*; import java.util.*; import javax.rmi.PortableRemoteObject; public class AdminTest extends Object { private AdminHome adminHome = null; //Construct
http://www.codebf.com/read/142674/5763714
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机