码迷,mamicode.com
首页 >  
搜索关键字:generic algorithm    ( 18934个结果
wpf 进度条 下拉
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;using...
分类:其他好文   时间:2014-04-30 14:32:24    阅读次数:514
Dictionary<Key,Value>的用法
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 计算字符{ class Program { ...
分类:其他好文   时间:2014-04-29 20:45:02    阅读次数:446
《Cracking the Coding Interview》——第17章:普通题——题目2
2014-04-28 22:05题目:写个程序判断三连棋哪一方赢了。解法:三个相同的棋子连成一条横线,竖线或者对角线就判断为赢了。代码: 1 // 17.2 Write an algorithm to check if someone has won the tic-tac-toe game. 2 ...
分类:其他好文   时间:2014-04-29 18:12:07    阅读次数:474
j2me必备之网络开发数据处理
第9章 无线网络开发MIDP提供了一组通用的网络开发接口,用来针对不同的无线网络应用可以采取不同的开发接口。基于CLDC的网络支持是由统一网络连接框架(Generic Connection Frameword, 简称GCF)定义的。其相关类、接口以及异常都放置在javax.microedtion.i...
分类:其他好文   时间:2014-04-29 17:14:47    阅读次数:382
《Cracking the Coding Interview》——第17章:普通题——题目8
2014-04-28 23:35题目:最大子数组和问题。解法:O(n)解法。代码: 1 // 17.8 Find the consecutive subarray with maximum sum in an array. 2 // O(n) online algorithm. 3 #include...
分类:其他好文   时间:2014-04-29 16:35:28    阅读次数:429
安装vmware tools失败解决方法
失败提示:reating a new initrd boot image for the kernel. update-initramfs: Generating /boot/initrd.img-3.11.0-12-generic vmware-tools-thinprint initctl: J...
分类:其他好文   时间:2014-04-29 11:46:47    阅读次数:684
模仿QQ截图片
原文:模仿QQ截图片两个picturebox,一个放图片完整代码如下using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;usi...
分类:其他好文   时间:2014-04-29 10:34:45    阅读次数:433
C#读写文件总结
1、使用FileStream读写文件文件头:[csharp]view plaincopyprint?usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.IO;读文件核心代码:[csharp]view pla...
分类:其他好文   时间:2014-04-29 10:33:46    阅读次数:434
模仿QQ截图片
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System....
分类:其他好文   时间:2014-04-29 10:14:47    阅读次数:335
事件与委托例子
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using Sys...
分类:其他好文   时间:2014-04-29 09:25:47    阅读次数:415
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!