自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 CareerCup2.3 删除最中间那个,或者删除给出任意一个节点(只能得到这个节点的pointer)

/*Implement an algorithm to delete a node in the middle of a single linked list, given only access to that node.EXAMPLEInput: the node ‘c’ from the linked list a->b->c->d->eResult: nothing is retu

2012-05-01 10:40:24 514

原创 CareerCup 2.2 C++

//Implement an algorithm to find the nth to last element of a singly linked list /*Iteration Vs. RecursionIf a recursive method is called with a base case, the method returns a result. If a

2012-04-28 10:08:01 504

原创 careerCup1.8

/*Assume you have a method isSubstring which checks if one word is a substring of another Given two strings, s1 and s2, write code to check if s2 is a rotation of s1 using only one call to isSubstr

2012-04-25 10:37:58 518

原创 careerCup1.7

// Write an algorithm such that if an element in an MxN matrix is 0, its entire row and// column is set to 0 //相乘,如果该row或者该column为0,则set该row或column为0#include "iostream"#define M 5#defin

2012-04-24 16:25:38 415

原创 careerCup1.6(没有do in place)

//Given an image represented by an NxN matrix, where each pixel in the image is 4 //bytes, write a method to rotate the image by 90 degrees  Can you do this in place?//int 4 byte!!!#incl

2012-04-23 09:51:21 398

原创 CareerCup1.5

//Write a method to replace all spaces in a string with '%20'#include#includeusing namespace std;void replaceSpace(string &s1){ int j=0,i=0; //find how many spaces are there in this str

2012-04-20 15:09:28 536

原创 CareerCup 1.4

//Write a method to decide if two strings are anagrams or not #include#include#define TRUE 1;#define FALSE 0;using namespace std;string sort(string &s1){//bubblefor(int i

2012-04-19 10:22:52 493

L0phtCrack(LC5)

最强悍的windows平台口令破解器。这是最新的5.0版,有注册机。可以在双Xeon+windows 2003服务器上稳定运行。(亲自测试。)

2011-03-28

MFC课程设计海宝带你游世博

世博导航,运用Floyd与回溯算法,根据用户选择,生成最短路径。mfc界面精美,有各个场馆详细介绍。

2010-07-11

c++ primer第四版 图书管理 源代码

Sales_item.h 读入 输出 加法

2010-01-06

绘图板 功能超级强大 MFC

功能强大 包括清屏 橡皮筋画直线 改变填充色 对话框 菜单。。。。

2009-12-31

空空如也

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

TA关注的人

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