文件名称:ctemplate-0.96
-
所属分类:
- 标签属性:
- 上传时间:2012-10-23
-
文件大小:900.09kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
c++模板系统,用过printf()的人都知道是在格式话,输出。 谷歌的这个模板可以更自由的输入任何变量。 里面有大量的例子。这是目前最新板0.96
-Google C++ template system! As a quick start, here s a small but complete program that uses this template library. For more details see, the links below.
-Google C++ template system! As a quick start, here s a small but complete program that uses this template library. For more details see, the links below.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ctemplate-0.96/
ctemplate-0.96/doc/
ctemplate-0.96/doc/designstyle.css
ctemplate-0.96/doc/index.html
ctemplate-0.96/doc/howto.html
ctemplate-0.96/doc/tips.html
ctemplate-0.96/doc/example.html
ctemplate-0.96/doc/auto_escape.html
ctemplate-0.96/doc/xss_resources.html
ctemplate-0.96/m4/
ctemplate-0.96/m4/ac_have_attribute.m4
ctemplate-0.96/m4/ac_rwlock.m4
ctemplate-0.96/m4/acx_pthread.m4
ctemplate-0.96/m4/compiler_characteristics.m4
ctemplate-0.96/m4/google_namespace.m4
ctemplate-0.96/m4/namespaces.m4
ctemplate-0.96/m4/stl_hash.m4
ctemplate-0.96/m4/stl_namespace.m4
ctemplate-0.96/packages/
ctemplate-0.96/packages/rpm/
ctemplate-0.96/packages/rpm/rpm.spec
ctemplate-0.96/packages/rpm.sh
ctemplate-0.96/packages/deb.sh
ctemplate-0.96/packages/deb/
ctemplate-0.96/packages/deb/README
ctemplate-0.96/packages/deb/changelog
ctemplate-0.96/packages/deb/compat
ctemplate-0.96/packages/deb/control
ctemplate-0.96/packages/deb/copyright
ctemplate-0.96/packages/deb/docs
ctemplate-0.96/packages/deb/libctemplate-dev.dirs
ctemplate-0.96/packages/deb/libctemplate-dev.install
ctemplate-0.96/packages/deb/libctemplate0.dirs
ctemplate-0.96/packages/deb/libctemplate0.install
ctemplate-0.96/packages/deb/rules
ctemplate-0.96/src/
ctemplate-0.96/src/ctemplate/
ctemplate-0.96/src/ctemplate/template.h.in
ctemplate-0.96/src/ctemplate/template_string.h.in
ctemplate-0.96/src/ctemplate/template_enums.h.in
ctemplate-0.96/src/ctemplate/template_pathops.h.in
ctemplate-0.96/src/ctemplate/template_modifiers.h.in
ctemplate-0.96/src/ctemplate/template_dictionary.h.in
ctemplate-0.96/src/ctemplate/template_dictionary_interface.h.in
ctemplate-0.96/src/ctemplate/template_annotator.h.in
ctemplate-0.96/src/ctemplate/template_emitter.h.in
ctemplate-0.96/src/ctemplate/template_namelist.h.in
ctemplate-0.96/src/ctemplate/per_expand_data.h.in
ctemplate-0.96/src/ctemplate/template.h
ctemplate-0.96/src/ctemplate/template_string.h
ctemplate-0.96/src/ctemplate/template_enums.h
ctemplate-0.96/src/ctemplate/template_pathops.h
ctemplate-0.96/src/ctemplate/template_modifiers.h
ctemplate-0.96/src/ctemplate/template_dictionary.h
ctemplate-0.96/src/ctemplate/template_dictionary_interface.h
ctemplate-0.96/src/ctemplate/template_annotator.h
ctemplate-0.96/src/ctemplate/template_emitter.h
ctemplate-0.96/src/ctemplate/template_namelist.h
ctemplate-0.96/src/ctemplate/per_expand_data.h
ctemplate-0.96/src/htmlparser/
ctemplate-0.96/src/htmlparser/htmlparser.h
ctemplate-0.96/src/htmlparser/htmlparser.cc
ctemplate-0.96/src/htmlparser/jsparser.h
ctemplate-0.96/src/htmlparser/jsparser.cc
ctemplate-0.96/src/htmlparser/statemachine.h
ctemplate-0.96/src/htmlparser/statemachine.cc
ctemplate-0.96/src/htmlparser/htmlparser_cpp.h
ctemplate-0.96/src/htmlparser/README
ctemplate-0.96/src/htmlparser/generate_fsm.py
ctemplate-0.96/src/htmlparser/fsm_config.py
ctemplate-0.96/src/htmlparser/htmlparser_fsm.config
ctemplate-0.96/src/htmlparser/jsparser_fsm.config
ctemplate-0.96/src/htmlparser/htmlparser_fsm.h
ctemplate-0.96/src/htmlparser/jsparser_fsm.h
ctemplate-0.96/src/solaris/
ctemplate-0.96/src/solaris/libstdc++.la
ctemplate-0.96/src/tests/
ctemplate-0.96/src/tests/htmlparser_testdata/
ctemplate-0.96/src/tests/htmlparser_testdata/cdata.html
ctemplate-0.96/src/tests/htmlparser_testdata/comments.html
ctemplate-0.96/src/tests/htmlparser_testdata/context.html
ctemplate-0.96/src/tests/htmlparser_testdata/javascript_attribute.html
ctemplate-0.96/src/tests/htmlparser_testdata/javascript_block.html
ctemplate-0.96/src/tests/htmlparser_testdata/javascript_regexp.html
ctemplate-0.96/src/tests/htmlparser_testdata/position.html
ctemplate-0.96/src/tests/htmlparser_testdata/reset.html
ctemplate-0.96/src/tests/htmlparser_testdata/simple.html
ctemplate-0.96/src/tests/htmlparser_testdata/tags.html
ctemplate-0.96/src/tests/htmlparser_testdata/sample_fsm.config
ctemplate-0.96/src/tests/htmlparser_testdata/sample_fsm.c
ctemplate-0.96/src/tests/template_test_util.h
ctemplate-0.96/src/tests/template_test_util.cc
ctemplate-0.96/src/tests/compile_test.cc
ctemplate-0.96/src/tests/generate_fsm_c_test.c
ctemplate-0.96/src/tests/htmlparser_test.cc
ctemplate-0.96/src/tests/statemachine_test.c
ctemplate-0.96/src/tests/template_dictionary_unittest.cc
ctemplate-0.96/src/tests/template_modifiers_unittest.cc
ctemplate-0.96/src/tests/template_regtest.cc
ctemplate-0.96/src/tests/template_unittest.cc
ctemplate-0.96/src/tests/template_setglobals_unittest.cc
ctemplate-0.96/src/tests/template_test_util_test.cc
ctemplate-0.96/src/tests/generate_fsm_test.sh
ctemplate-0.96/src/tests/make_tpl_varnames_h_unittest.sh
ctemplate-0.96/src/tests/template_unittest_test_footer.in
ctemplate-0.96/src/tests/template_unittest_test_html.in
ctemplate-0.96/src/tests/template_unittest_test_invalid1.in
ctemplate-0.96/src/tests/template_unittest_test_invalid2.in
ctemplate-0.96/src/tests/template_unittest_test_markerdelim.in
ctemplate-0.96/src/tests/template_unittest_test_modifiers.in
ctemplate-0.96/src/tests/template_unittest_test_nul.in
ctemplate-0.96/src/tests/template_unittest_test_selective_css.in
ctemplate-0.96/src/tests/template_unittest_test_selective_html.in
ctempl
ctemplate-0.96/doc/
ctemplate-0.96/doc/designstyle.css
ctemplate-0.96/doc/index.html
ctemplate-0.96/doc/howto.html
ctemplate-0.96/doc/tips.html
ctemplate-0.96/doc/example.html
ctemplate-0.96/doc/auto_escape.html
ctemplate-0.96/doc/xss_resources.html
ctemplate-0.96/m4/
ctemplate-0.96/m4/ac_have_attribute.m4
ctemplate-0.96/m4/ac_rwlock.m4
ctemplate-0.96/m4/acx_pthread.m4
ctemplate-0.96/m4/compiler_characteristics.m4
ctemplate-0.96/m4/google_namespace.m4
ctemplate-0.96/m4/namespaces.m4
ctemplate-0.96/m4/stl_hash.m4
ctemplate-0.96/m4/stl_namespace.m4
ctemplate-0.96/packages/
ctemplate-0.96/packages/rpm/
ctemplate-0.96/packages/rpm/rpm.spec
ctemplate-0.96/packages/rpm.sh
ctemplate-0.96/packages/deb.sh
ctemplate-0.96/packages/deb/
ctemplate-0.96/packages/deb/README
ctemplate-0.96/packages/deb/changelog
ctemplate-0.96/packages/deb/compat
ctemplate-0.96/packages/deb/control
ctemplate-0.96/packages/deb/copyright
ctemplate-0.96/packages/deb/docs
ctemplate-0.96/packages/deb/libctemplate-dev.dirs
ctemplate-0.96/packages/deb/libctemplate-dev.install
ctemplate-0.96/packages/deb/libctemplate0.dirs
ctemplate-0.96/packages/deb/libctemplate0.install
ctemplate-0.96/packages/deb/rules
ctemplate-0.96/src/
ctemplate-0.96/src/ctemplate/
ctemplate-0.96/src/ctemplate/template.h.in
ctemplate-0.96/src/ctemplate/template_string.h.in
ctemplate-0.96/src/ctemplate/template_enums.h.in
ctemplate-0.96/src/ctemplate/template_pathops.h.in
ctemplate-0.96/src/ctemplate/template_modifiers.h.in
ctemplate-0.96/src/ctemplate/template_dictionary.h.in
ctemplate-0.96/src/ctemplate/template_dictionary_interface.h.in
ctemplate-0.96/src/ctemplate/template_annotator.h.in
ctemplate-0.96/src/ctemplate/template_emitter.h.in
ctemplate-0.96/src/ctemplate/template_namelist.h.in
ctemplate-0.96/src/ctemplate/per_expand_data.h.in
ctemplate-0.96/src/ctemplate/template.h
ctemplate-0.96/src/ctemplate/template_string.h
ctemplate-0.96/src/ctemplate/template_enums.h
ctemplate-0.96/src/ctemplate/template_pathops.h
ctemplate-0.96/src/ctemplate/template_modifiers.h
ctemplate-0.96/src/ctemplate/template_dictionary.h
ctemplate-0.96/src/ctemplate/template_dictionary_interface.h
ctemplate-0.96/src/ctemplate/template_annotator.h
ctemplate-0.96/src/ctemplate/template_emitter.h
ctemplate-0.96/src/ctemplate/template_namelist.h
ctemplate-0.96/src/ctemplate/per_expand_data.h
ctemplate-0.96/src/htmlparser/
ctemplate-0.96/src/htmlparser/htmlparser.h
ctemplate-0.96/src/htmlparser/htmlparser.cc
ctemplate-0.96/src/htmlparser/jsparser.h
ctemplate-0.96/src/htmlparser/jsparser.cc
ctemplate-0.96/src/htmlparser/statemachine.h
ctemplate-0.96/src/htmlparser/statemachine.cc
ctemplate-0.96/src/htmlparser/htmlparser_cpp.h
ctemplate-0.96/src/htmlparser/README
ctemplate-0.96/src/htmlparser/generate_fsm.py
ctemplate-0.96/src/htmlparser/fsm_config.py
ctemplate-0.96/src/htmlparser/htmlparser_fsm.config
ctemplate-0.96/src/htmlparser/jsparser_fsm.config
ctemplate-0.96/src/htmlparser/htmlparser_fsm.h
ctemplate-0.96/src/htmlparser/jsparser_fsm.h
ctemplate-0.96/src/solaris/
ctemplate-0.96/src/solaris/libstdc++.la
ctemplate-0.96/src/tests/
ctemplate-0.96/src/tests/htmlparser_testdata/
ctemplate-0.96/src/tests/htmlparser_testdata/cdata.html
ctemplate-0.96/src/tests/htmlparser_testdata/comments.html
ctemplate-0.96/src/tests/htmlparser_testdata/context.html
ctemplate-0.96/src/tests/htmlparser_testdata/javascript_attribute.html
ctemplate-0.96/src/tests/htmlparser_testdata/javascript_block.html
ctemplate-0.96/src/tests/htmlparser_testdata/javascript_regexp.html
ctemplate-0.96/src/tests/htmlparser_testdata/position.html
ctemplate-0.96/src/tests/htmlparser_testdata/reset.html
ctemplate-0.96/src/tests/htmlparser_testdata/simple.html
ctemplate-0.96/src/tests/htmlparser_testdata/tags.html
ctemplate-0.96/src/tests/htmlparser_testdata/sample_fsm.config
ctemplate-0.96/src/tests/htmlparser_testdata/sample_fsm.c
ctemplate-0.96/src/tests/template_test_util.h
ctemplate-0.96/src/tests/template_test_util.cc
ctemplate-0.96/src/tests/compile_test.cc
ctemplate-0.96/src/tests/generate_fsm_c_test.c
ctemplate-0.96/src/tests/htmlparser_test.cc
ctemplate-0.96/src/tests/statemachine_test.c
ctemplate-0.96/src/tests/template_dictionary_unittest.cc
ctemplate-0.96/src/tests/template_modifiers_unittest.cc
ctemplate-0.96/src/tests/template_regtest.cc
ctemplate-0.96/src/tests/template_unittest.cc
ctemplate-0.96/src/tests/template_setglobals_unittest.cc
ctemplate-0.96/src/tests/template_test_util_test.cc
ctemplate-0.96/src/tests/generate_fsm_test.sh
ctemplate-0.96/src/tests/make_tpl_varnames_h_unittest.sh
ctemplate-0.96/src/tests/template_unittest_test_footer.in
ctemplate-0.96/src/tests/template_unittest_test_html.in
ctemplate-0.96/src/tests/template_unittest_test_invalid1.in
ctemplate-0.96/src/tests/template_unittest_test_invalid2.in
ctemplate-0.96/src/tests/template_unittest_test_markerdelim.in
ctemplate-0.96/src/tests/template_unittest_test_modifiers.in
ctemplate-0.96/src/tests/template_unittest_test_nul.in
ctemplate-0.96/src/tests/template_unittest_test_selective_css.in
ctemplate-0.96/src/tests/template_unittest_test_selective_html.in
ctempl
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.