登录
首页 » Java » 学生成绩管理系统

学生成绩管理系统

于 2021-08-07 发布
0 300
下载积分: 1 下载次数: 1

代码说明:

基本实现老师登陆和学生登陆两大功能,其中老师登陆实现7种功能,学生只有四种功能

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

发表评论

0 个回复

  • Android应用源码之[安卓源]GuideViewDemo(超炫丽用户引导).rar
    【实例简介】
    2021-10-05 00:31:04下载
    积分:1
  • android 自定义tab 实例源码
    android 自定义tab 实例源码
    2014-09-15下载
    积分:1
  • Android SurfaceView 实例源码
    其中实现了一个图片在屏幕缓缓移动的效果
    2013-05-23下载
    积分:1
  • android 实现圆形菜单
    private void computeCoordinates() {  BigStone stone;  BigStone menus;  for (int index = 0; index < STONE_COUNT; index ) {   stone = mStones[index];   stone.x = mPointX      (float) (mRadius * Math.cos(stone.angle * Math.PI / 180));   stone.y = mPointY      (float) (mRadius * Math.sin(stone.angle * Math.PI / 180));  }  if (flag == 0) {   for (int i = 0; i < MENUS; i ) {     menus = mMenus[i];     switch (i) {    case 0:     menus.x = 300 * 1.8f;     menus.y = 50;     break;    case 1:     menus.x = 300 * 1.8f 100;     menus.y = 50;     break;    case 2:     menus.x = 300 * 1.8f 200;     menus.y = 50;     break;    case 3:     menus.x = 300 * 1.8f;     menus.y = 150;     break;    case 4:     menus.x = 300 * 1.8f 10 100;     menus.y = 250;     break;     }    }  } }
    2014-06-22下载
    积分:1
  • android 读取手机联系人示例源码下载
    android读取通讯录 联系人信息
    2014-06-25下载
    积分:1
  • Android中禁止某软件的安装例子
    Android中禁止某软件的安装例子
    2014-09-23下载
    积分: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-05-21下载
    积分:1
  • android 从外部程序获得ContentProvider提供的数据并进行操作 示例源码
    android 从外部程序获得ContentProvider提供的数据并进行操作 示例源码
    2014-03-14下载
    积分:1
  • Android 二维码 生成和识别 实例源码下载
    Android 二维码 生成和识别 实例源码下载
    2013-10-23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载