您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 用C编写班级成绩管理系统

  2. 设计课题一:班级成绩管理系统 一、 问题描述: 对一个有N个学生的班级,每个学生有M门课程。该系统实现对班级成绩的录入、显示、修改、排序、保存等操作的管理。 二、功能要求: 1、本系统采用一个结构体数组,每个数据的结构应当包括:学号、姓名、M门课程名称。 2、本系统显示这样的菜单: 请选择系统功能项: a、 成绩录入 b、 成绩显示 c、 成绩保存 d、 成绩排序 e、 成绩修改(要求先输入密码) f、 成绩统计 (1) 显示每门课程成绩最高的学生的基本信息 (2) 显示每门课程的平均成绩 (
  3. 所属分类:C

    • 发布日期:2009-06-18
    • 文件大小:118kb
    • 提供者:fengyeyihao
  1. kuang tu--tc

  2. #include #include #include #include #include #include #define UP 1 #define DOWN 2 #define LEFT 3 #define RIGHT 4 #define N 10 #define WALL 1 #define BEAN 0 #define EMPTY -1 #define SIDE 480/N #define PI 3.141592653 void initscene(void); void init(vo
  3. 所属分类:iOS

    • 发布日期:2009-06-29
    • 文件大小:5kb
    • 提供者:zxz012
  1. Mechanical Behavior of Materials (1)

  2. Chapter 1 Materials: Structure, Properties, and Performance 1 1.1 Introduction 1 1.2 Monolithic, Composite, and Hierarchical Materials 3 1.3 Structure of Materials 15 1.3.1 Crystal Structures 16 1.3.2 Metals 19 1.3.3 Ceramics 25 1.3.4 Glasses 30 1.3
  3. 所属分类:C#

    • 发布日期:2009-07-05
    • 文件大小:10mb
    • 提供者:xw_bai
  1. Mechanical Behavior of Materials (2)

  2. Chapter 1 Materials: Structure, Properties, and Performance 1 1.1 Introduction 1 1.2 Monolithic, Composite, and Hierarchical Materials 3 1.3 Structure of Materials 15 1.3.1 Crystal Structures 16 1.3.2 Metals 19 1.3.3 Ceramics 25 1.3.4 Glasses 30 1.3
  3. 所属分类:C#

    • 发布日期:2009-07-05
    • 文件大小:5mb
    • 提供者:xw_bai
  1. c语言贪吃蛇,黑白棋,计算器等游戏源代码(修改后的)

  2. 下面是黑白棋的部分代码! /*3.3.4 源程序*/ #include "graphics.h" /*图形系统头文件*/ #define LEFT 0x4b00 /*光标左键值*/ #define RIGHT 0x4d00 /*光标右键值*/ #define DOWN 0x5000 /*光标下键值*/ #define UP 0x4800 /*光标上键值*/ #define ESC 0x011b /* ESC键值*/ #define ENTER 0x1c0d /* 回车键值*/ int a[8]
  3. 所属分类:C

    • 发布日期:2009-07-25
    • 文件大小:134kb
    • 提供者:fengguda
  1. c语言贪吃蛇,黑白棋,计算器等游戏源代码

  2. 下面是黑白棋的部分代码! /*3.3.4 源程序*/ #include "graphics.h" /*图形系统头文件*/ #define LEFT 0x4b00 /*光标左键值*/ #define RIGHT 0x4d00 /*光标右键值*/ #define DOWN 0x5000 /*光标下键值*/ #define UP 0x4800 /*光标上键值*/ #define ESC 0x011b /* ESC键值*/ #define ENTER 0x1c0d /* 回车键值*/ int a[8]
  3. 所属分类:C

    • 发布日期:2009-08-05
    • 文件大小:134kb
    • 提供者:t382159355
  1. Blue J 教程

  2. Blue J 教程, 适合初学java者
  3. 所属分类:Java

    • 发布日期:2007-10-01
    • 文件大小:607kb
    • 提供者:kyasky
  1. SWING高级设计,RCP技术讲解,SWT/JFACE RCP入门资料

  2. Swing组件简介 1. 模型-视图-控制器设计模式 Swing组件都有三个要素:  内容,例如,按钮的状态(是否按下)或者文本框中的文本。  外观显示(颜色,尺寸)。  行为(对事件的反应)。 也就是MVC模式:实现此模式的三个独立的类:  模型-------存储内容  视图-------显示内容  控制器----处理用户输入 这个模式明确规定了三个对象如何进行交互。模型存储内容,它没有任何用户界面。对于一个按钮来说,内容非常简单—它只是一组标志,用来说明按钮是否按下,是否启用等
  3. 所属分类:Java

    • 发布日期:2009-08-26
    • 文件大小:4mb
    • 提供者:tbslj
  1. java多种改变字体样式实例

  2. import java.awt.*; import java.awt.event.*; import java.awt.geom.*; import java.awt.font.*; public class Clipping extends Canvas { public Clipping() { setBackground(Color.white); } public void paint(Graphics g) { Graphics2D g2; g2 = (Graphics2D) g;
  3. 所属分类:Java

    • 发布日期:2009-11-11
    • 文件大小:9kb
    • 提供者:autumnalgrief
  1. 用JS写的一个贪吃蛇游戏 分享下

  2. wasd 控制方向 代码写得有点烂,欢迎大家点评 贪吃蛇游戏 ...展开收缩
  3. 所属分类:Javascript

    • 发布日期:2009-11-25
    • 文件大小:6kb
    • 提供者:l576981437
  1. C#版编写的俄罗斯方块游戏

  2. C#版俄罗斯方块 摘要 2008-07-07 09:38 阅读87 评论0 字号: 大大 中中 小小 C++是游戏编程的首选语言,但我相信C++能做到的C#也能做到。 本篇介绍用C#编写一个俄罗斯方块程序的原理,以及在C#里面播放声音,保存游戏设置的方法。 游戏界面预览: 菜单预览: 自定义每个小方块颜色功能界面: 游戏主要有四部分组成:Square类,Block类,gameField类,游戏引擎 Square类: 这个类描述的对象是组成大方块中的每个小正方形实体。 类设计: class Sq
  3. 所属分类:C

    • 发布日期:2009-12-15
    • 文件大小:256kb
    • 提供者:liuyahong880311
  1. Java编辑器Blue-J教程

  2. BlueJ是一个专门为入门级教学设计的JavaTM 开发环境。它是由澳大利亚墨尔本Monash大学BlueJ小组设计并开发的
  3. 所属分类:Java

    • 发布日期:2010-03-13
    • 文件大小:607kb
    • 提供者:fanglanzi520
  1. java--拼图游戏源代码

  2. import java.awt.*; import java.applet.*; import java.awt.event.*; public class PPuzzle extends Applet{ Image imgPuzzle,buff; Point fifteen=new Point(3,3); int[][] map={{0,4,8,12},{1,5,9,13},{2,6,10,14},{3,7,11,15}}; int sx,sy; Canvas screen; Graphic
  3. 所属分类:Java

    • 发布日期:2010-11-22
    • 文件大小:114kb
    • 提供者:wsf988414
  1. c语言写的飞天打字游戏含源代码

  2. 学习语言写的第一个游戏,不足之处请包涵 #include"stdio.h" #include"Conio.h" #include"stdlib.h" char words[3][10]={{'q','w','e','r','t','y','u','i','o','p'}, {'a','s','d','f','g','h','j','k','l',';'}, {'z','x','c','v','b','n','m',',','.','/'}}; int score=0; int i; int j
  3. 所属分类:C

    • 发布日期:2011-03-05
    • 文件大小:2kb
    • 提供者:yuzubo
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:13kb
    • 提供者:lzhtj1227
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:15kb
    • 提供者:lzhtj1227
  1. blue j 教程

  2. 在blue j环境下更容易学习 ,java ,适用于java编程初学者
  3. 所属分类:Java

    • 发布日期:2012-02-29
    • 文件大小:607kb
    • 提供者:xulixin369
  1. The Blue J Tutorial

  2. Java: The Blue J Tutorial
  3. 所属分类:Java

    • 发布日期:2013-08-04
    • 文件大小:1mb
    • 提供者:u011598946
  1. Photoluminescence and photoabsorbance blue shift of nanostructured ZnO: Skin-depth quantum trapping and electron-phonon

  2. Photoluminescence and photoabsorbance blue shift of nanostructured ZnO: Skin-depth quantum trapping and electron-phonon coupling,J. W. Li,X.J.Liu,Although the size- and shape-induced blue shift in the photoluminescence (PL) and photoabsorbance (PA) o
  3. 所属分类:其它

    • 发布日期:2020-02-06
    • 文件大小:289kb
    • 提供者:weixin_38621427
  1. 蓝-绿新激光染料J系列的光谱和激光性能

  2. Five J-series blue-green laser dyes were synthesized. It was found that these dyes have wide lasertuning range from 436 to 500 nm excited by N2 laser. The conversion efficiency is close to that of laser dye C120.
  3. 所属分类:其它

    • 发布日期:2021-02-06
    • 文件大小:877kb
    • 提供者:weixin_38678255
« 12 3 4 »