由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Seattle版 - Array Find() method doesn't exist in Visual c# 2010 express (转载)
相关主题
Visual Designer - 12 month contract (eastside)找人打网球
比较懒,不想做Research,求扫盲微软移动服务部副总裁正式离职
一家不能去的眼科NASA finds new life form
看了这段视频,决定以后用Visual Studio了最近有comcast的deal?
where I can find a cheap 背篓?Find people to play table tennis
which libs needed to enable c++ features (转载)请给个国内订海南机票的电话
STB的出来说说,Visual Studio真能支持iPhone开发?Method to register DO NOT Call
Help! Help Me to Find The Address Of FU HAI Rest.__Hurry On On line Now!微软的那个斯科特古斯雷很是牛叉呀!
相关话题的讨论汇总
话题: array话题: find话题: visual话题: exist话题: c#
进入Seattle版参与讨论
1 (共1页)
s*****w
发帖数: 1527
1
【 以下文字转载自 Programming 讨论区 】
发信人: somehow (淡泊明志,宁静致远), 信区: Programming
标 题: Array Find() method doesn't exist in Visual c# 2010 express ?
发信站: BBS 未名空间站 (Sun Jan 9 09:38:14 2011, 美东)
assume i have a array {0, 5, 2, -1, 3, 6}
want to find the index for 2,
how to do it pls ?
f******n
发帖数: 198
2
- Array.IndexOf() for finding one element.
- Array.Find() and its variations for general purpose search.
- Array.BinarySearch() if the array is pre-sorted.
All of these are static, so they're not very discoverable...
1 (共1页)
进入Seattle版参与讨论
相关主题
微软的那个斯科特古斯雷很是牛叉呀!where I can find a cheap 背篓?
Any one is Visual Studio group for debug port/debug agent ?which libs needed to enable c++ features (转载)
David KruglinskiSTB的出来说说,Visual Studio真能支持iPhone开发?
C# SDET in Seattle DowntownHelp! Help Me to Find The Address Of FU HAI Rest.__Hurry On On line Now!
Visual Designer - 12 month contract (eastside)找人打网球
比较懒,不想做Research,求扫盲微软移动服务部副总裁正式离职
一家不能去的眼科NASA finds new life form
看了这段视频,决定以后用Visual Studio了最近有comcast的deal?
相关话题的讨论汇总
话题: array话题: find话题: visual话题: exist话题: c#