CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 Shell编程 搜索资源 - programming code

搜索资源列表

  1. WindowsShellProgramming

    0下载:
  2. Visual C++ Windows Shell Programming Code
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:617.79kb
    • 提供者:WangLu
  1. C++getfile

    0下载:
  2. c++ 程序设计中经常需要用到的代码,希望能够帮助大家-c++ programming often necessary to use the code, hoping to help people
  3. 所属分类:Shell api

    • 发布日期:2017-03-28
    • 文件大小:1.01kb
    • 提供者:ryan
  1. UNIXshell

    0下载:
  2. unix shell 此书的所有代码,我认为可以帮助辅助学习shell编程-unix shell all the code book, I think that can help-assisted learning shell programming
  3. 所属分类:Shell api

    • 发布日期:2017-04-24
    • 文件大小:111.76kb
    • 提供者:carlDT
  1. shellprograming

    0下载:
  2. Shell 编程源码,有20个程序,分别为VB、VC描述-Shell programming source code, there are 20 procedures, respectively, for VB, VC Descr iption
  3. 所属分类:Shell api

    • 发布日期:2017-05-02
    • 文件大小:995.18kb
    • 提供者:张治国
  1. homework_auto_analyze

    0下载:
  2. shell编程,完成作业的自动判定,作业的说明在压缩包中,还附有测试过的测序!-shell programming code, its function is to judge the homework automatic.
  3. 所属分类:Shell api

    • 发布日期:2017-04-07
    • 文件大小:2.04kb
    • 提供者:胡启
  1. Apress.Expert.Shell.Scripting.Jan.2009

    0下载:
  2. 2009年图书:精通Shell脚本编程 The book is meant for the intermediate shell coder up to the advanced shell-code hacker, because I don’t explain many basic programming structures. If you’re looking for that type of book, you should look to the resources me
  3. 所属分类:Shell api

    • 发布日期:2017-03-24
    • 文件大小:852.57kb
    • 提供者:Jian
  1. unix_bounded

    0下载:
  2. 《unix_bounded》第三版中部分章节的源代码,可供学习SHELL编程-" Unix_bounded" sections of the third edition in the source code for learning SHELL programming ...
  3. 所属分类:Shell api

    • 发布日期:2017-04-09
    • 文件大小:18.3kb
    • 提供者:daniel
  1. Python-Source

    0下载:
  2. Python灰帽子:黑客与逆向工程师的Python编程之道(Gray.Hat.Python).Justin.Seitz源代码 -Gray Hat Python: Python hackers and reverse engineers programming the Road (Gray.Hat.Python). Justin.Seitz source code
  3. 所属分类:Shell api

    • 发布日期:2017-03-21
    • 文件大小:606.57kb
    • 提供者:704928782
  1. code

    0下载:
  2. Dana Esposito Windows Shell Programming Source Code for book
  3. 所属分类:Shell api

    • 发布日期:2017-04-06
    • 文件大小:859.52kb
    • 提供者:AZOGTHOTH
  1. ntshell-v1.07

    0下载:
  2. 找到的一个shell编程用源代码,可做参考用 -Find a shell programming source code, do reference
  3. 所属分类:Shell api

    • 发布日期:2017-03-29
    • 文件大小:409.71kb
    • 提供者:hu
  1. Derived-network-configuration

    0下载:
  2. :: 此批处理可自动识别并列出所有网卡,并根据用户选择准确生成网卡信息,并在注册表中查找相应注册信息,兼容WinXP&Win7系统,智能识别 :: 本批处理适用于网络维护人员进行网络配置信息的备份与恢复,同时也是极佳的批处理学习参考代码,其中涉及字符串切割、文件读取及行数判断、注册表修改、生成可变参量等技术,为批处理编程人员及初学爱好者提供良好的参考-:: This batch can automatically identify and list all the NIC and ac
  3. 所属分类:Shell api

    • 发布日期:2017-11-09
    • 文件大小:1.41kb
    • 提供者:xinke57
  1. Automatic-setting-network

    0下载:
  2. 此批处理可自动生成配置信息,并智能识别有效的配置信息进行过相应网卡信息配置,结合“导出网络配置.bat”批处理使用可方便的进行网络信息的备份及修改 :: 本批处理适用于网络维护人员进行网络配置信息的备份与恢复,同时也是极佳的批处理学习参考代码,其中涉及字符串切割、文件读取及行数判断、注册表修改、生成可变参量等技术,为批处理编程人员及初学爱好者提供良好的参考-This batch can automatically generate configuration information,
  3. 所属分类:Shell api

    • 发布日期:2017-11-11
    • 文件大小:2.79kb
    • 提供者:xinke57
  1. client

    0下载:
  2. client网络编程历程代码,-client network programming course code. .
  3. 所属分类:Shell api

    • 发布日期:2017-04-06
    • 文件大小:1017byte
    • 提供者:stone
  1. 04-ProcessInfo

    0下载:
  2. windows核心编程第四章代码,一个简单的任务管理器-windows core programming code Chapter III
  3. 所属分类:Shell api

    • 发布日期:2017-04-03
    • 文件大小:12.41kb
    • 提供者:lishi
  1. webchat

    1下载:
  2. Python编程语言很强大,能做出很多的工具供在不同环境下使用,今天介绍的python源码是:Python Tornado实现web实时消息聊天的方法源码。 tornado在Python语言的学习过程中会或多或少的接触一些。今天就来讲Tornado 实现实时消息聊天的方法,及源码下载。在网络上能找到很多类似这样的案例,我也参考着再写一次,当做练手了。 (1)代码用中到的前端是: twitter 的项目 bootstrap ajax 框架是 jquery (
  3. 所属分类:Shell api

    • 发布日期:2017-04-12
    • 文件大小:957byte
    • 提供者:谭东林
搜珍网 www.dssz.com