Time of Update: 2014-07-23
標籤:biee administration tool analyses Creating a Repository Using the Oracle BI 11g Administration
Time of Update: 2014-07-23
標籤:hdu 1258 sizeof algorithm amp # include <stdio.h># include <algorithm>using namespace std;int flag,t,n,a[10010],cot[10010],vis[100010];void dfs(int x,int sum,int
Time of Update: 2014-07-23
標籤:des style http java color os Turn the pokersTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K
Time of Update: 2014-07-23
標籤:des style http java color 使用 Peter‘s HobbyTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Time of Update: 2014-07-23
標籤:uml 使用案例圖 剛剛看完UML視頻後,對於畫使用案例圖有點摸不著頭腦,當時聽老師講的也挺簡單的,怎麼到了自己這就有點畫不出來呢?為了畫好圖,再進行一些準備工作吧。 首先畫一張導圖,瞭解使用案例圖的基本內容:同時對系統進行分析,並且把目標軟體的導圖也找出來進行一下分析:分析完成後,要注意一下,使用案例圖中的關係主要是泛化、關聯和包含,接下來就可以在軟體上開始畫圖了(rose)畫完才理解,原來使用案例圖是為系統的
Time of Update: 2014-07-23
標籤:二分匹配題目連結:http://poj.org/problem?id=1469COURSESTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 17135 Accepted: 6730DescriptionConsider a group of N students and P courses. Each student visits zero, one or
Time of Update: 2014-07-23
標籤:des style color os 資料 width Problem
Time of Update: 2014-07-23
標籤:des style blog http java color RatingTime Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K
Time of Update: 2014-07-23
標籤:des style http java color os Cow SortingTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K
Time of Update: 2014-07-23
標籤:algorithm topcoder 被自己蠢哭了。。。。250-point
Time of Update: 2014-07-23
標籤:des style http java color 使用 Turn the pokersTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K
Time of Update: 2014-07-23
標籤:yii login 登陸 存取控制 php Yii 產生應用時已經提供了最基礎的使用者登陸機制。我們用 Yii 產生一個新的應用,進入 protected/components 目錄,我們可以看到 UserIdentity.php 檔案,裡面的 UserIdentity 類裡面只有一個
Time of Update: 2014-07-23
標籤:os io for re c amp 今天溫習樹狀數組,果然忘記了好多,樹狀數組求逆序數,值得注意這道題所有的數都是0-n-1的,所以在求最小的時候不用每個數順序在計算一遍,我已開始就是把每個順序又計算了一遍,果斷逾時了。第i個數拿到後面去,逆序數會減少a[i]-1,同時會增
Time of Update: 2014-07-23
標籤:貪心http://acm.hdu.edu.cn/showproblem.php?pid=4864大致題意:有n台機器和m個任務,都有兩個參數工作時間time和難度level。每個機器一天只能完成一個任務,一個任務只能被一台機器完成,每個任務完成後的利潤是500*time+2*level。問在一天能完成盡量多的任務下獲得的利潤是多少。思路:由上述公式知決定利潤的決定性因素是時間,對任務按時間優先從大到小排序,對每一個任務先找出所有滿足該任務時間的機器,然後從這些機器裡選擇合適且lev
Time of Update: 2014-07-23
標籤:機率dphttp://acm.hdu.edu.cn/showproblem.php?pid=4865大致題意:有三種天氣和四種葉子狀態。給出兩個表,分別是每種天氣下葉子呈現狀態的機率和今天天氣對明天天氣的機率。給出n天葉子的狀態,輸出最有可能的天氣序列。思路:wl[i][j]表示天氣為i,葉子為j的機率,ww[i][j]表示今天天氣為i明天天氣為j的機率,st[i]表示第一天天氣為i的機率。對於葉子序列{a1,a2......an},存在一個天氣序列{b1,b2......bn},那麼總的
Time of Update: 2014-07-23
標籤:javascript stm32 開源硬體 arduino espruino http://blog.csdn.net/qwert1213131/article/details/38068379本文屬於個人理解,能力有限,紕漏在所難免,還望指正!【小魚有點電】【Espruino中文社區】本節內容主要是講如何用平板電腦調試E
Time of Update: 2014-07-23
標籤:des style color os strong width 解題報告Tire樹。#include <iostream>#include <cstring>#include <cstdio>#include
Time of Update: 2014-07-23
標籤:單鏈表線性表的鏈式儲存結構——鏈表,包括單鏈表、雙鏈表、迴圈鏈表等。單鏈表的結點由資料元素和指向下一個結點的指標構成,是最簡單的一種鏈表結構。對單鏈表的操作很多,如尋找、插入、刪除、逆置、列印等,現對這些操作的實現做一個小結,代碼用C語言實現。#include<stdio.h>#include<stdlib.h>typedef struct LNode{char data;struct LNode *next;}LinkList;extern LinkList
Time of Update: 2014-07-23
標籤:style blog http os io re 本文出自:http://blog.csdn.net/svitterComputational Geometry計算幾何 ACM中基本是最麻煩的部分。
Time of Update: 2014-07-23
標籤:cocos2d-x