⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nntp.h

📁 simulator for ad hoc
💻 H
📖 第 1 页 / 共 2 页
字号:
/* * GloMoSim is COPYRIGHTED software.  Release 2.02 of GloMoSim is available  * at no cost to educational users only. * * Commercial use of this software requires a separate license.  No cost, * evaluation licenses are available for such purposes; please contact * info@scalable-networks.com * * By obtaining copies of this and any other files that comprise GloMoSim2.02, * you, the Licensee, agree to abide by the following conditions and * understandings with respect to the copyrighted software: * * 1.Permission to use, copy, and modify this software and its documentation *   for education and non-commercial research purposes only is hereby granted *   to Licensee, provided that the copyright notice, the original author's *   names and unit identification, and this permission notice appear on all *   such copies, and that no charge be made for such copies. Any entity *   desiring permission to use this software for any commercial or *   non-educational research purposes should contact:  * *   Professor Rajive Bagrodia  *   University of California, Los Angeles  *   Department of Computer Science  *   Box 951596  *   3532 Boelter Hall  *   Los Angeles, CA 90095-1596  *   rajive@cs.ucla.edu * * 2.NO REPRESENTATIONS ARE MADE ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY *   PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. * * 3.Neither the software developers, the Parallel Computing Lab, UCLA, or any *   affiliate of the UC system shall be liable for any damages suffered by *   Licensee from the use of this software. */// Use the latest version of Parsec if this line causes a compiler error./* * $Id: nntp.h,v 1.3 1999/09/05 05:21:00 jmartin Exp $ * * Ported from TCPLIB. Header file of nntp.c. *//* * Copyright (c) 1991 University of Southern California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and other materials related to such * distribution and use acknowledge that the software was developed * by the University of Southern California. The name of the University  * may not be used to endorse or promote products derived from this  * software without specific prior written permission. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. **/static struct entry nitems[] = {  { 1.000000, 0.193000 },  { 2.000000, 0.284000 },  { 3.000000, 0.330000 },  { 4.000000, 0.375000 },  { 5.000000, 0.398000 },  { 6.000000, 0.409000 },  { 7.000000, 0.420000 },  { 9.000000, 0.455000 },  { 12.000000, 0.466000 },  { 14.000000, 0.477000 },  { 15.000000, 0.489000 },  { 23.000000, 0.511000 },  { 25.000000, 0.523000 },  { 31.000000, 0.534000 },  { 32.000000, 0.545000 },  { 39.000000, 0.557000 },  { 40.000000, 0.568000 },  { 42.000000, 0.580000 },  { 46.000000, 0.591000 },  { 82.000000, 0.602000 },  { 85.000000, 0.614000 },  { 94.000000, 0.625000 },  { 96.000000, 0.636000 },  { 101.000000, 0.648000 },  { 104.000000, 0.659000 },  { 115.000000, 0.670000 },  { 116.000000, 0.682000 },  { 124.000000, 0.693000 },  { 146.000000, 0.705000 },  { 149.000000, 0.716000 },  { 175.000000, 0.727000 },  { 236.000000, 0.739000 },  { 247.000000, 0.750000 },  { 258.000000, 0.761000 },  { 313.000000, 0.773000 },  { 363.000000, 0.784000 },  { 431.000000, 0.795000 },  { 478.000000, 0.807000 },  { 489.000000, 0.818000 },  { 634.000000, 0.830000 },  { 677.000000, 0.841000 },  { 685.000000, 0.852000 },  { 710.000000, 0.864000 },  { 822.000000, 0.875000 },  { 1198.000000, 0.886000 },  { 1243.000000, 0.898000 },  { 1316.000000, 0.909000 },  { 1462.000000, 0.920000 },  { 1485.000000, 0.932000 },  { 2155.000000, 0.943000 },  { 2369.000000, 0.955000 },  { 3593.000000, 0.966000 },  { 3707.000000, 0.977000 },  { 4604.000000, 0.989000 },  { 4806.000000, 1.000000 },};static struct entry itemsize[] = {  { 288.000000, 0.000000 },  { 314.000000, 0.001000 },  { 332.000000, 0.002000 },  { 348.000000, 0.003000 },  { 370.000000, 0.004000 },  { 386.000000, 0.005000 },  { 402.000000, 0.006000 },  { 416.000000, 0.007000 },  { 432.000000, 0.008000 },  { 442.000000, 0.009000 },  { 453.000000, 0.010000 },  { 457.000000, 0.011000 },  { 464.000000, 0.012000 },  { 471.000000, 0.013000 },  { 478.000000, 0.014000 },  { 485.000000, 0.015000 },  { 490.000000, 0.016000 },  { 496.000000, 0.017000 },  { 501.000000, 0.018000 },  { 507.000000, 0.019000 },  { 513.000000, 0.020000 },  { 515.000000, 0.021000 },  { 517.000000, 0.022000 },  { 520.000000, 0.023000 },  { 523.000000, 0.024000 },  { 525.000000, 0.025000 },  { 528.000000, 0.026000 },  { 531.000000, 0.027000 },  { 533.000000, 0.028000 },  { 535.000000, 0.029000 },  { 537.000000, 0.030000 },  { 539.000000, 0.031000 },  { 541.000000, 0.032000 },  { 542.000000, 0.033000 },  { 544.000000, 0.034000 },  { 546.000000, 0.035000 },  { 548.000000, 0.036000 },  { 551.000000, 0.037000 },  { 556.000000, 0.038000 },  { 560.000000, 0.039000 },  { 563.000000, 0.040000 },  { 567.000000, 0.041000 },  { 570.000000, 0.042000 },  { 574.000000, 0.043000 },  { 578.000000, 0.044000 },  { 582.000000, 0.045000 },  { 586.000000, 0.046000 },  { 590.000000, 0.047000 },  { 593.000000, 0.048000 },  { 597.000000, 0.049000 },  { 600.000000, 0.050000 },  { 604.000000, 0.051000 },  { 607.000000, 0.052000 },  { 611.000000, 0.053000 },  { 613.000000, 0.054000 },  { 618.000000, 0.055000 },  { 622.000000, 0.056000 },  { 625.000000, 0.057000 },  { 630.000000, 0.058000 },  { 633.000000, 0.059000 },  { 637.000000, 0.060000 },  { 640.000000, 0.061000 },  { 643.000000, 0.062000 },  { 646.000000, 0.063000 },  { 650.000000, 0.064000 },  { 653.000000, 0.065000 },  { 655.000000, 0.066000 },  { 659.000000, 0.067000 },  { 661.000000, 0.068000 },  { 664.000000, 0.069000 },  { 666.000000, 0.070000 },  { 669.000000, 0.071000 },  { 672.000000, 0.072000 },  { 674.000000, 0.073000 },  { 675.000000, 0.074000 },  { 679.000000, 0.075000 },  { 680.000000, 0.076000 },  { 682.000000, 0.077000 },  { 684.000000, 0.078000 },  { 686.000000, 0.079000 },  { 688.000000, 0.080000 },  { 692.000000, 0.081000 },  { 693.000000, 0.082000 },  { 695.000000, 0.083000 },  { 697.000000, 0.084000 },  { 699.000000, 0.085000 },  { 702.000000, 0.086000 },  { 704.000000, 0.087000 },  { 707.000000, 0.088000 },  { 709.000000, 0.089000 },  { 713.000000, 0.090000 },  { 715.000000, 0.091000 },  { 718.000000, 0.092000 },  { 720.000000, 0.093000 },  { 722.000000, 0.094000 },  { 725.000000, 0.095000 },  { 728.000000, 0.096000 },  { 730.000000, 0.097000 },  { 732.000000, 0.098000 },  { 734.000000, 0.099000 },  { 736.000000, 0.100000 },  { 738.000000, 0.101000 },  { 740.000000, 0.102000 },  { 742.000000, 0.103000 },  { 744.000000, 0.104000 },  { 746.000000, 0.105000 },  { 749.000000, 0.106000 },  { 751.000000, 0.107000 },  { 753.000000, 0.108000 },  { 755.000000, 0.109000 },  { 757.000000, 0.110000 },  { 759.000000, 0.111000 },  { 761.000000, 0.112000 },  { 764.000000, 0.113000 },  { 765.000000, 0.114000 },  { 769.000000, 0.115000 },  { 771.000000, 0.116000 },  { 773.000000, 0.117000 },  { 776.000000, 0.118000 },  { 779.000000, 0.119000 },  { 781.000000, 0.120000 },  { 783.000000, 0.121000 },  { 785.000000, 0.122000 },  { 787.000000, 0.123000 },  { 789.000000, 0.124000 },  { 791.000000, 0.125000 },  { 793.000000, 0.126000 },  { 795.000000, 0.127000 },  { 796.000000, 0.128000 },  { 798.000000, 0.129000 },  { 800.000000, 0.130000 },  { 802.000000, 0.131000 },  { 805.000000, 0.132000 },  { 807.000000, 0.133000 },  { 809.000000, 0.134000 },  { 811.000000, 0.135000 },  { 813.000000, 0.136000 },  { 816.000000, 0.137000 },  { 818.000000, 0.138000 },  { 820.000000, 0.139000 },  { 822.000000, 0.140000 },  { 824.000000, 0.141000 },  { 826.000000, 0.142000 },  { 828.000000, 0.143000 },  { 830.000000, 0.144000 },  { 832.000000, 0.145000 },  { 834.000000, 0.146000 },  { 836.000000, 0.147000 },  { 838.000000, 0.148000 },  { 839.000000, 0.149000 },  { 840.000000, 0.150000 },  { 842.000000, 0.151000 },  { 844.000000, 0.152000 },  { 847.000000, 0.153000 },  { 849.000000, 0.154000 },  { 852.000000, 0.155000 },  { 855.000000, 0.156000 },  { 858.000000, 0.157000 },  { 860.000000, 0.158000 },  { 862.000000, 0.159000 },  { 865.000000, 0.160000 },  { 867.000000, 0.161000 },  { 869.000000, 0.162000 },  { 871.000000, 0.163000 },  { 873.000000, 0.164000 },  { 875.000000, 0.165000 },  { 877.000000, 0.166000 },  { 878.000000, 0.167000 },  { 881.000000, 0.168000 },  { 884.000000, 0.169000 },  { 885.000000, 0.170000 },  { 887.000000, 0.171000 },  { 889.000000, 0.172000 },  { 890.000000, 0.173000 },  { 893.000000, 0.174000 },  { 894.000000, 0.175000 },  { 897.000000, 0.176000 },  { 899.000000, 0.177000 },  { 902.000000, 0.178000 },  { 905.000000, 0.179000 },  { 907.000000, 0.180000 },  { 909.000000, 0.181000 },  { 911.000000, 0.182000 },  { 913.000000, 0.183000 },  { 914.000000, 0.184000 },  { 916.000000, 0.185000 },  { 917.000000, 0.186000 },  { 920.000000, 0.187000 },  { 921.000000, 0.188000 },  { 922.000000, 0.189000 },  { 924.000000, 0.190000 },  { 926.000000, 0.191000 },  { 929.000000, 0.192000 },  { 931.000000, 0.193000 },  { 934.000000, 0.194000 },  { 936.000000, 0.195000 },  { 938.000000, 0.196000 },  { 940.000000, 0.197000 },  { 941.000000, 0.198000 },  { 944.000000, 0.199000 },  { 946.000000, 0.200000 },  { 947.000000, 0.201000 },  { 949.000000, 0.202000 },  { 952.000000, 0.203000 },  { 953.000000, 0.204000 },  { 955.000000, 0.205000 },  { 957.000000, 0.206000 },  { 958.000000, 0.207000 },  { 960.000000, 0.208000 },  { 963.000000, 0.209000 },  { 965.000000, 0.210000 },  { 967.000000, 0.211000 },  { 969.000000, 0.212000 },  { 972.000000, 0.213000 },  { 974.000000, 0.214000 },  { 976.000000, 0.215000 },  { 979.000000, 0.216000 },  { 980.000000, 0.217000 },  { 983.000000, 0.218000 },  { 985.000000, 0.219000 },  { 987.000000, 0.220000 },  { 989.000000, 0.221000 },  { 991.000000, 0.222000 },  { 992.000000, 0.223000 },  { 994.000000, 0.224000 },  { 997.000000, 0.225000 },  { 999.000000, 0.226000 },  { 1000.000000, 0.227000 },  { 1002.000000, 0.228000 },  { 1003.000000, 0.229000 },  { 1005.000000, 0.230000 },  { 1006.000000, 0.231000 },  { 1007.000000, 0.232000 },  { 1008.000000, 0.233000 },  { 1010.000000, 0.234000 },  { 1012.000000, 0.235000 },  { 1013.000000, 0.236000 },  { 1014.000000, 0.237000 },  { 1016.000000, 0.238000 },  { 1017.000000, 0.239000 },  { 1019.000000, 0.240000 },  { 1021.000000, 0.241000 },  { 1023.000000, 0.242000 },  { 1026.000000, 0.284000 },  { 1028.000000, 0.285000 },  { 1029.000000, 0.286000 },  { 1033.000000, 0.287000 },  { 1035.000000, 0.288000 },  { 1036.000000, 0.289000 },  { 1038.000000, 0.290000 },  { 1040.000000, 0.291000 },  { 1043.000000, 0.292000 },  { 1045.000000, 0.293000 },  { 1047.000000, 0.294000 },  { 1050.000000, 0.295000 },  { 1051.000000, 0.296000 },  { 1054.000000, 0.297000 },  { 1056.000000, 0.298000 },  { 1058.000000, 0.299000 },  { 1060.000000, 0.300000 },  { 1062.000000, 0.301000 },  { 1065.000000, 0.302000 },  { 1067.000000, 0.303000 },  { 1069.000000, 0.304000 },  { 1070.000000, 0.305000 },  { 1072.000000, 0.306000 },  { 1074.000000, 0.307000 },  { 1076.000000, 0.308000 },  { 1078.000000, 0.309000 },  { 1080.000000, 0.310000 },  { 1081.000000, 0.311000 },  { 1083.000000, 0.312000 },  { 1085.000000, 0.313000 },  { 1086.000000, 0.314000 },  { 1088.000000, 0.315000 },  { 1089.000000, 0.316000 },  { 1091.000000, 0.317000 },  { 1092.000000, 0.318000 },  { 1094.000000, 0.319000 },  { 1096.000000, 0.320000 },  { 1098.000000, 0.321000 },  { 1100.000000, 0.322000 },  { 1102.000000, 0.323000 },  { 1103.000000, 0.324000 },  { 1106.000000, 0.325000 },  { 1108.000000, 0.326000 },  { 1110.000000, 0.327000 },  { 1113.000000, 0.328000 },  { 1115.000000, 0.329000 },  { 1117.000000, 0.330000 },  { 1119.000000, 0.331000 },  { 1122.000000, 0.332000 },  { 1125.000000, 0.333000 },  { 1128.000000, 0.334000 },  { 1131.000000, 0.335000 },  { 1133.000000, 0.336000 },  { 1136.000000, 0.337000 },  { 1138.000000, 0.338000 },  { 1141.000000, 0.339000 },  { 1142.000000, 0.340000 },  { 1145.000000, 0.341000 },  { 1147.000000, 0.342000 },  { 1148.000000, 0.343000 },  { 1150.000000, 0.344000 },  { 1152.000000, 0.345000 },  { 1154.000000, 0.346000 },  { 1155.000000, 0.347000 },  { 1158.000000, 0.348000 },  { 1159.000000, 0.349000 },  { 1161.000000, 0.350000 },  { 1162.000000, 0.351000 },  { 1164.000000, 0.352000 },  { 1166.000000, 0.353000 },  { 1168.000000, 0.354000 },  { 1170.000000, 0.355000 },  { 1172.000000, 0.356000 },  { 1174.000000, 0.357000 },  { 1176.000000, 0.358000 },  { 1178.000000, 0.359000 },  { 1180.000000, 0.360000 },  { 1182.000000, 0.361000 },  { 1184.000000, 0.362000 },  { 1185.000000, 0.363000 },  { 1188.000000, 0.364000 },  { 1190.000000, 0.365000 },  { 1192.000000, 0.366000 },  { 1194.000000, 0.367000 },  { 1196.000000, 0.368000 },  { 1198.000000, 0.369000 },  { 1201.000000, 0.370000 },  { 1202.000000, 0.371000 },  { 1205.000000, 0.372000 },  { 1207.000000, 0.373000 },  { 1209.000000, 0.374000 },  { 1212.000000, 0.375000 },  { 1213.000000, 0.376000 },  { 1215.000000, 0.377000 },  { 1218.000000, 0.378000 },  { 1220.000000, 0.379000 },  { 1222.000000, 0.380000 },  { 1224.000000, 0.381000 },  { 1226.000000, 0.382000 },  { 1229.000000, 0.383000 },  { 1232.000000, 0.384000 },  { 1235.000000, 0.385000 },

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -