搜索结果
找到约 28 项符合
12345 的查询结果
按分类筛选
源码 网上选课系统
为解决学生自主选课的所带来的繁琐工作问题,特开发网上在线学课系统.
   学生:网上选课;重选.
   老师:网上在线填报课程信息
   管理员:参数设置,帐号管理,学科管理等
后台管理员 admin  12345   登陆页面 glydl.asp
学生测试  帐号  060102   密码 12345
...
源码 12345
/****************temic*********t5557***********************************/   
#include &nbsp; <at892051.h> &nbsp; &nbsp;
#include &nbsp; <string.h> &nbsp;&nbsp;
#include &nbsp; <intrins.h> &nbsp; &nbsp;
#include &nbsp; <stdio.h> &nbsp; &nbsp;
#define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...
软件 java实现大整数运算
在包 hugeinteger 中创建功能类 HugeInteger,该类用来存放和操作一个不超过
40 位的大整数。
(1) 定义一个构造函数,用来对大整数进行初始化。参数为一个字符串。
(2) 定义 input 成员函数,实现大整数的重新赋值。参数为一个字符串,无返回
值。
(3) 定义 output 成员函数,将大整数输出到屏幕上。无参数无返回值。
(4) ...