自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (4)
  • 收藏
  • 关注

原创 round() Function in Python and Matlab

Python always round to nearest even. test_1 = np.around(3.5) test_2 = np.around(4.5) test_1 = 4 test_2 = 4 test_1 = round(3.5) test_2 = round(4.5) test_1 = 4 test_2 = 5

2016-04-27 04:34:49 902

原创 Python 与 Matlab 矩阵操作对应表

Python 与 Matlab 矩阵操作对应表 Matlab Python numel(X) X.size size(X, 2) X.shape[1] A.*B A*B A*B A.dot(B) X' X.conj().T X(1:5, :) X[0:5, :] X(1:2, 4:7) X[0:

2016-04-26 23:09:24 4800

原创 Why and When Perceptron Halts?

Pereceptron Learning Algorithm (PLA) is a binary classifier which can partition the linear separable points into two classes.  Based on the Perceptron Convergence Theorem, we have: For any finit

2016-04-14 10:22:18 803

转载 Proof of Cover's Function Counting Theorem

Suppose we have p points in

2016-04-14 03:29:10 1260

wince 罗技pro5000摄像头驱动

wince pxa270开发板 罗技 Logitech quickcam pro5000摄像头驱动

2010-12-25

QQ聊天程序 Java

此程序简单明了,模拟QQ功能。Java语言编写。

2010-10-17

贪吃蛇小游戏,纯C语言编写

经典的贪吃蛇源代码,代码容易看懂,操作方便。C语言编写,是做课设和练习编写游戏的首选。希望大家评分。

2009-08-25

兔子过河C语言代码小游戏

一款很实用的C语言小游戏,自己编的,对于游戏入门会有很大的帮助。圆圈代表兔子,方块代表木板。兔子借助木板跳过河去。可选择游戏的难易程度,也有输入胜利者名称的功能。

2009-08-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除