码迷,mamicode.com
首页 >  
搜索关键字:being a good boy in    ( 3225个结果
个人阅读作业
A good question is 50% of a good solution, now let’s share your questions about the text book(s), and post them on your blog.pick a text book (we have...
分类:其他好文   时间:2014-09-28 12:44:52    阅读次数:119
StringBuffer和String 的例子
public class Example { String str = new String("good"); static StringBuffer sbf=new StringBuffer(); char[] ch = {'a','b','c'}; public static void ...
分类:其他好文   时间:2014-09-27 23:44:30    阅读次数:274
poj3999 Kind of a Blur,高斯消元
Kind of a Blur Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 642   Accepted: 137 Description Image blurring occurs when the object being captured is out of...
分类:其他好文   时间:2014-09-26 14:49:49    阅读次数:418
30多年程序员生涯经验总结(成功源自于失败中的学习;失败则是因为容忍错误的横行)
英文原文:Lessons From A Lifetime Of Being A Programmer 在我 30 多年的程序员生涯里,我学到了不少有用的东西。下面是我这些年积累的经验精华。我常常想,如果以前能有人在这些经验上指点一二,我相信我现在会站得更高。 1. 客户在接触到产品之后,才会真正.....
分类:其他好文   时间:2014-09-25 23:53:07    阅读次数:204
POJ 2449 Astar算法 (A*) + Dijkstra
Remmarguts' DateTime Limit:4000MSMemory Limit:65536KTotal Submissions:21396Accepted:5823Description"Good man never makes girls wait or breaks an appoi...
分类:其他好文   时间:2014-09-25 22:45:27    阅读次数:258
HDU-1850-Being a Good Boy in Spring Festival
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1850这个题目不难,不过我开始题目意思理解错了,注意一点,一堆牌最多只能取一次,只能有一种选择,看代码低级代码#includeint main(void){ int m,i,j,s,k; int a[.....
分类:编程语言   时间:2014-09-25 21:53:37    阅读次数:227
给字符数组赋值的方法
main() { char s[30]; strcpy(s, "Good News!"); /*给数组赋字符串*/ . . . } 上面程序在编译时, 遇到char s[30]这条语句时, 编译程序会在内存的某处留 出连续30个字节的区域, 并将第一个字节的地址赋给s。当遇到strcpy( strc...
分类:其他好文   时间:2014-09-25 12:36:08    阅读次数:291
Apache:To Config The Vhost of Django Project
It is not a good idea to use dev server in Production Environment. Apache or Nginx are good choice.Both of them are of great used as the web server. ...
分类:其他好文   时间:2014-09-25 02:39:28    阅读次数:338
LeetCode:Decode Ways
题目链接A message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message c...
分类:其他好文   时间:2014-09-25 01:02:47    阅读次数:240
写博客的初衷——大学里的那些事儿
我其实是个本三的学生,在大一、大二的时光中,我就是和刚入学的其他同学一样,喜欢参加各种组织,就如同电视中,或者是动漫中的学生会会长那样的挥斥方遒,指点江山!做一个good的好少年,于是我充满热情地参加各种组织。本人在计算机系属自动化专业的学生,当时对自动化很感兴趣,觉得我们自动化是万能的,什么都能....
分类:其他好文   时间:2014-09-24 23:23:57    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!