登录
首页 » Java » vortex-part-vi

vortex-part-vi

于 2012-01-24 发布 文件大小:51KB
0 169
下载积分: 1 下载次数: 11

代码说明:

  OpenGL Rotating triangle

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Java实现简单文件编辑器
    原创代码,可作为初学Java的菜鸟们一些参考用。                       顺序读/写文件(FileInputStream与FileOutputStream) ⑴FileInputStream类从磁盘文件读取数据。常用的构造方法有: ◆FileInputStream(String name):打开文件name用来读取数据。 如:FileInputStream f =new FileInputStream("c:/test.txt"); ◆FileInputStream(File file):打开文件file用来读取数据。 如:File f=new File("c:/test.txt");     FileInputStream f1=new FileinputStream(f); ◆将FileDescriptor对象作为其参数。
    2022-03-12 11:52:22下载
    积分:1
  • Scroll
    这个源码是一个简单的andorid跑马灯滚动效果,可以运行(This source is a simple andorid Marquee scrolling effect, you can run)
    2012-07-25 09:28:05下载
    积分:1
  • 隐写术
    隐写术是一门通过将信息嵌入其他信息中来隐藏信息的艺术和科学。隐写术的工作原理是将常规计算机文件中无用或未使用的数据位替换为不同的、不可见的信息位。这些隐藏信息可以是纯文本、密文,甚至是图像[*]。
    2022-11-27 00:55:03下载
    积分:1
  • 基于Java的在线航空订票系统MYSQL数据库
    基于Java实现的在线航空订票系统,是基于Mysql数据库的,可以实现用户的管理,发站和到站的查询,订单查询的系统!
    2023-06-05 15:35:03下载
    积分:1
  • UCI数据集
    UCI数据集
    2020-12-02下载
    积分:1
  • Java 多线程演示
    这是一个代码示例,向您展示如何对多线程的工作。在此示例中,开发了为了形象化 graphicaly java 多线程的 swing 应用程序。一旦程序正在运行,可以配置的球数开始、 暂停、 重新启动或停止每个球的运动。
    2022-02-07 22:38:16下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • android 标签云
    android 标签云
    2015-11-17下载
    积分:1
  • 安卓贪吃蛇
    安卓贪吃蛇
    2022-04-23 02:12:07下载
    积分:1
  • (图片+文字显示)ListView
    (图片+文字显示)ListView
    2015-01-27下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载