代码搜索:DataSize

找到约 1,285 项符合「DataSize」的源代码

代码结果 1,285
www.eeworm.com/read/175660/9537323

txt ping的源代码.txt

#pragma pack(4) #define WIN32_LEAN_AND_MEAN #include #include #include #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 #define ICMP_MIN 8 // minimu
www.eeworm.com/read/175659/9537335

txt ping的源代码.txt

#pragma pack(4) #define WIN32_LEAN_AND_MEAN #include #include #include #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 #define ICMP_MIN 8 // minimu
www.eeworm.com/read/421666/10713818

c glpdmp.c

/* glpdmp.c (dynamic memory pool) */ /*********************************************************************** * This code is part of GLPK (GNU Linear Programming Kit). * * Copyright (C) 2000,01,02,
www.eeworm.com/read/418587/10939864

h wavwriter.h

#ifndef WAVWRITER_H #define WAVWRITER_H void wavwriter_writeheaders(FILE *f, int datasize, int numchannels, int samplerate, int bitspersample);
www.eeworm.com/read/460487/7248839

cpp fileregdlg.cpp

// FileRegDlg.cpp : implementation file // #include "stdafx.h" #include "FileReg.h" #include "FileRegDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = _
www.eeworm.com/read/435017/7799090

c usb_standard_requests.c

//----------------------------------------------------------------------------- // F32x_USB_Standard_Requests.c //----------------------------------------------------------------------------- // Co
www.eeworm.com/read/434498/7863616

cpp 并行枚举排序.cpp

#include #include #include /* * 函数名: main * 功能: 主函数,实现枚举排序 * 输入:argc为命令行参数个数; * argv为每个命令行参数组成的字符串数组 * 输出:返回1代表程序正常结束 */ int main(int argc,char *argv[]) { int Da
www.eeworm.com/read/326204/13155922

c rank_sort.c

#include #include #include /* * 函数名: main * 功能: 主函数,实现枚举排序 * 输入:argc为命令行参数个数; * argv为每个命令行参数组成的字符串数组 * 输出:返回1代表程序正常结束 */ int main(int argc,char *ar
www.eeworm.com/read/317940/13493031

c usb_standard_requests.c

//----------------------------------------------------------------------------- // F32x_USB_Standard_Requests.c //----------------------------------------------------------------------------- // Co
www.eeworm.com/read/313434/13587626

cpp scanhost.cpp

#include "scanhost.h" WSADATA wsaData; SOCKET sockRaw; struct sockaddr_in dest,from,end; int fromlen=sizeof(from); char*recvbuf=new char[MAX_PING_PACKET_SIZE]; unsigned int addr=0; long Thr