⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 planet.java

📁 遗传算法改进神经网络源程序 该小程序可以添加条形码功能到你的网页或者applet上,这个applet把大写字母和数字转换为标准的条形码。
💻 JAVA
字号:
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov  Date: 2007-11-23 16:17:29
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3) 
// Source File Name:   Planet.java

package com.bokai.barcodes;


// Referenced classes of package com.bokai.barcodes:
//            Postnet, Barcode, BarcodeSpec, CharDef

class Planet extends Postnet
{

    Planet()
    {
        super.bdType = 46;
        super.bdTypeName = "PLANET";
        super.bdTextLen = 12;
        super.bdCharset = (new CharDef[][] {
            _chardef_planet, null, null
        });
    }

    static final CharDef _chardef_planet[] = {
        new CharDef(1, 3), new CharDef(0, 0), new CharDef(2, 3), new CharDef(0, 0), new CharDef(0, 0), new CharDef('0', Postnet._PNC(0, 0, 1, 1, 1)), new CharDef('1', Postnet._PNC(1, 1, 1, 0, 0)), new CharDef('2', Postnet._PNC(1, 1, 0, 1, 0)), new CharDef('3', Postnet._PNC(1, 1, 0, 0, 1)), new CharDef('4', Postnet._PNC(1, 0, 1, 1, 0)), 
        new CharDef('5', Postnet._PNC(1, 0, 1, 0, 1)), new CharDef('6', Postnet._PNC(1, 0, 0, 1, 1)), new CharDef('7', Postnet._PNC(0, 1, 1, 1, 0)), new CharDef('8', Postnet._PNC(0, 1, 1, 0, 1)), new CharDef('9', Postnet._PNC(0, 1, 0, 1, 1))
    };
    static final String name = "PLANET";

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -