登录
首页 » WINDOWS » Tesing 2

Tesing 2

于 2019-06-03 发布 文件大小:28178KB
0 181
下载积分: 1 下载次数: 0

代码说明:

  Sample fingerprint application for users

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

发表评论

0 个回复

  • RedHatWindow
    VB语言写的仿Unix红帽操作系统界面,附带源码(VB language to write the copy Unix red hat operating system interface, with the source code)
    2013-08-09 11:26:55下载
    积分: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
  • Green-house-3
    green house automation paper....
    2015-02-14 14:40:58下载
    积分:1
  • qidongshiyan
    非线性气动系统实验的源代码,使用滑膜控制的方法(Pneumatic system test source code)
    2010-05-10 17:08:30下载
    积分:1
  • Hr1.0Alpha
    安装方法: 1.建立数据库,运行SQL.txt 脚本 2.打开IIS建立虚拟目录如HR到本文件夹 3.更改web.config里connectionstring的值为您服务器的地址 使用方法,通常企业已经存在了很多用户资料,在后台,配置AD 点击初始化,把已有数据导入现有系统 (Installation Method: 1 to establish a database, run the script SQL.txt 2 Open IIS create a virtual directory to the folder as HR 3 Change the address to use in web.config connectionstring values ​ ​ for your server, usually a lot of companies already exist User data in the background, configure AD click initialization, the existing data into existing systems)
    2014-04-02 11:55:21下载
    积分:1
  • 取得本机名与IP地址
    取得本机名与IP地址-made the machine name and IP address
    2022-12-12 21:25:03下载
    积分:1
  • 一个网络工具的开发包 很有实用价值
    一个网络工具的开发包 很有实用价值-a network tool development kits very practical value
    2023-05-28 09:35:03下载
    积分:1
  • lesson-2
    C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。(Classical syntax and application of C++, class preparation and application of the constructor and destructor, function overloading, class inheritance, function coverage, the base class and the derived class constructor, destructor has invoked the order, how in the derived class The parameters passed to the constructor of the base class constructor, the this member variable of the insider type conversion, virtual functions and polymorphism, difference between reference and pointer variables in common. VC compiler theory and engineering process, the different classes in the project is split into the original file, and each class by one. H. Cpp file jointly, header files define the solution of the problem is repeated, cultivate good students programming habits, but also laid a good foundation for later analysis the MFC Appwizard generated engineering.)
    2012-08-26 00:37:01下载
    积分:1
  • MonteCarlo-Simulation-of-Light-in-C
    一本关于光在多层组织传播的蒙特卡罗模拟及其用C语言来实现光子传输模拟的书。(A book about Monte Carlo simulation of light transport in multi-layer tissues and its implementation using C)
    2020-11-09 21:29:46下载
    积分:1
  • PROTECT
    This program is used to lock bmp files. This will change the header of the bmp format.
    2009-06-15 18:22:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载