-
Online examination system is a set based on the B/S system, the use of large dat...
在线考试系统是一套基于B/S体系,采用大型数据库Sql Server2000和先进的JAVAscript、ASP技术开发的网络多用户版、支持在互联网和局域网组织各种无纸化考试的网上考试系统。-Online examination system is a set based on the B/S system, the use of large databases Sql Server2000 and advanced JAVAscript, ASP technology development network multi-user version of the Internet and LAN support to organize all kinds of paperless examination system examinations online.
- 2022-07-12 20:50:50下载
- 积分:1
-
蛇
蛇形矩阵:生成一个按蛇形方式排列自然数1,2,3,4,5,……,N2的 (1
- 2022-09-04 19:50:03下载
- 积分:1
-
用于酒店管理方面 PB开发的程序,用于初学PB的朋友。
用于酒店管理方面 PB开发的程序,用于初学PB的朋友。-It is a hotel management software, using PB, and suitalbe for the beginner of PB.
- 2022-07-05 08:45:56下载
- 积分:1
-
window下的rsync 5.5.0最新版
window下的rsync 5.5.0最新版跟rsync可双向同步哦!
- 2022-05-21 20:40:00下载
- 积分:1
-
在ADS环境中使用字库时发现字库的字是躺着的,所以写段小代码,把字库正过来。...
在ADS环境中使用字库时发现字库的字是躺着的,所以写段小代码,把字库正过来。-Change
- 2022-07-27 20:29:26下载
- 积分:1
-
LKM方式下实现RootKit常见隐藏功能
LKM方式下实现RootKit常见隐藏功能,压缩包里是原始代码,使用时可以根据需要进行增减,原始代码是用多个文件来实现的,直接加载工程,或者是在原来工程上进行修改即可。本代码只适用于交流学习,不要另作他用,由于在使用过程中出现的各种问题,本人概不负责。请注意版权问题,尊重开发者的知识和权力。
- 2022-01-28 21:53:36下载
- 积分:1
-
Introduction in the PDA device through infrared to receive documents in the PDA...
介绍在PDA设备上,通过红外来接收文件,在PDA设备上的源码-Introduction in the PDA device through infrared to receive documents in the PDA device source
- 2023-04-30 15:55:03下载
- 积分:1
-
An international software development books. Running on the development of multi
一部国际化软件开发的好书。对开发多平台运行软件很有帮助。-An international software development books. Running on the development of multi-platform software helpful.
- 2022-03-28 12:57:36下载
- 积分:1
-
子分类技术的应用
子分类技术的应用-son Classification Technology Application
- 2022-05-25 08:32:59下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1