码迷,mamicode.com
首页 >  
搜索关键字:programming    ( 4669个结果
26 | 深入浅出之静态测试方法
人工静态方法 代码走查(Code Review),是由开发人员检查自己的代码,尽可能多地发现各类潜在错误。但是,由于个人能力的差异,以及开发人员的“思维惯性”,很多错误并不能在这个阶段被及时发现。 结对编程(Pair Programming),是一种敏捷软件开发的方法,一般是由两个开发人员结成对子在 ...
分类:其他好文   时间:2020-07-18 15:37:07    阅读次数:95
MapReduce: Simplified Data Processing on Large Clusters
MapReduce: Simplified Data Processing on Large Clusters MapReduce是什么? a programming model and an associated implementation for processing and generati ...
分类:其他好文   时间:2020-07-16 10:13:57    阅读次数:73
开放API接口 USDT快捷接入充提教程
API,全称Application Programming Interface,中文翻译为应用程序编程接口,口语中常称接口。API是一些预先设定好的函数。为应用程序及技术开发人员提供基于某种软件或者硬件获取访问例程的能力,且不需要对源码进行访问,或者去理解一些内部工作机制的细枝末节。 为了让这个冰冷 ...
分类:Windows程序   时间:2020-07-15 23:21:41    阅读次数:92
pat 1025
1025 PAT Ranking (25分) Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test ...
分类:其他好文   时间:2020-07-14 17:59:25    阅读次数:48
《编程语言伪简史》
原文出处: A Brief, Incomplete, and Mostly Wrong History of Programming Languages 译文出处: Mort Yao 警告: 原文中的内容不一定都是真实的。 小字部分不属于原文,是翻译君为了便于读者读懂原文擅自所加的注解。当然,也不能 ...
分类:编程语言   时间:2020-07-14 16:18:01    阅读次数:118
Neural_machine_translation_with_attention_v4a
Neural Machine TranslationWelcome to your first programming assignment for this week! You will build a Neural Machine Translation (NMT) model to trans... ...
分类:系统相关   时间:2020-07-14 00:34:46    阅读次数:190
Zhejiang Provincial Programming Contest 2007 Evolution (矩阵快速幂)
##题面 Evolution is a long, long process with extreme complexity and involves many species. Dr. C. P. Lottery is currently investigating a simplified mo ...
分类:其他好文   时间:2020-07-12 22:30:56    阅读次数:68
Panasonic Programming Contest 2020 D - String Equivalence
题目链接:https://atcoder.jp/contests/panasonic2020/tasks/panasonic2020_d 题意:给定n 输出所有长度为n的 要求字符串, 要求的字符串是满足 所有 s[i]=s[j]时t[i]=t[j] 或者 s[i]!=s[j]时 t[i]!=t[j ...
分类:其他好文   时间:2020-07-12 22:14:56    阅读次数:70
STL算法
更多内容详见:《The C++ Programming Language》第32章STL算法: f=for_each(b,e,f): 对[b:e)中的每个x执行f(x);返回f 例: void increment_all(vector<int>& v) //递增v中每个元素 { for_each(v ...
分类:编程语言   时间:2020-07-12 17:03:38    阅读次数:52
Spring入门案例
一、Spring基本介绍 1.什么是Spring Spring 是分层的 Java SE/EE 应用 full-stack 轻量级开源框架,以 IoC(Inverse Of Control: 反转控制)AOP(Aspect Oriented Programming:面向切面编程)为内核,提供了展现层 ...
分类:编程语言   时间:2020-07-12 00:52:53    阅读次数:61
4669条   上一页 1 ... 7 8 9 10 11 ... 467 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!