上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 92 下一页
http://msdn.microsoft.com/en-us/vcsharp/aa336746Restriction OperatorsWhere - Simple 1Where - Simple 2Where - Simple 3Where - DrilldownWhere - IndexedProjection OperatorsSelect - Simple 1Select - Simple 2Select - TransformationSelect - Anonymous Types 1Select - Anonymous Types 2Select - Anonymous Typ Read More
posted @ 2011-10-25 19:45 庚武 Views(156) Comments(0) Diggs(0)
Each process provides the resources needed to execute a program. A process has a virtual address space, executable code, open handles to system objects, a security context, a unique process identifier, environment variables, a priority class, minimum and maximum working set sizes, and at least one t Read More
posted @ 2011-10-21 15:12 庚武 Views(288) Comments(0) Diggs(0)
from:http://www.haskell.org/haskellwiki/Haskell_in_5_steps#Write_your_first_parallel_Haskell_program起由: Write your first parallel Haskell programHaskell has good support for parallel and multicore programming. We can write a parallel program by adding `par` to expressions, like so:import Control.Par Read More
posted @ 2011-10-20 15:10 庚武 Views(2153) Comments(1) Diggs(0)
Leksah Editor: http://leksah.org/download.html/*******************************************************************************/http://eclipsefp.github.com/Install:http://eclipsefp.github.com/install.htmlhttp://www.haskell.org/haskellwiki/Learn_Haskell_in_10_minutesAbout This ProjectEGit is an Eclips Read More
posted @ 2011-10-20 13:59 庚武 Views(368) Comments(0) Diggs(0)
http://www.intrepidstudios.com/blog/2010/7/11/debug-your-net-web-project-with-iis-express-t.aspxUpdate:IIS Express has beenofficially releasedas a standalone installation.For those of us too impatient to wait for Visual Studio SP1 to natively support IIS Express, I've done some digging and found Read More
posted @ 2011-10-18 01:44 庚武 Views(735) Comments(1) Diggs(0)
//java code:interface CarElementVisitor { void visit(Wheel wheel); void visit(Engine engine); void visit(Body body); void visit(Car car);} interface CarElement { void accept(CarElementVisitor visitor); // CarElements have to provide accept().} class Wheel implements CarElement { pr... Read More
posted @ 2011-10-17 14:15 庚武 Views(374) Comments(0) Diggs(0)
http://files.cnblogs.com/wucg/jscalendar-1.0___v1.51.zipJS DatePicker: jscalendar-1.0___v1.51from:http://sourceforge.net/projects/jscalendar/http://files.cnblogs.com/wucg/jscalendar-1.0___v1.51.zipQuick startupInstalling the calendar used to be quite a task until version 0.9.3. Starting with 0.9.3 I Read More
posted @ 2011-10-15 12:25 庚武 Views(644) Comments(0) Diggs(1)
//TestCollect .javapackage com.test;public class TestCollect { private String name; private int age; public String getName() { return name; } public void setName(String name) { this.name = name; } public int getAge() { return age; } public void setAge(int age) { this.age = age; } @Override prote... Read More
posted @ 2011-10-14 21:39 庚武 Views(186) Comments(0) Diggs(0)
using System;using System.Linq;using System.Text;namespace DesignPatterns.Mediator{ //MediatorR abstract class AbstractChatroom { public abstract void Register(Participant participant); public abstract void Send(string from, string to, string message); } //ConcreteMediat... Read More
posted @ 2011-10-14 20:03 庚武 Views(205) Comments(0) Diggs(0)
http://files.cnblogs.com/wucg/Demo_AS3_Flex_CafeTownsend.zip Read More
posted @ 2011-10-14 15:49 庚武 Views(149) Comments(0) Diggs(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 92 下一页