码迷,mamicode.com
首页 >  
搜索关键字:programming    ( 4669个结果
Professional CUDA C Programming的代码实例1.1
CUDA PROGRAM STRUCTUREA typical CUDA program structure consists of fi ve main steps:1. Allocate GPU memories.2. Copy data from CPU memory to GPU memor ...
分类:其他好文   时间:2019-12-24 11:33:02    阅读次数:83
五大常用算法--DP
概念 【geekforgeeks】 Dynamic Programming is mainly an optimization over plain recursion. Wherever we see a recursive solution that has repeated calls for ...
分类:编程语言   时间:2019-12-24 09:23:44    阅读次数:72
XJCO1711 Procedural Programming
University of Leeds School of ComputingProcedural Programming XJCO1711Semester 1, 2019-2020Coursework 3 80 Marks(40% of the total module marks) Submis ...
分类:其他好文   时间:2019-12-22 20:06:31    阅读次数:63
AST11103 Problem Solving
AST11103 Problem Solving with Programming SkillsAdditional Individual Assignment: Min-Game Programming (40%)Learning Outcomes1. Use common application ...
分类:其他好文   时间:2019-12-22 19:59:28    阅读次数:74
API equals方法 toString方法
API API: Application(应用) Programming(程序) Interface(接口) 不需要关心这些类是如何实现的,只需要学习这些类如何使用即可。 equals方法 1.在object 中equals方法 比较的是地址 用时需要改写其值 2.equals 与==的区别 ==比 ...
分类:Windows程序   时间:2019-12-22 10:58:45    阅读次数:100
Java 的API(API: Application(应用) Programming(程序) Interface(接口))
按 ctrl 点击查看源代码; 一、equals方法: 1.用于比较两个对象是否相同。 2.Objec 类中,若两边是引用数据类型,比较的是两个对象的内存地址。 3.Objec 类中,若两边是数值类型,比较的是两个对象的内容。 4.使用的是 == 比较运算符。 5.equals 重写: 代码: pu ...
分类:移动开发   时间:2019-12-21 15:30:00    阅读次数:76
Spring - 框架入门
认识 Spring 框架 Spring 框架是 Java 应用最广的框架,它的成功来源于理念,而不是技术本身,它的理念包括 IoC (Inversion of Control,控制反转) 和 AOP(Aspect Oriented Programming,面向切面编程)。 什么是 Spring: ① ...
分类:编程语言   时间:2019-12-21 13:47:31    阅读次数:102
面向对象,面向过程,类
一、介绍 类:是一个抽象模型,将一类事物抽象为一个属性和方法的集合,将类实例化为对象,通过对象来处理此类事物 对象:是一个实体的数据,由类实例化得来。 面向对象编程:(OOP Object Oriented Programming)注重结果,通过对象解决问题。 面向过程编程:注重过程,由函数和表达式 ...
分类:其他好文   时间:2019-12-21 13:20:20    阅读次数:80
[转]函数式程序设计为什么至关重要
haskell的推荐文章之一,如下是台版译文。 译文的原文链接:https://www.byvoid.com/zhs/blog/why-functional-programming 作者: John Hughes 原文地址:http://wiht.link/functional-prog 此论文作于 ...
分类:其他好文   时间:2019-12-20 20:49:39    阅读次数:111
Difference between JDK, JRE and JVM
With Java programming language, the three terms i.e. JDK, JRE and JVM will always be there to understand the difference between them. If you area Java ...
分类:其他好文   时间:2019-12-20 20:37:09    阅读次数:101
4669条   上一页 1 ... 40 41 42 43 44 ... 467 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!