上一页 1 ··· 432 433 434 435 436 437 438 439 440 ··· 455 下一页
++++++++++++++++++++++++++++++++++++++++++本文系本站原创,欢迎转载! 转载请注明出处:http://blog.csdn.net/mr_raptor/article/details/6442914++++++++++++++++++++++++++++++++++++++++++1.PHASE LOCKED LOOP(PLL)S3C6410里包含三个PLL(锁相环),APLL, MPLL, EPLL,通过设置它们将输入时钟同步输出达到操作CPU的工作频率的目的。如图1-1所示。Voltage Controlled Oscillator (VCO)P[5: Read More
posted @ 2011-05-24 17:13 javawebsoa Views(221) Comments(0) Diggs(0) Edit
第一:绑定运算符,:=:这个只是简化了数据绑定,跟ASP.NET MVC3不断改进一样,其实不是什么亮点改进。comboBox1.Text :=: textBox1.Text; //将文本框的内容绑定到下拉框。第二:带参数的泛型构造函数:这个的加入给一些设计增加了强大功能,泛型早在C#2.0加入后就有着强大的应用,一般稍微设计比较好的框架,都会用到泛型,C#5.0加入带参数泛型构造函数,则在原有基础上对C#泛型完善了很多。:)public class T MyClass : T: class, new()//we might havepublic class T MyClass : T:cla Read More
posted @ 2011-05-24 13:05 javawebsoa Views(115) Comments(0) Diggs(0) Edit
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is ch... Read More
posted @ 2011-05-13 10:45 javawebsoa Views(296) Comments(0) Diggs(0) Edit
由HTML5研究小组策划,我和百度罗睿、秀野堂主合作的HTML5新书正在收尾阶段,将由图灵出版社出版。 这本书站在国内一线前端工作者的视角,提供了和之前所有HTML5书籍完全不一样的内容和体验。下面我分享一下这本书的其中三章大纲,让大家预先了解这本书的部分面目。 写书分享是一个艰难的过程,需要付出大量的精力和时间,希望这本书能带给各位读者参考和启迪,我即心安。 Read More
posted @ 2011-04-25 23:34 javawebsoa Views(111) Comments(0) Diggs(0) Edit
using System;using System.Collections.Generic;using System.Text;using System.IO;using Microsoft.Win32;using System.Diagnostics;using System.Web; public class Winrar { /// <summary> /// 是否安装了Winrar /// </summary> /// <returns></returns> static public bool Exis... Read More
posted @ 2011-04-23 16:56 javawebsoa Views(175) Comments(0) Diggs(0) Edit
<script language="javascript" type="text/javascript"> $(document).ready(function () { $.ajax({ type: "POST", url: "GetMap.ashx/ProcessRequest", dataType: "json", success: function (data) { var da... Read More
posted @ 2011-04-23 16:47 javawebsoa Views(240) Comments(0) Diggs(0) Edit
<script language="javascript" type="text/javascript"> $(document).ready(function () { $.ajax({ type: "POST", url: "GetMap.ashx/ProcessRequest", dataType: "json", success: function (data) { ... Read More
posted @ 2011-04-23 16:46 javawebsoa Views(335) Comments(0) Diggs(0) Edit
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Globalization; using System.Net; using System.IO; using System.Configuration; using System.Xml; namespace WSGPSGateway.BLL { public class LocationAPI { public static string GetAddressB... Read More
posted @ 2011-04-23 16:28 javawebsoa Views(249) Comments(0) Diggs(0) Edit
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Configuration; namespace WSGPSGateway.BLL { public class LocationLogic { public LocationLogic() { } private static volatile LocationLogic _LocationLogic = new LocationLogic();... Read More
posted @ 2011-04-23 16:26 javawebsoa Views(364) Comments(0) Diggs(0) Edit
using System;using System.Threading;using System.ServiceProcess;using System.Collections;using System.Configuration.Install;using System.Diagnostics;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using Read More
posted @ 2011-04-23 16:25 javawebsoa Views(218) Comments(0) Diggs(0) Edit
上一页 1 ··· 432 433 434 435 436 437 438 439 440 ··· 455 下一页