搜索资源列表
FLASHMX游戏制作实例
- 包含了书中提到的所有范例及游戏。原始文件全部放在source目录内,游戏的PC执行文件则放置于exec目录内。请将整个source目录复制到硬盘中,并取消文件的只读属性,即可使用。直接执行exec目录内的执行文件,可立即玩游戏。-book contains all of the examples mentioned and games. All original documents on the source directory, the PC game implementation docum
grxc
- 一个超精致的个人相册,可拿来直接使用,也可按照自己的个性定制。-an ultra-sophisticated personal photo albums can be used directly, but also in accordance with his own personality customization.
Axiis_Library
- Axiis 又一国外 经典FLASH CHAR 源码 可直接使用 开发环境为: FLEX BUDILER 3.0-Axiis
FlexP
- Flex 相册,可直接使用 Flex 相册,可直接使用-Flex album, can be used directly Flex album, Flex can be used directly album, can be used directly
ThreeCheckedTree
- 三状态带复选框框的树哦亲,无BUG,引入组件库直接使用均可-Three state with a check box, box tree, oh pro, BUG, the introduction of the component library use can be directly
flex-develop-code
- 为Flex开发的源码,是Flex 4 书中的随书代码,可直接复制使用-This is the code of Flex.
as3-ArduinoConnector-1-5-0
- as3-ArduinoConnector-1-5-0.zip 串口通讯源代码,可直接使用,特别适合初学者入门-as3-ArduinoConnector-1-5-0.zip serial communication source code, can be used directly, especially for beginners
lianxianti
- 需要flash8的版本,这是一个关于练习题的模板,可直接下载使用。-a question
JXCManager0309
- 设计使用 JTable 的应用程序时,务必要注意用来表示表数据的数据结构。DefaultTableModel 是一个模型实现,它使用一个 Vector 来存储所有单元格的值,该 Vector 由包含多个 Object 的 Vector 组成。除了将数据从应用程序复制到 DefaultTableModel 中之外,还可以用 TableModel 接口的方法来包装数据,这样可将数据直接传递到 JTable,如上例所示。这通常可以提高应用程序的效率,因为模型可以自由选择最适合数据的内部表示形式。在决定