码迷,mamicode.com
首页 >  
搜索关键字:same    ( 2737个结果
多人协作项目如何保持代码风格统一
[//title]:(多人协作项目如何保持统一的代码风格) [//englishTitle]:(keep same code style) [//category]:() [//tags]:(vscode) [//createTime]:(20200120) [//lastUpdateTime]:( ...
分类:其他好文   时间:2020-02-20 14:56:09    阅读次数:135
LeetCode——009 Palindrome Number
Description Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Example 2: ...
分类:其他好文   时间:2020-02-20 09:52:52    阅读次数:75
Codeforces #620 div2 B
题目: Returning back to problem solving, Gildong is now studying about palindromes. He learned that a palindrome is a string that is the same as its rev ...
分类:其他好文   时间:2020-02-20 09:39:04    阅读次数:81
leetcode75 Sort Colors
1 """ 2 Given an array with n objects colored red, white or blue, sort them in-place so that objects of the same color are adjacent, with the colors i ...
分类:其他好文   时间:2020-02-18 23:20:24    阅读次数:134
75. Sort Colors
Given an array with n objects colored red, white or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the or ...
分类:其他好文   时间:2020-02-17 23:42:05    阅读次数:71
欧拉计划第4题题解
Largest palindrome product A palindromic number reads the same both ways. The largest palindrome made from the product of two 2 digit numbers is 9009 ...
分类:其他好文   时间:2020-02-17 18:15:39    阅读次数:102
Are Loss Functions All the Same?
[TOC] "Rosasco L, De Vito E, Caponnetto A, et al. Are loss functions all the same[J]. Neural Computation, 2004, 16(5): 1063 1076." @article{rosasco200 ...
分类:其他好文   时间:2020-02-14 01:07:26    阅读次数:98
leetcode814 Binary Tree Pruning
1 """ 2 We are given the head node root of a binary tree, where additionally every node's value is either a 0 or a 1. 3 Return the same tree where eve ...
分类:其他好文   时间:2020-02-13 22:59:44    阅读次数:82
模板编程之std::is_same和std::decay
std::is_same判断两种类型是否相同,相同返回true,不同返回false std::is_same<int, int>::value结果为truestd::is_same<int, bool>::value结果为false std::decay则是去掉类型修饰符,如const、& 等... ...
分类:其他好文   时间:2020-02-11 09:20:07    阅读次数:152
解析模块的使用
解析模块的使用 一、使用 服务器根据设置的请求头content type接收客户端对应的数据信息 二、源码分析 python 1.对数据进行二次解析 def dispatch(self, request, args, kwargs): """ is pretty much the same as D ...
分类:其他好文   时间:2020-02-10 16:29:16    阅读次数:86
2737条   上一页 1 ... 9 10 11 12 13 ... 274 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!