码迷,mamicode.com
首页 > 2014年05月22日 > 全部分享
Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:其他好文   时间:2014-05-22 16:05:56    阅读次数:239
Linux System Programming 学习笔记(六) 进程调度
1. 进程调度the process scheduler is the component of a kernel that selects which process to run next.进程调度器需要使 处理器使用率最大化,并且提供 使多个进程并发执行的虚拟Deciding which pr...
分类:系统相关   时间:2014-05-22 16:07:11    阅读次数:505
我在大学的3年
在大学的这三年时间里,编程成为了我生活的全部。 从大一上了C程序设计开始,给我印象最深刻的是大一下学期测量学的奖励作业-闭合导线测量的程序设计,虽然开发出来的是控制台应用程序,但是最让我兴奋的是真正解决现实中难以解决问题的那种快感。自己用全站仪外业测数据,然后内业自己写程序处理,分析,最后得出...
分类:其他好文   时间:2014-05-22 16:07:47    阅读次数:212
JQ each
tomjackmarry
分类:其他好文   时间:2014-05-22 16:11:02    阅读次数:198
单例模式
using System;using System.Collections.Generic;using System.Linq;using System.Text;/* * 单例模式 * 保证对象的唯一性 */namespace SingleDemo{ class Program { ...
分类:其他好文   时间:2014-05-22 16:10:25    阅读次数:222
LINUX QQ2(转载)
关于这个话题,小编写过多次文章,也是很多朋友关心的问题。前几日,由于小编手贱,升级Wordpress后不满意,只得重装旧版本的Wordpress,却忘了备份网站图片,导致损失惨重。近日都没有写新文章,只是在夜以继日地抓图、补图。在补图的过程中,小编翻阅网站成立之初的文章,觉得文字不够简练,图片也不够...
分类:系统相关   时间:2014-05-22 16:09:10    阅读次数:357
Parallel stepped for loops in .NET C# z
for (int i = 0; i SteppedIntegerList(int startIndex, int endEndex, int stepSize){ for (int i = startIndex; i { Console.WriteLine...
分类:Web程序   时间:2014-05-22 16:08:30    阅读次数:281
innodb和myisam存储引擎插入速度
--innodb和myisam存储引擎插入速度------------------------------------2014/05/21MySQL 5.6 全部默认设置,插入数据9999条,性能一般的虚拟机。mysql> delete from test;Query OK, 10000 rows ...
分类:数据库   时间:2014-05-22 16:12:53    阅读次数:295
MVC 授权过滤器 AuthorizeAttribute
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace 过滤器.Filtes{ /// /// 授权过滤器,在Acti...
分类:Web程序   时间:2014-05-22 16:12:14    阅读次数:371
javascript学习7-细节总结
学习js,总结了一些需要注意的细节部分,和大家一起分享,共同进步。一、javascript区分大小写js数据类型:1.基本数据类型-数值型,字符串型,布尔型2.复杂类型:数组,对象3.特殊类型:null,undefined二、javascript中函数2种调用方式1.根据函数名直接调用,如:test...
分类:编程语言   时间:2014-05-22 16:14:56    阅读次数:329
多线程
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:编程语言   时间:2014-05-22 16:14:16    阅读次数:276
JavaScript Patterns 2.6 switch Pattern
This post introduces the principle of the use of switch-pattern.
分类:编程语言   时间:2014-05-22 16:15:39    阅读次数:280
LINQ 操作符(二)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Lambda表达式{ class Program ...
分类:其他好文   时间:2014-05-22 16:16:25    阅读次数:292
JQ 替换节点
sdfsdfsdfrgrefg sdfsdfsdfrgrefg sdfsdfsdfrgrefg sdfsdfsdfrgrefg sdfsdfsdfrgrefg sdfsdfsdfrgrefg 用特定的样式包起来 ...
分类:其他好文   时间:2014-05-22 16:17:41    阅读次数:238
常用类
Runtime类,代表java程序的运行时环境,每个java程序都有一个与之对应的Runtime实例。应用程序通过该对象与其运行时环境项链。应用程序不能创建自己的Runtime实例,但是可以通过Runtime类的静态方法getRuntime()获取与之关联的Runtime对象。StringBuild...
分类:其他好文   时间:2014-05-22 16:18:20    阅读次数:215
JQ 无刷新评论
第一个帖子:随碟附送地方
分类:其他好文   时间:2014-05-22 16:19:35    阅读次数:164
创建一个Windows窗体
vs2010下的代码提示快捷键:CTRL + Jstep:窗口类赋值(12个参数)注册窗口类创建窗口消息循环#include#includeLRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);...
分类:Windows程序   时间:2014-05-22 16:20:18    阅读次数:294
1576条   上一页 1 ... 22 23 24 25 26 27 28 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!