利用java中Graphics2D對象的fill方法編的一個有趣的太極圖
標簽: Graphics2D java fill 對象
上傳時間: 2013-12-06
上傳用戶:阿四AIR
To fill the NandFlash
上傳時間: 2015-08-31
上傳用戶:戀天使569
OPENCV B4.0 附帶的 FLOOD fill 算法的源代碼樣例,可以實現簡單的彩色圖像分割
上傳時間: 2015-11-23
上傳用戶:hakim
fill all of us with joy of urs
上傳時間: 2013-12-10
上傳用戶:13517191407
This is the simple java random style generator. user can change the style, fill the style color.
標簽: style the generator change
上傳時間: 2014-12-08
上傳用戶:xyipie
This is a game using numbers.There are many boxes.select number and fill it in each box.
標簽: numbers number select There
上傳時間: 2013-12-08
上傳用戶:fxf126@126.com
The goal with this project was to make it possible for almost any mobile-phone to use ICQ and be able to communicate with other users! One other goal with this project was to lower the GPRS-traffic in the phone and make the ICQ-ing cheaper. A third goal was to make this service as easy to log-in to as possible. Anyone tried to fill a log-in screen with a WAP-browser should know what I mean. With Wapmess all you have to do is to write your login-url ONCE and then bookmark it in your phone, to make it available fast. :)
標簽: mobile-phone possible project almost
上傳時間: 2015-04-08
上傳用戶:xiaodu1124
Setting and Changing Column Widths By default, all columns in a table start out with equal width, and the columns automatically fill the entire width of the table. When the table becomes wider or narrower (which might happen when the user resizes the window containing the table), all the column widths change appropriately.
標簽: Changing Setting default columns
上傳時間: 2015-05-04
上傳用戶:璇珠官人
Java Array生成器,可以自動填充數組,不像fill只能填充一個相同的元素。
上傳時間: 2015-06-15
上傳用戶:Divine
#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,float Mutation,int mChBoard) virtual ~CGAQueen() void Clear() // to clear chess board with 0 value void InitialPopulation() // to create the first and initial randompopulation void fillArea(int index) // to fill chess board with desired chromosome int CostFunc(int index) // determine the cost of matrix[index][index] void PopulationSort() // to sort population from the best to the worst void GenerateCrossOverMatrix() // a way to create children from parent is CcrossOver void Mating() // to create children from parents void Ap
標簽: AFX_GAQUEEN_H INCLUDED defined define
上傳時間: 2015-12-27
上傳用戶:wuyuying