参考 1. https://en.wikipedia.org/wiki/Serialization 2. https://en.wikipedia.org/wiki/Persistence_(computer_science) 3. https://www.zhihu.com/question/31 ...
分类:
其他好文 时间:
2018-06-11 18:55:56
阅读次数:
154
"Let's C" is a popular and fun programming contest hosted by the College of Computer Science and Technology, Zhejiang University. Since the idea of th ...
分类:
其他好文 时间:
2018-06-09 23:08:46
阅读次数:
272
181.下列没有直接采用XML技术的是( ) A. UDDI B. SOAP C. AJAX D.DCOM 解答:D DCOM(分布式组件对象模型,分布式组件对象模式)是一系列微软的概念和程序接口,利用这个接口,客户端程序对象能够请求来自网络中另一台计算机上的服务器程序对象。DCOM基于组件对象模型 ...
分类:
编程语言 时间:
2018-06-08 23:17:28
阅读次数:
372
变量:传递、存取、变化。函数:传递、执行、操作。 函数作为参量、变量。 函数调用。 函数运算。 In computer science, function composition (not to be confused with object composition) is an act or me ...
分类:
其他好文 时间:
2018-06-08 20:34:02
阅读次数:
145
这个知识点很重要,但是,我不懂。 第一个问题:为什么要做正则化? In mathematics, statistics, and computer science, particularly in the fields of machine learning and inverse problems ...
分类:
其他好文 时间:
2018-06-01 10:41:48
阅读次数:
178
Little Artem has invented a time machine! He could go anywhere in time, but all his thoughts of course are with computer science. He wants to apply th ...
分类:
系统相关 时间:
2018-05-28 18:55:12
阅读次数:
209
1、 #region 程序集 System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // C:\Program Files (x86)\Reference Assemblies\Micros ...
Python平台事实上的图像处理标准库是PIL:Python Imaging Library。一群志愿者在PIL的基础上创建了兼容的版本,名字叫Pillow1、操作图像from PIL import Image# 打开一个jpg图像文件,注意是当前路径:im = Image.open(‘test.jpg‘)# 获得图像尺寸:w, h = im.sizeprint(‘Original image s
分类:
编程语言 时间:
2018-05-16 22:32:31
阅读次数:
222
(二)主语/宾语/表语的变化 1. 名词/代词 Most graduates always want a big firm job. She is the leader of the organization. They gave us a good impression. 2. doing/to ...
分类:
其他好文 时间:
2018-05-16 00:42:25
阅读次数:
177
PIL:Python Imaging Library,已经是Python平台事实上的图像处理标准库了。PIL功能非常强大,但API却非常简单易用。 由于PIL仅支持到Python 2.7,加上年久失修,于是一群志愿者在PIL的基础上创建了兼容的版本,名字叫Pillow,支持最新Python 3.x, ...
分类:
其他好文 时间:
2018-05-15 11:52:01
阅读次数:
151