码迷,mamicode.com
首页 >  
搜索关键字:exercise 1-19    ( 479个结果
那些年,一起学的Java 7-4
/***7-4*编写一个Exercise类,该类中含有如下几个方法*1>Statistics(objectarc[])方法:*统计每个字母(不计大小写)出现的次数相对于字母总数的比率,*打印显示这个比率*2>Sort(objectarc[])方法:*对给定的数组进行排序。*通过编程创建一个Exercise类的对象,*从主方法中..
分类:编程语言   时间:2015-03-13 01:55:24    阅读次数:195
时间处理:计算下一天日期,如输入"2004/12/31"(注释2014年12月31日),则输出"2005/1/1".
/* ============================================================================ Name : Exercise.c Author : haier Version : 0.01 Copyright : Your copyr...
分类:其他好文   时间:2015-03-12 11:18:35    阅读次数:134
时间处理:计算下一天日期,如输入"2004/12/31"(注释2014年12月31日),则输出"2005/1/1".
/* ============================================================================ Name : Exercise.c Author : haier Version : 0.01 Copyright : Your copyr...
分类:其他好文   时间:2015-03-11 23:01:40    阅读次数:204
【SICP练习】105 练习3.5-3.6
练习3-5原文Exercise 3.5. Monte Carlo integration is a method of estimating definite integrals by means of Monte Carlo simulation. Consider computing the area of a region of space described by a predicate...
分类:其他好文   时间:2015-03-11 19:43:30    阅读次数:118
【SICP练习】106 练习3.7
练习3-7原文Exercise 3.7. Consider the bank account objects created by make-account, with the password modification described in exercise 3.3. Suppose that our banking system requires the ability to make j...
分类:其他好文   时间:2015-03-11 19:41:24    阅读次数:132
JAVA数据结构multiply-linked data structures程序代写(服务编号:java00088)
The programThe purpose of this assignment is to provide some exercise in using multiply-linked data structures.Your program will be anumber grid. It w...
分类:编程语言   时间:2015-02-15 15:02:59    阅读次数:226
斯坦福大学机器学习公开课---Programming Exercise 1: Linear Regression
斯坦福大学机器学习公开课---Programming Exercise 1: Linear Regression 1  Linear regression with one variable In thispart of this exercise, you will implement linear regression with one variableto predict profi...
分类:其他好文   时间:2015-02-04 00:39:42    阅读次数:715
斯坦福大学机器学习公开课:Programming Exercise 2: Logistic Regression
斯坦福大学机器学习公开课:Programming Exercise 2: Logistic Regression---Matlab实现 1 Logistic Regression In this part of the exercise, you will build a logistic regression model to predict whether astudent gets...
分类:其他好文   时间:2015-02-03 21:22:42    阅读次数:1109
Learn Python the Hard Way--Exercise 46
0. 缘起 《Learn Python the Hard Way》Exercise 46 要求安装四个python package pip, distribute, nose, virtualenv,(原书作者特别提醒:Do not just donwload these packages and ...
分类:编程语言   时间:2015-02-01 23:16:45    阅读次数:455
http server
package net.datafans.exercise.rockmq.TestJMS;import java.io.*;import java.net.*;public class ServerDemo { public static void main(String args[]) throw...
分类:Web程序   时间:2015-02-01 12:01:59    阅读次数:180
479条   上一页 1 ... 35 36 37 38 39 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!