Perl之读取文本文件,按照给定的关键字读取文件内容并输出。
2021-07-11 14:51:39 560B Perl之读取文本文件
1
CodeCoverage4iOS iOS code coverage test tool. 基于lcov-1.11的iOS代码覆盖率测试工具,适用与iOS真机与模拟器。 环境准备 Mac OS X :10.8.5+ 建议10.9 Xcode :5.0+ 建议6.1 ###Xcode工程配置 拷贝CodeCoverage4iOS项目到主工程根目录,即${your_proj.xcworkspace}所在目录 在Xcode中设置全局变量 NT_COVERAGE=1,用于代码覆盖率开关控制,如配置路径 iOSProj —> TARGTS -> MyApp -> Build Settings -> Preprocessor Macros -> Debug中添加NT_COVERAGE=1 对主工程及依赖工程在Build Settings做如下配置: Generate Debug Symbols 配置成
2021-07-10 12:03:42 184KB Perl
1
官网下载不了,padre IDE软件,Perl开发环境。在这里分享给大家。
2021-07-09 16:34:43 46.99MB padre Perl
1
此工具集成了Perl 5.14.2和Padre,使用时请解压至任意不包含中文的目录下,双击LaunchPadre.vbs即可打开Padre,同时对Win32的环境变量自动修改完毕,方便开发人员携带使用。
2021-07-09 16:27:19 44.95MB Perl Padre
1
Perl脚本软件
2021-07-08 21:01:49 5.52MB perl mqtt qt
1
gvim常用插件及其配置文件 支持c,perl,python,latex。 需要自己安装ctags .vim: after compiler doc indent ltags perl-support skeleton syntax autoload c-support ftdetect keymap Makefile plugin snipMate.vim.ct tools colors CVIMSYN ftplugin latextags Makefile.in README.csupport snippets .vim/after: ftplugin plugin syntax .vim/after/ftplugin: c_snippets.vim java_snippets.vim python_pydiction.vim python_snippets.vim sh_snippets.vim .vim/after/plugin: .vim/after/syntax: cpp.vim c.vim java.vim .vim/autoload: acp.vim perlsupportgui.vim perlsupportprofiling.vim perlsupportregex.vim snipMate.vim .vim/colors: desertEx.vim peachpuff.vim zenburn.vim .vim/compiler: tex.vim .vim/c-support: codesnippets doc rc scripts templates wordlists .vim/c-support/codesnippets: calloc_double_matrix.c main.cc print_array.cc.noindent calloc_int_matrix.c Makefile print_double_array.c.noindent main.c Makefile.multi-target.template print_int_array.c.noindent .vim/c-support/doc: ChangeLog c-hotkeys.pdf c-hotkeys.tex .vim/c-support/rc: customization.ctags customization.gvimrc customization.indent.pro customization.vimrc .vim/c-support/scripts: wrapper.sh .vim/c-support/templates: c.comments.template cpp.comments.template cpp.preprocessor.template c.statements.template c.cpp.template cpp.cpp.template cpp.statements.template Templates c.idioms.template cpp.idioms.template c.preprocessor.template Templates~ .vim/c-support/wordlists: c-c++-keywords.list c-c++-keywords.list.bak k+r.list stl_index.list .vim/CVIMSYN: engspchk.contraction engspchk.dialect engspchk.dict engspchk.match engspchk.proper engspchk.rare .vim/doc: acp.jax latexhelp.txt latex-suite-quickstart.css Makefile taglist.txt acp.txt latex-suite latex-suite-quickstart.html Makefile.in tags catalog.xml la
2021-07-08 19:27:30 4.44MB gvim python perl latex
1
名称 Cassis - 合成器模块 概要 package MySynth; use strict; use warnings; use Cassis; sub new { my $class = shift; my %args = @_; my $fs = ( exists $args{fs} ) ? $args{fs} : 44100; bless { samples => [], fs => $fs, dco => Cassis::DCO->new( fs => $fs ) }, $class; } sub exec { my $self = shift; my %args = @_; my $dst = $self->{dco}->exec( num =
2021-07-07 21:03:34 35KB Perl
1
Learning Perl,Intermediate Perl,和Mastering Perl共同组成所谓的Perl入门三部曲
2021-07-07 09:45:23 7.4MB perl 精通 英文版
1
ActivePerl-5.8.6.811-MSWin32-x86-122208.msi.7z
2021-07-06 22:01:30 11.89MB perl
1
电子表格模块,用于放置物件
2021-07-06 18:02:55 4KB perl
1