码迷,mamicode.com
首页 >  
搜索关键字:exercise 1-3    ( 479个结果
用 CSS 和 HTML 完成一个简易的导航(nav)
In this exercise you will create a navigation bar. 效果图: ...
分类:Web程序   时间:2016-08-03 12:00:50    阅读次数:150
用position:fixed编写超简单的固定footer
In this exercise you will create a sticku footer with is stuck at the bottom of the page allways. (固定在底部的footer) 演示效果: ...
分类:其他好文   时间:2016-08-03 11:49:34    阅读次数:156
cs231n - assignment1 - neural net 梯度推导
Implementing a Neural Network In this exercise we will develop a neural network with fully-connected layers to perform classification, and test it out on the CIFAR-10 dataset. 这里开始采用矩阵的形式来推导梯度,而且将...
分类:Web程序   时间:2016-07-19 10:38:29    阅读次数:386
Exercise: Linear Regression 斯坦福作业二 (转)
题目给出的数据是一组2-8岁男童的身高。x是年龄,y是身高。样本数m=50. 使用gradient descent来做线性回归。 step1:数据准备。 加载数据: >> x=load('ex2x.dat'); >> y=load('ex2y.dat'); 可视化数据: 效果如下: 我们将模型设定为 ...
分类:其他好文   时间:2016-07-12 12:01:26    阅读次数:229
赛场统分
程序地址:http://www.cheemoedu.com/exercise/7问题描述:在编程竞赛中,有10个评委为参赛的选手打分,分数为0~100分。选手最后得分为:去掉一个最高分和一个最低分后其余8个分数的平均值。请编写一个程序实现。我的代码:scores=[] i=1 whilei<=4: score=int(raw_input("p..
分类:其他好文   时间:2016-07-11 01:29:09    阅读次数:187
poj3292
Semi-prime H-numbers Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 8677 Accepted: 3793 Description This problem is based on an exercise o ...
分类:其他好文   时间:2016-07-04 22:18:20    阅读次数:226
等差素数数列
程序地址:http://www.cheemoedu.com/exercise/27问题描述:类似7、37、67、97、107、137、167、197,这样由素数组成的数列叫做等差素数数列。素数数列具有项数的限制,一般指素数数列的项数有多少个连续项,最多可以存在多少个连续项。编程找出100以内的等差素数数列。示例代..
分类:其他好文   时间:2016-06-29 16:06:55    阅读次数:187
Programming in Lua习题选答
Exercise 5.1 Exercise 5.2 Exercise 5.3 ...
分类:其他好文   时间:2016-06-28 21:50:47    阅读次数:113
哥德巴赫猜想
程序地址:http://www.cheemoedu.com/exercise/26问题描述:众所周知,哥德巴赫猜想的证明是一个世界性的数学难题,至今未能完全解决。我国著名数学家陈景润为哥德巴赫猜想的证明作出过杰出的贡献。所谓哥德巴赫猜想是说任何一个大于2的偶数都能表示成为两个素数之和。编写程序..
分类:其他好文   时间:2016-06-28 14:41:29    阅读次数:149
梅森尼数
程序地址:http://www.cheemoedu.com/exercise/25问题描述:法国数学家梅森尼对这类形如2^n-1的素数特别感兴趣,做过很多有意义的工作,后人把此类数命名为梅森尼数。已经证明了,如果2^n-1是素数,则幂指数n必须是素数,然而,反过来并不对,当n是素数时,2^n-1不一定是素数。..
分类:其他好文   时间:2016-06-27 17:57:41    阅读次数:488
479条   上一页 1 ... 21 22 23 24 25 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!