码迷,mamicode.com
首页 >  
搜索关键字:programming exercise    ( 5135个结果
Cairo graphics tutorial
Introduction This is Cairo graphics tutorial. The tutorial will teach you the basics of graphics programming in Cairo with the C programming language. ...
分类:其他好文   时间:2020-05-11 23:30:06    阅读次数:88
GTK# tutorial
This is GTK tutorial for the C programming language. This tutorial is suitable for beginners and more advanced programmers. GTK\ GTK is a wrapper over ...
分类:其他好文   时间:2020-05-11 23:23:23    阅读次数:91
spring AOP
转自 https://www.cnblogs.com/xrq730/p/4919025.html AOP AOP(Aspect Oriented Programming),即面向切面编程,可以说是OOP(Object Oriented Programming,面向对象编程)的补充和完善。OOP引入封 ...
分类:编程语言   时间:2020-05-11 11:40:41    阅读次数:66
什么是面向对象?
面向对象编程OOP (Object Oriented Programming), 你可能大致明白这种思想是干什么的, 老师会告诉你, OOP就是一切都是对象的意思。但说真的, "面向XX"这种说法它不符合国人的习惯表达, 而且一切都是对象的说法也太笼统了, 比如花括号、表达式、关键字这些都不是对象啊 ...
分类:其他好文   时间:2020-05-10 21:13:26    阅读次数:48
xctf-WEB-新手练习区Exercise area-Writeup
1 XCTF平台Web新手练习区 https://adworld.xctf.org.cn/task/task_list?type=web&number=3&grade=0&page=1 1.1 view_source 无法右键; F12,取得flag~ 1.2 robots 根据题目提示,尝试访问r ...
分类:Web程序   时间:2020-05-10 16:38:02    阅读次数:142
SpringIoC&DI快速入门
## 1. spring概述 ### 1.1 Spring是什么(理解) Spring是分层的 Java SE/EE应用 full-stack 轻量级开源框架,以 IoC(Inverse Of Control:反转控制)和 AOP(Aspect Oriented Programming:面向切面编程 ...
分类:编程语言   时间:2020-05-10 09:11:12    阅读次数:61
Java基础 07 API概述 Scanner类 Random类 ArrayList类
第1章 API 概述 API(Application Programming Interface),应用程序编程接口。Java API是一本程序员的 字典 ,是JDK中提供给我们使用的 类的说明文档 。这些类将底层的代码实现封装了起来,我们不需要关心这些类是如何实现的,只需要学习这些类如何使用即可。 ...
分类:编程语言   时间:2020-05-09 01:07:50    阅读次数:71
awk教程
https://www.ctolib.com/docs/sfile/tutorialspoint-programming/awk/26.html Awk教程 AWK是一种解释性编程语言。它是非常强大的,专为文本处理。AWK 提供了极其强大的功能:可以进行样式装入、流控制、数学运算符、进程控制语句甚至 ...
分类:其他好文   时间:2020-05-09 00:34:49    阅读次数:48
一脚踩进java之基础篇23——常用API(Object、String)
一、Java的API 1.1 Java 的API(API: Application(应用) Programming(程序) Interface(接口)) 1) Java API就是JDK中提供给我们使用的类,这些类将底层的代码实现封装了起来,我们不需要关心这些类是如何实现的,只需要学习这些类如何使用 ...
分类:编程语言   时间:2020-05-08 21:19:52    阅读次数:93
Shadow price in linear programming
It can be understood as: the value of an addition revenue if the constraint is relaxed. or How much you would be willing to pay for an additional reso ...
分类:其他好文   时间:2020-05-08 00:28:57    阅读次数:110
5135条   上一页 1 ... 16 17 18 19 20 ... 514 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!