搜索资源列表
ccams计算机活动监控系统
- 通过该系统,网络管理员可以通过服务器监控所在网段内包括文件存取、网络访问、邮件收发、主机CPU负荷和进程活动等在内的所有客户机行为,从而了解客户机状态,侦测网络中异常活动,进而采取相关的应对措施。-through the system, network administrators can control server located detecting including file access, network access, e-mail, mainframe CPU load and p
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
CCAMS
- 计算机活动监控系统介绍:通过该系统,网络管理员可以通过服务器监控所在网段内包括文件存取、网络访问、邮件收发、主机CPU负荷和进程活动等在内的所有客户机行为,计算机活动监控系统从而了解客户机状态,侦测网络中异常活动,进而采取相关的应对措施。-Computer Activity Monitoring System Introduction: Through the system, network administrators can monitor the host server网段内includi
netcontrol
- 通过该系统,网络管理员可以通过服务器监控所在网段内包括文件存取、网络访问、邮件收发、主机CPU负荷和进程活动等在内的所有客户机行为,从而了解客户机状态,侦测网络中异常活动,进而采取相关的应对措施。-Through the system, network administrators can monitor the host server网段内including file access, network access, e-mail to send and receive, host CPU lo
18
- Google Maps API 城市地铁查询系统 城市地铁查询系统,运行前请先将subway文件夹放在E盘根目录下,并加载文件夹中的地铁线KML文件-Google Maps API city subway system subway Search query system, please run the subway before the folder under the root directory on the E, and load the file folder in the KML
load
- ext panel 加载外部文件的例子实现-ext panel load the external file example
erjiesishiying
- 带文件输入的二阶自适应负荷预测程序,采用C语言编写 参数说明: N——要输入的数据的个数; B—— 的值; x[N+1]——定义一个浮点型数组,用于盛放输入的数据; y[N+1]——定义一个浮点型数组,用于盛放预测值; M[N+1]——定义一个浮点型数组,用于盛放 ( )的数据; e[N+1]——定义一个浮点型数组,用于盛放 ( )的数据; E[N+1]——定义一个浮点型数组,用于盛放 ( )的数据; c[N+1]——定义一个浮点型数组,用于盛放e[N+1]的
Cload3ds
- 该类是在qt4.6上运行通过,是我将网上流传的两个文件进行了整合,使得适用于qt了,加载了3ds文件成功显示。注意头文件。 使用方法: CLoad3DS *m_3ds_p = new CLoad3DS() m_3ds_p->Init("e:/plane1.3ds",0) //以上代码置于OpenGL的Init部分 //以下代码置于OpenGL画图部分 m_3ds_p->show3ds(0,50,50,-50,10.0) 说明:上面的0表示绑定
SUDOKUE
- 数独游戏的MATLAB实现!还能帮助玩家完成数独游戏。- SUDOKUE play sudoku with MATLAB (aids for solving included) A guide on how sudoku works can be found e.g. on http://en.wikipedia.org/wiki/Sudoku This program has a history-function, i.e. you can undo
Address
- 数据结构课设-通讯录管理,VC++编写 基本要求 (1) 添加:增加一个人的记录到通讯录中; (2) 显示:在屏幕上显示所以通讯录中的人员信息,应能分屏显示; (3) 存储:将通讯录信息保存在一个文件中; (4) 装入:即将文件中的信息读入程序; (5) 查询:可根据姓名查找某人的相关信息,若找到显示其姓名、地址、电话号码、电子邮箱; (6) 修改:可修改一个人的除姓名之外的其他信息 -Set of data structures class- contact m
Chatroom
- 这是一个包含用户界面的聊天软件,使用Java语言进行编辑。 采用了非常高效的编码逻辑,可以实现server端和client端。-It is the implementation of GUI for a chat room program. Behaviors (Server) When the server starts up, it should try to load from “accounts.dat” for saved accounts o Each account
MINI_CLASS
- 迷你分类广告包这是一个分类广告方案,显示用户信息标题和链接到用户的详细信息,包括网站和电子邮件广告链接。这段代码使用一个访问数据库(classola.mdb)和dsn少连接。适合推广的网站和产品、信息和资料放到网上。特性这个分类广告包特性明确声明的用户,可以修改,以适应您的应用程序。它还具有一个好的表单字段验证脚本,并链接到网站的指导用户查看。这是一个改进的版本特性,如发送邮件到注册用户在通知、密码管理页面,在提醒,你可以查看ip地址的游客,计数器和其他统计细节可以添加在请求。如何使用解压缩和上
00999334
- 计算机活动监控系统通过该系统,网络管理员可以通过服务器监控所在网段内包括文件存取、网络访问、邮件收发、主机CPU负荷和进程活动等在内的所有客户机行为,从而了解客户机状态,侦测网络中异常活动,进而采取相关的应对措施-Computer activity monitoring system through the system , network administrators can control server located detecting including file access , ne
winio_veryhuo.
- 驱动级按键模拟,C,Vb,E等都可以调试,不用安装,直接放到调试的文件中加载-Key driver level simulation, C, Vb, E so you can debug, no installation, commissioning file directly into the load
include
- 1)编程递归实现0-1背包问题并回溯求出问题的解向量(即X[N]的值)和多段图的最短路经问题的动态规划算法。 2)图的数据结构采用邻接表。 3) 要求用文件装入5个多段图数据,编写从文件到邻接表的函数。 4)验证算法的时间复杂性。 5)0-1背包问题的实验数据见实验二的背包问题数据。 -1) programming recursive implementation of the 0-1 knapsack problem and backtracking to solve th
demo3
- 在demo中,用EKF和有噪声的EKF训练非线性、非平稳数据。-In this demo, I use the EKF and EKF with noise adaptation to train a neural network with data generated a nonlinear, non-stationary state space model. Adaptation is done by matching the innovations ensemble covariance