一个教材管理。b/s结构,采用了webservice技术。
标签: webservice 教材
上传时间: 2014-01-14
上传用户:wangyi39
基于B/S结构的在线选课系统.可以实现在线的学生选课\查看功能,教师开课,查看功能,以及后台的学生信息和教师信息的管理,它是以vbscrip为脚本,以SQL2000为后台数据库开发的
上传时间: 2013-12-12
上传用户:gut1234567
这是一个简易的聊天程序,它是一个基于b/s模式的系统,希望大家看了之后能给予更多的改进啊,谢谢大家
上传时间: 2013-12-01
上传用户:84425894
《网上考试系统》是一款基于Web、采用B/S体系的考试系统软件。系统体现流程思想。无论是考试计划还是新闻的发布都需要通过层层审批才能生效,审批流程,系统自动提示,无需主动寻找
上传时间: 2014-01-13
上传用户:stvnash
b+樹源碼,b+樹結構,刪除,插入,等值搜索,範圍搜索等功能
标签:
上传时间: 2015-03-23
上传用户:tianjinfan
RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to - see the source code for details.Released November 2001
标签: implementation RSA MD5 message
上传时间: 2015-03-23
上传用户:saharawalker
JPEG图像生成器 自己做JPEG图象 很牛B哦
上传时间: 2013-11-28
上传用户:cuiyashuo
The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword based services via GSM text messages, and a WAP gateway, via UDP. The SMS part is fairly mature, the WAP part is early in its development. In this release, the GET request for WML pages and WMLScript files via HTTP works, including compilation for WML and WMLScript to binary forms. Only the data call bearer (UDP) is supported, not SMS.
标签: gateway implementing SMS keyword
上传时间: 2014-01-11
上传用户:2525775
一个学生管理系统,B/S架够.非常好用,里面包括了原码.可以学习修改
上传时间: 2014-01-03
上传用户:维子哥哥
C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.1415926 /* 宏常量,在稍后章节再详解 */ #define circle(radius) (PI*radius*radius) /* 宏函数,圆的面积 */ /* 将比较数值大小的函数写在自编include文件内 */ int show_big_or_small (int a,int b,int c) { int tmp if (a>b) { tmp = a a = b b = tmp } if (b>c) { tmp = b b = c c = tmp } if (a>b) { tmp = a a = b b = tmp } printf("由小至大排序之后的结果:%d %d %d\n", a, b, c) } 程序执行结果: 由小至大排序之后的结果:1 2 3 可将内建函数的include文件展开在自编的include文件中 圆圈的面积是=201.0619264
标签: my_Include include define 3.141
上传时间: 2014-01-17
上传用户:epson850