代码搜索:DataSize

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

代码结果 1,285
www.eeworm.com/read/264253/11324072

c rank_sort.c

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

txt windows.txt

#pragma pack(4) #include "winsock2.h" #include "stdlib.h" #include "stdio.h" #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 #define ICMP_MIN 8 // minimum 8 byte icmp packet (just header
www.eeworm.com/read/342841/11996263

cpp buffer.cpp

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.5 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/336724/12419723

cpp buffer.cpp

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.5 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/116132/14987444

cpp icmp.cpp

#include #include "icmp.h" typedef struct _iphdr { unsigned int h_len:4; // Length of the header unsigned int version:4; // Version of IP unsigned char t
www.eeworm.com/read/206918/15285918

cs thexoptimized.cs

/* * * Tiger Tree Hash Optimized - by Gil Schmidt. * * - this code was writtin based on: * "Tree Hash EXchange format (THEX)" * http://www.open-content.net/specs/draft-jchapweske
www.eeworm.com/read/472264/6874636

cpp md5.cpp

#include "md5.h" #include "misc.h" static const int MD5_LAST_BLOCK = 56; MD5::MD5() : buffer(DIGESTSIZE/4 + DATASIZE/4), digest(buffer), data(digest+DIGESTSIZE/4) { Init(); } v
www.eeworm.com/read/294091/8254539

cpp main.cpp

// main.cpp // system header file #include #include #include #include // self header file #include "Header.h" using namespace std; void f
www.eeworm.com/read/292933/8322918

cpp example4.cpp

// // This file contains some example code, which may be used to call // the Fast Fourier Transform Class. // This code is not meant to be usefull in itself, but is provided as // an example of how
www.eeworm.com/read/292892/8327052

c rank_sort.c

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