码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
简易时钟
内容来源于开发者社区。用到的代码如下:using UnityEngine;using System.Collections;using System;public class ClockAnimator : MonoBehaviour{ private const float h...
分类:其他好文   时间:2014-05-24 00:47:44    阅读次数:308
GPGPU OpenCL/CUDA 高性能编程的10大注意事项
转载自:http://hc.csdn.net/contents/content_details?type=1&id=3411.展开循环如果提前知道了循环的次数,可以进行循环展开,这样省去了循环条件的比较次数。但是同时也不能使得kernel代码太大。 1 #include 2 using namesp...
分类:其他好文   时间:2014-05-23 23:56:27    阅读次数:556
js跨域访问
客户端 HTML 1 2 服务端 H.ashx 1 2 3 using System; 4 using System.Web; 5 6 public class H : IHttpHandler { 7 8 public void ProcessRequest (HttpC...
分类:Web程序   时间:2014-05-23 23:47:10    阅读次数:499
poj2109(Power of Cryptography)
神水。求n=log(k p)-> k=pow(p,1/n)。G++和C++输出不同,编译器原因。代码: 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 using namespace std; 8 9 int main()10.....
分类:其他好文   时间:2014-05-23 23:31:42    阅读次数:237
下载生物信息
http://www.catalogueoflife.org/col/browse/classification这是一个国外的生物信息网站今天的代码可以抓取指定分类的信息(id,学名)没有把多线程写进去,略失败...运用:webclient,regex,io项目在>>>开源中国 1 using Sy...
分类:其他好文   时间:2014-05-23 22:08:34    阅读次数:332
CCS5.5.0编译问题之” version of compiler版本不同”
编译警告:This project was created using a version of compiler that is not currently installed: 6.0.3 [C2000]. Another version of the compiler will be used...
分类:其他好文   时间:2014-05-23 12:16:21    阅读次数:3014
Maven Build Profiles--reference
What is Build Profile?ABuild profileis a set of configuration values which can be used to set or override default values of Maven build. Using a build...
分类:其他好文   时间:2014-05-23 12:13:49    阅读次数:426
C#中查询字符串中是否包含指定字符/串,使用IndexOf还是Contains?
C#中查询字符串中是否包含指定字符/串,使用IndexOf还是Contains?这是一个很常见的命题,以前也没有注意,今天QQ群里有人提起,于是就做了下试验,代码如下:using System;using System.Diagnostics;namespace ConsoleApplication...
分类:其他好文   时间:2014-05-23 11:50:40    阅读次数:270
LeetCode OJ - Recover Binary Search Tree
题目:Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space ...
分类:其他好文   时间:2014-05-23 11:31:51    阅读次数:299
Loader for loading embedded assemblies z
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Runtime.InteropServices;namespace...
分类:其他好文   时间:2014-05-23 10:59:24    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!