自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

原创 [转]MIDI note/frequency conversion

  [code] double MIDItoFreq(int keynum) {        return 440.0 * Math.pow(2.0, ((double) keynum - 69.0) / 12.0);    }[/code]source:http://www.musicdsp.org/showone.php?id=125“Here is some C code: double

2004-12-15 10:29:00 1514

原创 [杂]图多杀猫的英语说法

--[56k warning]

2004-12-08 13:11:00 1258

原创 [转]J2ME MIDP Device Fragmentation Tutorial with Marv The Miner

j2me MIDP Device Fragmentation Tutorial with Marv The Miner<!--var user = "nbdocs_feedback";var domain = "usersguide.netbeans.org?subject=Feedback:%20Device%20Fragmentation%20Mini-Tutorial";

2004-12-03 13:32:00 2104

原创 [转]J2ME MIDP Currency Converter Tutorial for NetBeans IDE 4.0

j2me MIDP Currency Converter Tutorial for NetBeans IDE 4.0<!--var user = "nbdocs_feedback";var domain = "usersguide.netbeans.org?subject=Feedback:%20J2ME%20MIDP%20Currency%20Converter%20Tuto

2004-12-03 13:31:00 2788

原创 [转]platformRequest on Nokia 6600

Question:Phones such as the Sony Ericsson P900 and Nokia 6600 ship with Symbians MIDP 2.0 implementation. Does this support the platformRequest(String url) method of the MIDlet class? Answer:

2004-12-01 10:41:00 1418 2

安卓拖拽控件v3

Moving Views In Android – Part 3, Drop Zones « More Is Not Always Better

2012-11-30

安卓控件拖拽V2

安卓拖拽控件。 Moving Views In Android – Part 2, Drag and Drop « More Is Not Always Better

2012-11-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除