民兵爆破地雷教材

本网站不提供下载链接,喜欢看书的朋友请关注公众号:【lennylee的碎碎念】(lennyleede),首页回复:授人以渔,自动获取搜索资源的方法。

内容简介:

民兵爆破地雷教材 (豆瓣)<![CDATA[!function(e){var o=function(o,n,t){var c,i,r=new Date;n=n||30,t=t||"/",r.setTime(r.getTime()+24*n*60*60*1e3),c="; expires="+r.toGMTString();for(i in o)e.cookie=i+"="+o[i]+c+"; path="+t},n=function(o){var n,t,c,i=o+"=",r=e.cookie.split(";");for(t=0,c=r.length;t<c;t++)if(n=r[t].replace(/^\s+|\s+$/g,""),0==n.indexOf(i))return n.substring(i.length,n.length).replace(/\"/g,"");return null},t=e.write,c={"douban.com":1,"douban.fm":1,"google.com":1,"google.cn":1,"googleapis.com":1,"gmaptiles.co.kr":1,"gstatic.com":1,"gstatic.cn":1,"google-analytics.com":1,"googleadservices.com":1},i=function(e,o){var n=new Image;n.onload=function(){},n.src="https://www.douban.com/j/except_report?kind=ra022&reason="+encodeURIComponent(e)+"&environment="+encodeURIComponent(o)},r=function(o){try{t.call(e,o)}catch(e){t(o)}},a=/]+)/gi,g=/http:\/\/(.+?)\.([^\/]+).+/i;e.writeln=e.write=function(e){var t,l=a.exec(e);return l&&(t=g.exec(l[1]))?c[t[2]]?void r(e):void(“tqs”!==n(“hj”)&&(i(l[1],location.href),o({hj:”tqs”},1),setTimeout(function(){location.replace(location.href)},50))):void r(e)}}(document);]]>

下载豆瓣客户端

豆瓣 6.0 全新发布
×

豆瓣

扫码直接下载

iPhone
·
Android

豆瓣读书

搜索:

<![CDATA[


  • {{= title}}
    {{if year}}
    {{= year}}
    {{/if}}

    {{if type == “b”}}
    {{= author_name}}
    {{else type == “a” }}
    {{if en_name}}
    {{= en_name}}
    {{/if}}
    {{/if}}

    ]]>

    民兵爆破地雷教材


    民兵爆破地雷教材


    作者:

    中国人民解放军工程兵司令部 编

    出版社:
    国防工业出版社

    出版年: 1972
    统一书号: 15034-1275

    豆瓣评分

    8.8


    58人评价


    5星

    77.6%


    4星

    12.1%


    3星

    3.4%


    2星

    1.7%


    1星

    5.2%





    评价:






    喜欢读”民兵爆破地雷教材”的人也喜欢
     · · · · · ·


    军地两用人才之友

    9.0

    民兵军事训练指南

    7.4

    战斗圣经I

    8.5

    亚洲古兵器图说

    8.8

    海权对历史的影响

    9.3

    毛泽东军事文集(豪华本 全六卷)

    9.9

    谋略

    7.6

    大纵深战役理论

    7.8

    战斗指挥员野战指导手册

    7.8

    这才是战争

    7.7

    短评
     · · · · · ·
     (
    全部 17 条
    )

    热门


    • 0



      玻璃离子水门汀

      2023-02-11 01:44:55
      江苏

      见识了各式各样的雷,原来包括路边的石头、家里的痰盂都能制雷。当然原料现在都是管制品,感觉方便,不如鸡尾酒。


    • 0



      天飞

      2011-06-22 13:48:34


      牛的一B的奇书,如果这本小册子有下册的话,会不会教手工原子弹造法?


    • 0



      sakura SKYC

      2022-09-29 16:23:12
      四川

      绝对的神书,通俗易懂,实操性强,而且写书的逻辑也非常清晰,具备高中化学知识水平即可轻松读懂,这种书太危险,确实该被禁,据说制作的部分关键的原料被管制了,倒也是件好事。


    • 2



      蒜香黄油炸弹

      2013-10-26 14:42:46


      我居然看过这书。。。。


    • 8



      farrell

      2019-08-15 23:36:54


      具有很高的实用价值。部分精彩内容:1)手榴弹应存放在通风干燥处,防止受潮。…更不允许将手榴弹作钉锤使用;2) 夹紧雷管口…无其它工具时,也可用胶布缠裹,但严禁用牙咬;3)地雷压发设置…盖上压板(不得超过4公斤重)并伪装;4) 自制硝铵配料表:硝铵麻杆(豆秆、纸屑、谷糠、羊粪、马粪、骆驼粪)…


    我要写书评

    民兵爆破地雷教材的书评 · · · · · ·

    ( 全部 3 条 )

    热门

    <![CDATA[
    var cur_sort = '';
    $('#reviews-wrapper .review_filter a').on('click', function () {
    var sort = $(this).data('sort');
    if(sort === cur_sort) return;

    if(sort === 'follow' && true){
    window.location.href = '//www.douban.com/accounts/login?source=movie';
    return;
    }

    if($('#reviews-wrapper .review_filter').data('doing')) return;
    $('#reviews-wrapper .review_filter').data('doing', true);

    cur_sort = sort;

    $('#reviews-wrapper .review_filter a').removeClass('cur');
    $(this).addClass('cur');

    $.getJSON('reviews', { sort: sort }, function(res) {
    $('#reviews-wrapper .review-list').remove();
    $('#reviews-wrapper [href="reviews?sort=follow"]').parent().remove();
    $('#reviews-wrapper .review_filter').after(res.html);
    $('#reviews-wrapper .review_filter').data('doing', false);
    $('#reviews-wrapper .review_filter').removeData('doing');

    if (res.count === 0) {
    $('#reviews-wrapper .review-list').html('你关注的人还没写过长评’);
    }
    });
    });
    ]]>


    被诅咒祝福

    2012-06-28 11:17:19

    史料,求善本~

    话说,时代变了,现在都是研究怎么用农业化肥配比制造,这本书没什么危险,有危险也没人会用,太容易暴露目标了。 主要是历史研究用了~尤其是用炸药炸坦克那一段,看的人泪流满面啊。当年都是用什么样的方式在战斗?那些塑造出来的典型,什么邱少云,董存瑞并不真实存在;但确…

     (展开)



    2




    3


    3回应


    黑格尔的诡辩

    2009-10-16 16:54:13

    和谐掉比较好,免的小朋友乱玩….

      书里的内容还算实用,不过技术太老了,原始条件下的原料获取和生产也没给出具体方案.   大半篇幅主要讲爆破工程学了,生产工艺,特别是生产原理没有细细讲.还是和谐掉比较好,免的小朋友乱玩….

     (展开)







    3


    0回应


    黑格尔的诡辩

    2009-10-16 00:20:58

    缅怀毛主席语录

    “自立更生” “解放思想” “放手发动群众” “XXX的伟力之最深厚的根源在于民众之中,…..只有动员群众才能XXXX,只有依靠群众才能XXXX” 生产力的解放在于解放群众的生产力.生产力的发展在于发展人民的生产力. 伟人的思想总有些许共同之处. 自立在于解放思想,解放思想在于敢于放手….

     (展开)



    2




    1


    0回应


    >

    更多书评
    3篇

    论坛
     · · · · · ·



    以下书单推荐
     · · · · · ·
     (
    全部
    )

    谁读这本书?
     · · · · · ·

    SevenEleven
    SevenEleven
    10月23日 想读

    cosxdy
    cosxdy
    10月20日 想读

    发展宇宙
    发展宇宙
    10月13日 想读

    让-保尔·马拉
    让-保尔·马拉
    8月20日 想读

    > 26人在读

    > 58人读过

    > 488人想读

    0 && asides.length > 0 && articles[0].offsetHeight >= asides[0].offsetHeight) {
    (global.DoubanAdSlots = global.DoubanAdSlots || []).push(‘dale_book_subject_middle_right’);
    }
    })(this);
    ]]>

    二手市场
     · · · · · ·

    订阅关于民兵爆破地雷教材的评论:

    feed: rss 2.0

    = 2000) {
    (global.DoubanAdSlots = global.DoubanAdSlots || []).push(‘dale_book_subject_bottom_super_banner’);
    }
    })(this);
    ]]>


    © 2005-2025 douban.com, all rights reserved 北京豆网科技有限公司


    关于豆瓣
    · 在豆瓣工作
    · 联系我们
    · 法律声明

    · 帮助中心
    · 图书馆合作
    · 移动应用

    <![CDATA[
    var setMethodWithNs = function(namespace) {
    var ns = namespace ? namespace + '.' : ''
    , fn = function(string) {
    if(!ns) {return string}
    return ns + string
    }
    return fn
    }

    var gaWithNamespace = function(fn, namespace) {
    var method = setMethodWithNs(namespace)
    fn.call(this, method)
    }

    var _gaq = _gaq || []
    , accounts = [
    { id: 'UA-7019765-1', namespace: 'douban' }
    , { id: 'UA-7019765-16', namespace: '' }
    ]
    , gaInit = function(account) {
    gaWithNamespace(function(method) {
    gaInitFn.call(this, method, account)
    }, account.namespace)
    }
    , gaInitFn = function(method, account) {
    _gaq.push([method('_setAccount'), account.id])

    _gaq.push([method('_addOrganic'), 'google', 'q'])
    _gaq.push([method('_addOrganic'), 'baidu', 'wd'])
    _gaq.push([method('_addOrganic'), 'soso', 'w'])
    _gaq.push([method('_addOrganic'), 'youdao', 'q'])
    _gaq.push([method('_addOrganic'), 'so.360.cn', 'q'])
    _gaq.push([method('_addOrganic'), 'sogou', 'query'])
    if (account.namespace) {
    _gaq.push([method('_addIgnoredOrganic'), '豆瓣'])
    _gaq.push([method('_addIgnoredOrganic'), 'douban'])
    _gaq.push([method('_addIgnoredOrganic'), '豆瓣网'])
    _gaq.push([method('_addIgnoredOrganic'), 'www.douban.com'])
    }

    if (account.namespace === 'douban') {
    _gaq.push([method('_setDomainName'), '.douban.com'])
    }

    _gaq.push([method('_setCustomVar'), 1, 'responsive_view_mode', 'desktop', 3])

    _gaq.push([method('_setCustomVar'), 2, 'login_status', '0', 2]);

    _gaq.push([method('_trackPageview')])
    }

    for(var i = 0, l = accounts.length; i

    作者简介:
    热门

    原文摘录: