点数信息
www.dssz.net
注册会员
|
设为首页
|
加入收藏夹
您好,欢迎光临本网站!
[请登录]
!
[注册会员]
!
首页
移动开发
云计算
大数据
数据库
游戏开发
人工智能
网络技术
区块链
操作系统
模糊查询
热门搜索:
源码
Android
整站
插件
识别
p2p
游戏
算法
更多...
在线客服QQ:632832888
当前位置:
资源下载
搜索资源 - PRINCIPLE
下载资源分类
移动开发
开发技术
课程资源
网络技术
操作系统
安全技术
数据库
行业
服务器应用
存储
信息化
考试认证
云计算
大数据
跨平台
音视频
游戏开发
人工智能
区块链
在结果中搜索
所属系统
Windows
Linux
FreeBSD
Unix
Dos
PalmOS
WinCE
SymbianOS
MacOS
Android
开发平台
Visual C
Visual.Net
Borland C
CBuilder
Dephi
gcc
VBA
LISP
IDL
VHDL
Matlab
MathCAD
Flash
Xcode
Android STU
LabVIEW
开发语言
C/C++
Pascal
ASM
Java
PHP
Basic/ASP
Perl
Python
VBScript
JavaScript
SQL
FoxBase
SHELL
E语言
OC/Swift
文件类型
源码
程序
CHM
PDF
PPT
WORD
Excel
Access
HTML
Text
资源分类
搜索资源列表
A Tutorial Introduction to the Minimum Description Length Principle
A Tutorial Introduction to the Minimum Descr iption Length Principle
所属分类:
其它
发布日期:2009-05-13
文件大小:605184
提供者:
csu_cs
principle and practice using c++.part01
principle and practice using c++
所属分类:
C++
发布日期:2010-08-12
文件大小:19922944
提供者:
philosopher2007
principle and practice using c++.part02
principle and practice using c++
所属分类:
C++
发布日期:2010-08-12
文件大小:19922944
提供者:
philosopher2007
principle and practice using c++.part03
principle and practice using c++
所属分类:
C++
发布日期:2010-08-12
文件大小:19922944
提供者:
philosopher2007
principle and practice using c++.part04
principle and practice using c++
所属分类:
C++
发布日期:2010-08-12
文件大小:19922944
提供者:
philosopher2007
principle and practice using c++.part05
principle and practice using c++
所属分类:
C++
发布日期:2010-08-12
文件大小:19922944
提供者:
philosopher2007
principle and practice using c++.part06
principle and practice using c++
所属分类:
C++
发布日期:2010-08-12
文件大小:19922944
提供者:
philosopher2007
principle and practice using c++.part07
principle and practice using c++
所属分类:
C++
发布日期:2010-08-12
文件大小:15728640
提供者:
philosopher2007
Economic Stock Principle
Economic Stock Principle
所属分类:
IT管理
发布日期:2010-10-18
文件大小:14680064
提供者:
xinsuanwencun
Principle of Communications
Principle of Communications
所属分类:
专业指导
发布日期:2010-11-19
文件大小:8388608
提供者:
kelezhu83
The Open-Closed Principle.pdf
Open-Closed Principle,开闭原则,对扩展开放,对修改关闭。
所属分类:
Java
发布日期:2011-02-13
文件大小:70656
提供者:
rovermartin
Design Pattern and Principle
Design Pattern and Principle Written By Robert C. Martin
所属分类:
Java
发布日期:2011-03-17
文件大小:165888
提供者:
bumman
第一原理 first principle 资料
第一原理 first principle 资料。。。。。。。。。。。。。。。。。。。。。。。。。
所属分类:
专业指导
发布日期:2011-05-26
文件大小:14336
提供者:
wmc200531035
LTE principle and system-2010[1].3.27
LTE principle and system-2010[1].3.27
所属分类:
网络设备
发布日期:2011-07-26
文件大小:3145728
提供者:
ylwhust
ELLIOTT WAVE PRINCIPLE
Content Lesson 1: Introduction to the Wave Principle - 9 - Lesson 2: Details of the Complete Cycle - 12 - Lesson 3: Essential Concepts - 15 - Lesson 4: Motive Waves - 19 - Lesson 5: Diagonal Triangles - 23 - Lesson 6: CORRECTIVE WAVES - 28 - Lesson
所属分类:
电子商务
发布日期:2011-11-27
文件大小:2097152
提供者:
sunjianle6078
c++ The Open-Closed Principle ocp.pdf
c++ The Open-Closed Principle ocp.pdf
所属分类:
C++
发布日期:2012-07-13
文件大小:70656
提供者:
xzh2005227042
MP3 codec principle
MP3 codec principle(development)
所属分类:
C++
发布日期:2012-10-27
文件大小:79872
提供者:
jty1986
VLSI TEST PRINCIPLE AND ARCHITECTURE
vLsi test principle and architecture ,it is very useful for you to learn the point of hardware.
所属分类:
硬件开发
发布日期:2014-09-22
文件大小:6291456
提供者:
jiangbo1017
Operating Systems - Internals and Design Principle(7th) 无水印pdf
Operating Systems - Internals and Design Principle(7th) 英文无水印pdf 第7版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
所属分类:
其它
发布日期:2017-09-28
文件大小:4194304
提供者:
u011433684
开放关闭原则(The open-closed principle)
开放/封闭原则(The Open-Closed Principle:OCP)是在面向对象设计中,类和模块等必须遵循以下规则: ◇ 对于功能的扩展因该是开放的,即可以追加机能。 ◇ 对于修改是封闭的,即既存的机能的实体是不可以修改的。 以上两条规则就是说“软件实体应当在不修改的前提下扩展” 开放/封闭原则(OCP)是面向对象设计的最基本的原则。也是之后的面向对象设计原则,Package设计原则以及设计模式的基础。
所属分类:
其它
发布日期:2017-10-09
文件大小:70656
提供者:
wonderfuljoy
«
1
2
3
4
5
6
7
8
9
10
...
45
»