这个是abc#237 c题的答案cpp,转载请加上版权。
2022-02-07 09:04:18 513B atcoder abc237 questionC cppfile
1
AtCoder Beginner Contest 042解析(日文原版)
2022-01-26 19:02:29 23KB atcoder
1
AtCoder Beginner Contest 044解析(日文原版).docx
2022-01-26 14:02:52 22KB AtCoderBeginner
1
包含C8051F340芯片的基础例程,适用于初学者下载学习,有流水灯,数码管,串口,外部中断,PCA,AD模块
2021-12-29 18:08:49 2.78MB Beginner
1
arduino-js-音量控制器 使用Arduino和一些电位计控制计算机的音量。 图表 你会需要 Arduino的 少量跳线 电位器 面包板 第一:将Firmata客户端库与JS一起使用 转到然后从选项中选择Web编辑器。 从这里下载插件,完成后,在PC上打开Arduino App。 插件图标应出现在任务栏上。 单击它并转到Arduino创建,或返回。 使用USB将Arduino Uno连接到PC。 通过Web编辑器创建一个新草图。 转到库并搜索Firmata。 向下滚动>示例,找到StandardFirmataPlus并单击它。 点击上传。 Arduino将开始闪烁。 您将收到消息成功:完成上载StandardFirmataPlus。 并制作如上图所示的结构。 设置 在Windows上的Powershell或Mac上的终端机中输入以下内容: $ git clone
2021-12-18 19:26:48 124KB javascript arduino beginner-project johnny-five
1
密码守护者 完全使用Python制作的简单且安全的密码管理系统。 安装 安装文件 运行文件“ installation / install.py”以安装程序文件。 运行程序 在与install.py相同的目录中查找文件夹“ Password Keeper”,然后在其中运行文件“ main.py” 。 所需模块 此Python项目使用以下依赖项: Tkinter模块(适用于Python3.6的Tkinter3) 特征 整个程序都使用一个全局密码进行了身份验证-因此,您不必记住帐户的单个密码,只需记住一个-其余的工作将由我们来处理。 增强的安全性-您执行的每项操作(例如删除帐户)都将需要您的全局密码,以便在运行过程中没有人会滥用您的数据。 每个条目都有一个选项,可以输入“帐户名”,“用户名”和“密码”。 双重加密-数据文件和密码以独特的算法进行了两次加密,使您的数据更加安全。 解锁/
1
Android User Interface Development Beginner
2021-11-25 09:36:31 3.39MB Android
1
This book is for anyone who wants to learn computer programming and knows absolutely nothing about it. If you are wondering whether this book is going to teach you how to create amazing applets or incredible desktop or mobile applications, the answer is “no”—that is a job for other books. So many books out there can teach you those skills in Java, C++, or C#. Many of them even claim that they can teach you in 24 hours! Don’t laugh! They probably can do that, but all of them take one thing for granted—that the reader knows some basics about computer programming. None of those books, unfortunately, bothers to teach you the first thing that a novice programmer needs to learn, which is “Algorithmic Thinking.” Algorithmic Thinking involves more than just learning code. It is a problem solving process that involves learning how to code. With more than 200 solved and about 400 unsolved exercises, 450 true/false, 150 multiple choice, and 160 review questions (the solutions and the answers to which can be found on the Internet), this book is ideal for students, teachers, professors, novices or average programmers, or for anyone who wants to start learning or teaching computer programming using the proper conventions and techniques.
2021-11-18 13:21:26 10.39MB java algorithm
1
Preface 1 Chapter 1: GIS Fundamentals 7 What is GIS about? 7 The foundation of any GIS – spatial data 8 Measuring the world 9 Projecting a sphere on a plane 10 Understanding coordinate systems 12 Commonly used coordinate systems 12 Universal Transverse Mercator system 12 Web Mercator 13 Spatial Reference Identifier (SRID) 13 Representing geometrical shapes 14 Modeling the real world with raster data 16 Representing the world 17 Time for action – exploring OpenStreetMap 20 Adding more colors to your maps 23 Choropleth maps 23 Proportional maps 25 Time for action – making your thematic map 26 Summary 29 Chapter 2: Getting Started with GeoServer 31 Installing Java 32 Time for action – checking the presence of Java on Windows 32 Time for action – checking the presence of Java on Ubuntu 34 Time for action – installing JRE on Windows 35 Time for action – installing JRE on Ubuntu 36 Installing Apache Tomcat 38 Time for action – installing Apache Tomcat on Windows 38 Table of Contents [ ii ] Time for action – installing Apache Tomcat on Ubuntu 42 Time for action – configuring Tomcat as a service on Ubuntu 45 Installing GeoServer 48 Time for action – deploying GeoServer on Tomcat 49 Implementing basic security 51 Time for action – improving security settings 52 Summary 53 Chapter 3: Exploring the Administrative Interface 55 Understanding the interface 55 About & Status 57 Server Status 57 Locks 58 Connections 58 Memory Usage 58 JVM Version and fonts 58 JAI usage and configurations 58 Update Sequence 58 Resource Cache 59 Configuration and catalog 59 GeoServer Logs 59 Contact Information 59 About 60 Time for action – manually reloading configuration 60 Data 61 Layer Preview 61 Time for action – OpenLayers preview 62 Time for action – KML preview 63 Workspaces 64 Time for action – creating a workspace 65 Stores 66 Layers 68 Layer groups 69 Styles 69 Services 70 WMS 71 Time for action – limiting the SRS list from WMS 71 WFS 73 WCS 73 Settings 73 Global 73 Verbose Reporting 73 En
2021-10-13 16:57:06 8.81MB Geoserver 入门教程
1
本书共包括五部分: Oracle 体系概述:本章主要介绍 Oracle 的安装、配置、体系结构的初步认识。通过阅读本章内容,你可以自己安装并配置数据库,搭建自己的 Oracle 开发环境。并能处理一些常见的 Oracle 问题。 Oracle 开发概述:本章主要介绍 Oracle 开发应具备的知识。主要介绍 PL/SQL 的基本语法、、以及我在 Oracle 开发中的一些经验。我们还会提及一个 Oracle 数据库的第三方开发工具—— PL/SQL Developer,我们工作中会经常用到它。最后,我们会介绍一些 PL/SQL 编码规范,如果遵守它们,你会发现你们项目组内的代码变得更加容易管理。 SQL 概述:本章主要介绍一些开发中常用的基本 SQL。 SQL 常用函数:本章内容翻译自 Oracle9i 的《SQL Reference》。当然,只翻译了一些我们常用的 SQL 函数。 数据库常见问题:本章内容介绍了一些现场实施过程中经常遇到的问题,希望对你的实施工作有所帮助。 在第二部分《Oracle 开发概述》中,我参考了Steven Feuerstein 和 Bill Pribyl 写的《Oracle PL/SQL Programming》第四版的部分章节。这是一本优秀的 PL/SQL 指导书籍,如果你想继续深入地学习Oracle开发的知识,这是一本不错的参考书。 以下内容会员跟帖回复才能看到
2021-10-12 11:58:53 1.05MB Oracle 开发 chm SQL 代码
1