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

📄 readme

📁 mgcp协议源代码。支持多种编码:g711
💻
字号:
Time::HiRes module: High resolution time, sleep, and alarm.Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappersto implement time, sleep, and alarm that know about non-integral seconds.1.20 adds a platform neutral set of C accessible routines if you are running5.005+.  All other changes are packaging changes and build fixes(?) forstatically linked Perl, SCO, and VMS.1.19 has better VMS support.1.18 has limited Win32 support (no ualarm). Added usleep for Win32.Probably buggy. I'm sure I'll hear.1.16+ should be closer to building out of the box on Linux. Thanksto Gisle Aas for patches, and the ualarm equivalent using setitimer.If your underlying operating system doesn't implement ualarm(), then a fakeusing setitimer() will be made.  If the OS is missing usleep(), a fake oneusing select() will be made. If a fake can't be made for either ualarm() orusleep(), then the corresponding Perl function will not be available.  If theOS is missing gettimeofday(), you will get unresolved externals, either atlink- or run-time.This is an improvement; the package used to not even build if you weremissing any of these bits. Roderick Schertler <roderick@argon.org> did all the conditional compilation stuff, look at HiRes.pm and the test suites; it's good educational reading.Also, older versions of Perl do not support '-nolinenumbers' on the XSUBPPcommand, however, 5.004_03 requires it (on my box, anyway) since the #linegenerating code in XSUBPP appears to have problems with #ifdef'd .xs code. Ifxsubpp complains about usage when you do a make, look at the top of theMakefile.PL and comment out the "$XSOPT=" line. Or upgrade to a newer versionof Perl.POD documentation is embedded.Copyright (c) 1996, 1997, 1998 Douglas E. Wegscheid.All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

⌨️ 快捷键说明

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