题目: Each of the following two procedures defines a method for adding two positive integers in terms of the procedures inc, which increments its argum....
分类:
其他好文 时间:
2014-09-15 17:19:29
阅读次数:
156
题目: Newton's method for cube roots is based on the fact that if y is an approximation to the cube root of x, then a better approximation is given by ....
分类:
其他好文 时间:
2014-09-15 17:11:19
阅读次数:
176
Step 0: Load dataThe starter code contains code to load 45 2D data points. When plotted using the scatter function, the results should look like the f...
分类:
其他好文 时间:
2014-09-14 21:54:27
阅读次数:
314
//register.html
insert item here!
User:
Password:
interesting:
Reading
writing
sport
exercise
claming
//LoginServlet
import javax.servlet.Servlet;
publi...
分类:
其他好文 时间:
2014-09-12 15:10:03
阅读次数:
214
源起:
C++ Primer 第五版,Exercise 9.38
Write a program to explorer how vectors grow in the library you use.
环境:
WIN 7 + VS 2008 32bit
测试代码:
#include
#include
#include
using namespace std;
...
分类:
编程语言 时间:
2014-09-09 21:34:39
阅读次数:
432
以下为java的一些常见的题
1.
代码:
package cn.wwh.www.exercise;
import java.util.Scanner;
/**
* 类的作用:1.输出N * N的乘法口诀表
*
*
* @author 一叶扁舟
* @version 1.0
* @创建时间: 2014年9月4日 下午6:09:08
*/
public class Pri...
分类:
其他好文 时间:
2014-09-06 06:30:42
阅读次数:
181
搞完两篇论文:multi assets spread optionsbermudan options using cos methods思路基本一致,都是approximate exercise boundry,一个凑固定形式的正态分布,一个无脑cos series。第一篇实现起来小数点第二位就有差...
分类:
其他好文 时间:
2014-08-26 00:17:45
阅读次数:
257
#include using namespace std;typedef struct Node{ Node *next; int data;}Node, *List;typedef struct DNode{ DNode *prior; DNode *next; in...
分类:
其他好文 时间:
2014-08-20 01:16:55
阅读次数:
346
Perform this exercise two rounds.These examples of simple exercises that can be performed in a large bag. Always remember to keep your hands on traini...
分类:
其他好文 时间:
2014-08-08 12:06:45
阅读次数:
298
Semi-prime H-numbers
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 7372
Accepted: 3158
Description
This problem is based on an exercise of David Hilbert, who pedagogically s...
分类:
其他好文 时间:
2014-07-21 11:13:15
阅读次数:
269