登录
首页 » WINDOWS » Doc-Complementar-Comandos-Explicados

Doc-Complementar-Comandos-Explicados

于 2020-06-20 发布
0 71
下载积分: 1 下载次数: 1

代码说明:

说明:  Git - Commands Explained

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是帮人完成的本地IP地址查询实验.可以查询本机的ip地址。
    这是帮人完成的本地IP地址查询实验.可以查询本机的ip地址。 -this is to help people complete the local IP address inquiries experiment. The machine can find the ip address.
    2022-12-26 09:30:03下载
    积分:1
  • vc ras prepared by the senior development process
    vc++编写的ras高级开发程序-vc ras prepared by the senior development process
    2022-01-21 00:28:03下载
    积分:1
  • Filecombine
    说明:  这是个人写的简单的文件合并工具,有如下特性: 1. 支持二进制和文本文件合并; 2. 可以自定义填充字节(默认为0); 3. 可以选择源文件的任意地址和任意数据长度(在源文件的数据范围之内); 4. 可以任意修改源文件数据在目标文件(合并或拆分)文件的地址范围; 5. 支持拆分源文件,但单次操作只支持一个源文件和一个目标文件; 6. 可以保存/加载文件拆分合并的配置数据,并于重复使用;(This is a simple file combine tool with the following characteristics: 1. Support binary and text file combine; 2. You can customize the padding byte (default is 0); 3. You can select any address of the source file and any data length (within the data range of the source file); 4. The source file data can be arbitrarily modified in the address range of the target file (combine or split) file; 5. Support split source files, but only one source file and one target file are supported in a single operation; 6. You can save/load the file to combine, split configuration data and reuse it;)
    2019-10-26 14:27:33下载
    积分:1
  • 三个二维模糊控制
    使用模糊控制的风机系统使用了模糊控制,能够轻松的搭建起相关模型(Wind Turbine System Using Fuzzy Control)
    2019-03-04 20:11:25下载
    积分:1
  • GeneralBus
    ado link com您的文件包然后写出(ado link com your package and then write)
    2007-12-02 02:07:21下载
    积分:1
  • pict-master
    用于研究组合测试的开发工具,在此提供源码供大家参考(Development tools for studying combinatorial testing, source code is provided here for your reference.)
    2020-06-16 14:34:28下载
    积分:1
  • CSharpInterprocesscommunication
    C#进程间的通信与共享内存,这个特性需要4.0以上的支持,大家在下载查看时需注意。(C# to communicate with the shared memory between processes, this feature requires the support of more than 4.0, we should pay attention to when downloading view.)
    2013-12-23 18:33:34下载
    积分:1
  • 这是一个关于XML的序作业,包括XML和XSL两部分,以及XML中经常用到的各种属性,有助于XML初学者学习...
    这是一个关于XML的程序作业,包括XML和XSL两部分,以及XML中经常用到的各种属性,有助于XML初学者学习-This is a process of XML operations, including XML and XSL two elements, and XML often use the various attributes, help beginners learn XML
    2022-02-04 08:47:57下载
    积分:1
  • file under windows transmission network programming, the use of socket programmi...
    windows下文件传送网络编程,使用套接字编程,客户端,服务端程序,完整,可以运行-file under windows transmission network programming, the use of socket programming, client, server-side procedures, integrity, can run
    2022-05-23 11:39:46下载
    积分:1
  • q1
    说明:  Pokeface 题目描述 魔术师将一叠扑克顺次在桌上排成一行,初始全部正面朝上。随后,他每次挥一挥衣袖,都会翻转一连串的扑克,改变它们的正反朝向。从古代传下来的规矩,魔术师皆有师傅,他们要随时准备回答师傅的问题。问题形如:目前从第i张扑克牌到第j张扑克牌中,有几张正面朝上? 作为魔术师的助手,你被要求学习程序设计、算法与数据结构。现在,魔术师把这个问题交给了你,你需要编写一个程序,维护相应的数据结构来保存桌子上牌面的情况,同时对于师傅的每一个问题,你要用尽量快的速度计算出答案。 输入 第一行包含三个正整数n、p和q。n表示扑克牌的数量,p表示魔术师的挥一挥次数,q表示师傅的问话次数。 接下来共p+q行,每行包含一个操作,操作分为2种: H i j 魔术师挥一挥,改变了第i张牌到第j张牌的正反 Q i j 师傅问话:截至目前,第i张到第j张牌中有多少张正面朝上 操作中恰好包含p次H操作,q次Q操作,与第一行的p和q吻合。H操作和Q操作的范围均包含边界(即第i张和第j张牌)。 对于每个操作,输入保证1 ≤ i ≤ j ≤ n。 输出 对于每次Q操作,输出一行,包含一个整数,表示问题的答案。 提示:线段树(Pokeface Title Description The magician will stack poker table sequentially in a row, all the initial face-up. He then every wisp will flip a series of poker pros and cons of changing their orientation. The rules handed down ancient times, the master magician Jie, they be ready to answer the teacher s questions. Question of the form: Currently playing cards i to j-card poker, there are a few face-up? As a magician s assistant, you are required to learn programming, algorithms and data structures. Now, the magician put this question to you, you need to write a program to maintain appropriate data structure to hold the cards on the table face the situation, while the master for each question, and you want to use as quickly calculate the answer. Enter The first line contains three positive integers n, p and q. n represents the number of poker, p represents the wave of the magic number, q represents the number of master s questioning. Next, a total of p+ q rows, each containi)
    2015-01-18 15:02:14下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载