-
监听本机的所有通讯,记录数据包的协议,大小,来源,目的地等信息...
监听本机的所有通讯,记录数据包的协议,大小,来源,目的地等信息-Monitor all communications of this machine to record the packet protocol, size, origin, destination and other information
- 2022-05-31 14:45:26下载
- 积分:1
-
cmossav
dos下cmos信息读取保存与恢复的源代码。(dos under the cmos information read to preserve and restore the source code.)
- 2008-01-09 13:49:04下载
- 积分:1
-
memtest
rewrites the byte at (user) addr with bad parity Device Driver for linux v2.13.6.
- 2015-11-18 22:43:12下载
- 积分:1
-
AutoLock
linux线程锁(linux mutex lock)
效率高,四核I3测试每秒5.000.000.000次加解锁
支持自动锁定、自动解锁(在代码块中利用c++自带构造和析构函数实现)
学习线程锁的朋友可以下载学习一下,非常实用。
- 2013-11-11 11:15:02下载
- 积分:1
-
LSE
在电机参数随着系统运行变化时,通过递推最小二乘法在线参数辨识获得实时更新的电气参数,减小系统运行的误差(When the motor parameters change with the system operation, the real-time updated electrical parameters are obtained by the recursive least square method on-line parameter identification, and the error of the system operation is reduced.)
- 2018-07-27 09:20:34下载
- 积分:1
-
局域网内部的通信服务软件,包括一个客户端&一个服务器端。包括所有的源码&资源...
局域网内部的通信服务软件,包括一个客户端&一个服务器端。包括所有的源码&资源-Internal LAN communications services software, including a client
- 2022-07-01 09:01:31下载
- 积分:1
-
ClassHierarchyTraveler
Class Hierarchy Traveler Source Code for Andriod.
- 2013-12-04 10:20:18下载
- 积分:1
-
目录超级链接是一个能够在窗体上实现超级链接的程序,或者发送email;...
目录超级链接是一个能够在窗体上实现超级链接的程序,或者发送email;-Hyperlink is a directory in the form of hyperlinks on the realization of the procedure, or send email
- 2022-03-17 08:13:04下载
- 积分:1
-
ExercicesMySQL
exercices corigés pour SQL avec MYSQL Server
- 2011-10-06 23:17:31下载
- 积分:1
-
EULER1
说明: Euler 回路问题
.问题描述:
对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次
的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。
.编程任务:
对于给定的图G,编程计算图G 的一条Euler 回路。
.数据输入:
由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个
顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示
图G 的一条边(u,v) 。
.结果输出:
将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
- 2006-03-29 21:31:15下载
- 积分:1