CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Shell总结

搜索资源列表

  1. linux_shells_by_example

    0下载:
  2. 一个比较好的关于linux/shell的编程总结文档.可以作为一个参考速查手册-a relatively good on linux / shell programming summary document. Can be used as a reference rate investigation Manual
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:3092651
    • 提供者:叔云
  1. shell

    0下载:
  2. Cmd Shell(命令行交互)是黑客永恒的话题,它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell,最大的问题就是如何上传文件。由于蠕虫病毒流行,连接ipc$所需要的139或445端口被路由封锁。再加上WinXP系统加强了对ipc$的保护,通过ipc$及默认共享上传文件的手段基本无效了。ftp和tftp是两种可行的方法,介于其已被大家熟知,本文就不介绍了。还
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:32767
    • 提供者:dly
  1. sort-all

    0下载:
  2. 本程序完成实验要求的全部功能直接插入排序、SHELL排序、冒泡排序、快速排序、简单选择排序、堆排序、归并排序、基数排序,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结。 在实验过程中,积极配合本团队分工合作的精神,努力学习,总算不负众望,将程序编好,在此,我更想感谢的是老师的教导,在她的帮助下,我才顺利完成了本次的任务。 -the experimental procedures are completed all the functional requirements o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:97242
    • 提供者:马全
  1. bank_biji

    0下载:
  2. 银行项目总结的笔记,包括shell、sql语法、informix
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6202
    • 提供者:大恒
  1. Some-Sorts

    0下载:
  2. 对常见的各种算法精心总结,含源码。比如快速排序,shell排序,简单选择排序,堆排序,冒泡排序等算法-Various algorithms for the common well summed up, including source code. Such as quick sort, shell sort, simple selection sort, heap sort, bubble sort algorithms such as
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:241440
    • 提供者:程明
  1. LinuxShellPaper

    0下载:
  2. 很好的shell命令总结文章,批处理文件很方便的-Very good article summing up the command shell, batch file is very convenient
  3. 所属分类:Shell api

    • 发布日期:2017-04-04
    • 文件大小:376217
    • 提供者:张西军
  1. shell_rumeng

    0下载:
  2. shell的入门笔记,是我自己总结的。学习shell的可以下来-shell entry notes, is my own summary. Learning the shell can be down
  3. 所属分类:Shell api

    • 发布日期:2017-04-01
    • 文件大小:5585
    • 提供者:yuanyin
  1. shellKnowlegeTest

    0下载:
  2. 很好的shell知识总结测试,看你到底真正掌握了多少shell的相关知识。-Very good summary of shell knowledge test, in the end you really have to see how much knowledge shell.
  3. 所属分类:Shell api

    • 发布日期:2017-04-16
    • 文件大小:388285
    • 提供者:lukecian
  1. Shell

    0下载:
  2. 这是一个Shell编程指南,很全很详细,还有我自己总结的VI使用,好东西大家分享!-This is a Shell Programming Guide, it is all very detailed, and my own summary of the VI to use, good things to share!
  3. 所属分类:Shell api

    • 发布日期:2017-06-02
    • 文件大小:14624055
    • 提供者:daijiangbo
  1. sort

    0下载:
  2. 一个最全面的排序程序,其中包括了目前几乎所有常用的排序算法的实现,包括冒泡排序,简单交换排序,希尔排序,堆排序,直接插入排序,折半插入排序,2-路插入排序,快速排序,堆排序,归并排序,并且总结了相应的时间复杂度和空间复杂度-A sort algorithm that contains the bubble sort,simple swap sort,straight insert sort,binary insert sort,shell sort,quick sort,heap sort ,m
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:4183
    • 提供者:刘中燕
  1. CSort

    0下载:
  2. 内部排序法总结,包括冒泡排序(相邻比较法),选择排序(Selection Sort),插入排序(Insertion Sort),希尔排序(Shell Sort),堆排序(Heap Sort),快速排序(Quick Sort),归并排序(Merge Sort)-Summary of internal sorting method, including bubble sort (adjacent Comparative Law), select Sort (Selection Sort) Inser
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:99249
    • 提供者:shangzai
  1. paixu

    0下载:
  2. 对排序算法的一些总结。(选择,快速,插入,shell,归一排序等等)。希望有心人能总结得更全。-Summary of some of the sorting algorithm. (Selection, speed, insert, shell, normalized sequencing, etc.). More caring people can sum up all hope.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1865
    • 提供者:juckciy
  1. InSort

    0下载:
  2. 搜索算法总结,包含bubble sort,quick sort,shell sort,等。-Sorting Algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:44713
    • 提供者:玉女簪
  1. Hadoop-streaming

    0下载:
  2. Hadoop Streaming 编程 Hadoop Streaming是Hadoop提供的一个编程工具,它允许用户使用任何可执行文件或者脚本文件作为Mapper和Reducer。本源程序用C++、C、shell脚本 和python实现了WordCount作业,总结了常见的问题-Hadoop Streaming programming Hadoop Streaming Hadoop provides a programming tool that allows users to use
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:2636
    • 提供者:aaaaaaa
  1. linux-shell

    0下载:
  2. linux下shell编程基础总结,shell脚本基础用法-Linux under the shell programming foundation is summed up
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5934
    • 提供者:湛忠祥
  1. codes

    0下载:
  2. 一个关于排序算法的总结而已,需要在linux下shell语言的环境下做测试-A summary of the sorting algorithm only need to do the test under linux shell language environment
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:49908
    • 提供者:yeye
  1. Shell

    0下载:
  2. 对shell函数功能所作的一个小小的总结,这是对vb编程的一点心得体会。-A small sum for shell functions, this is a little experience on VB programming experience.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:4272
    • 提供者:王小明
  1. HubService

    0下载:
  2. SSH具备多种功能,可以用于很多场合。有些事情,没有它就是办不成。本文是我的学习笔记,总结和解释了SSH的常见用法,希望对大家有用。 虽然本文内容只涉及初级应用,较为简单,但是需要读者具备最基本的"Shell知识"和了解"公钥加密"的概念。(SSH Communications Security helps enterprises secure access today and tomorrow. Cybersecurity, SSH, SSH keys
  3. 所属分类:其他

  1. Linux JSON 命令总结

    0下载:
  2. linux加Shell解析json常用工具说明。(Linux parse json tools)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:84992
    • 提供者:宏贼
  1. Linux Shell总结

    1下载:
  2. Linux Shell脚本编程总结,为自己平时学习所用笔记,大家一起交流下(Summary of Linux shell scr ipt programming, notes for your normal study, let's talk)
  3. 所属分类:其他

    • 发布日期:2020-07-21
    • 文件大小:24576
    • 提供者:魁梧大叔
« 12 »
搜珍网 www.dssz.com