码迷,mamicode.com
首页 >  
搜索关键字:programming    ( 4669个结果
Lonsdor K518ISE programs 2005 Ford Focus key in two minutes
A quick demonstration of Lonsdor K518ISE programming key for 2005 Ford Focus in two minutes. And for more auto key programming,check hereautomotive ke ...
分类:其他好文   时间:2019-04-06 20:25:54    阅读次数:206
COSC1284 Programming Techniques
package Model; import error.MyException; import utils.DateTime; public class Car { private String regNo; private String make; private String model; pr... ...
分类:其他好文   时间:2019-04-06 00:10:49    阅读次数:114
C200 Programming Assignment
C200 Programming Assignment № 8Computer ScienceSchool of Informatics, Computing, and EngineeringMarch 30, 2019ContentsIntroduction 2Problem 1: Newton ...
分类:其他好文   时间:2019-04-05 19:40:01    阅读次数:95
codeforces401C
Team CodeForces - 401C Now it's time of Olympiads. Vanya and Egor decided to make his own team to take part in a programming Olympiad. They've been be ...
分类:其他好文   时间:2019-04-03 20:39:41    阅读次数:166
PHP函数式编程
什么是函数式编程 与面向对象编程(Object oriented programming)和过程式编程(Procedural programming)并列的编程范式。 最主要的特征是,函数是第一等公民。 强调将计算过程分解成可复用的函数,典型例子就是map方法和reduce方法组合而成 MapRed ...
分类:Web程序   时间:2019-04-02 17:00:08    阅读次数:192
Npcap:Nmap项目里一个为Windows而生的嗅探库 Npcap: Nmap Project's packet sniffing library for Windows
Introduction介绍 Introduction介绍 This Manual describes the programming interface and the source code of Npcap. It provides detailed descriptions of the f ...
分类:Windows程序   时间:2019-03-31 14:00:48    阅读次数:259
Java泛型相关总结(上)
最近在看《Java核心技术》泛型相关的部分,总结下。 泛型程序设计是什么? 泛型编程(generic programming)是计算机编程中的一种风格,类型通过参数指定。意味着编写的代码可以被不同类型的对象所使用。 类型参数(type parameters),指示类型。ArrayList用类型参数来 ...
分类:编程语言   时间:2019-03-30 21:39:18    阅读次数:193
十条不错的编程观点!
在Stack Overflow上有这样的一个贴子《What’s your most controversial programming opinion?》,翻译成中文就是“你认为最有争议的编程观点是什么?”,不过,在400多个主回贴,以及千把个子回贴中,好像并不是很有争议,而是令人相当的茅塞顿开,下 ...
分类:其他好文   时间:2019-03-25 23:19:55    阅读次数:157
Python——函数,模块,简单文件读写(python programming)
函数(function)定义原则: 最大化代码重用,最小化代码冗余,流程符合思维逻辑,少用递归; 函数的定义方法: def function_name(param_1, param_2): ..... return output #输出,结束函数 注意: 函数要在使用之前定义函数的使用方法以prin ...
分类:编程语言   时间:2019-03-25 16:07:46    阅读次数:194
Python——字符串(python programming)
p ython——字符串 ①加法 连接两个字符串 ②乘法 复制字符串 python——转义字符 \n 换行 \' 单引号 \'' 双引号 \\ 反斜杠 raw字符串:无视转义字符 转义: 字符串和数字相互转化 函数str(), int(), float() 字符串方法:查找 字符串的方法函数s1.f ...
分类:编程语言   时间:2019-03-25 16:07:03    阅读次数:214
4669条   上一页 1 ... 77 78 79 80 81 ... 467 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!