最近读seajs源码,整理出了主要逻辑的流程图(注意:是逻辑示意图),感兴趣的朋友可以看看,欢迎批评指正~
http://www.gliffy.com/go/publish/image/6072161/L.png...
分类:
Web程序 时间:
2014-08-20 18:03:32
阅读次数:
906
Under yourQuartus II folder, go to bin->cygwin->bin folder, select the following files in the list below and then right-click and choose Properties.Un...
分类:
移动开发 时间:
2014-08-20 17:45:02
阅读次数:
308
a simple music player: Golang for the back-end, html5 and jQuery for the front-end...
分类:
Web程序 时间:
2014-08-20 10:31:26
阅读次数:
224
GO類似PHP,每行的結尾要加分號來結束,不同點在於GO對此並不強制,這一點又像javascript,另外GO的語句塊是用一對大括號來包裹的,但是go要求左大括號必須要在語句的結尾處,不能在行首出現左大括號,這是一個新的特性,至少在我接觸的編程語言中第一次遇到這種狀況.還有就是GO對大小寫敏感,這....
分类:
其他好文 时间:
2014-08-20 09:15:26
阅读次数:
215
from 《Go语言.云动力》 1 package main 2 3 import ( 4 "io" 5 "log" 6 "net/http" 7 "os" 8 "os/exec" 9 "strconv" 10 ) 11 12 v...
分类:
其他好文 时间:
2014-08-20 02:29:35
阅读次数:
200
最小时就都当69,最大时都当85
。。
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define N 5000
int av, n;
int s[N];
double go(int x){
if(x< 60)return...
分类:
其他好文 时间:
2014-08-19 20:54:05
阅读次数:
215
Google Book
Time Limit: 1000MS
Memory Limit: 32768KB
64bit IO Format: %lld & %llu
[Submit]
[Go Back] [Status]
Description
You, the best hacker in the world, w...
分类:
其他好文 时间:
2014-08-19 20:50:15
阅读次数:
237
if语句继续看docker.go文件的main函数if reexec.Init() { return }go语言的if不需要像其它语言那样必须加括号,而且,可以在判断以前,增加赋值语句语法IfStmt = "if" [ SimpleStmt ";" ] Expression Bl...
分类:
编程语言 时间:
2014-08-19 20:48:15
阅读次数:
288
GO/****** Object: StoredProcedure [dbo].[UP_Job_UpdatePromotionBeginInfo] Script Date: 08/19/2014 19:02:11 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTI...
分类:
其他好文 时间:
2014-08-19 20:43:25
阅读次数:
255
Go Deeper
题意:确定一个0/1数组(size:n)使得满足最多的条件数。条件在数组a,b,c给出。
吐槽:哎,一水提,还搞了很久!关键是抽象出题目模型(如上的一句话)。以后做二sat:有哪些是点,哪些是条件,分清!,然后注意细节。这次居然因为里面一个小错误:
判断有无解的时候,i与i+1是否在一个SCC中的时候,i居然没有每次+2!而是++!傻X了。。。囧!还一直以为自己二分写错。...
分类:
其他好文 时间:
2014-08-19 19:13:35
阅读次数:
187