-
CSO_source_code
CSO source code for protein complex prediction in large PPI networks
- 2016-03-18 09:25:30下载
- 积分:1
-
rsatool ase64.c
RSAToolase64.c
.......History.txt-RSATool base64.c ....... History.txt
- 2023-04-17 11:30:03下载
- 积分:1
-
基于Windows的网络编程,很实用的一本书哦,我个人也是刚开始学习网络编程,希望一起进步...
基于Windows的网络编程,很实用的一本书哦,我个人也是刚开始学习网络编程,希望一起进步-Windows-based network programming, a very practical book Oh, I have only just started to learn network programming and want to progress in
- 2022-01-28 21:14:16下载
- 积分:1
-
selfcontrol
自定义控件,可以获取自定义控件属性用于其他地方(selfcontro whose properties can be used)
- 2017-07-06 00:13:41下载
- 积分: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
-
mfc42d
MFC42d.DLL
在使用VISUAL C++软件时,必须安装在系统中使用的。。。(When MFC42d.DLL in using VISUAL C++ software must be installed in the system. . .)
- 2012-11-29 20:58:31下载
- 积分:1
-
55
[refer]http://www.installaide.com/Images/ats.jpg[/refer]
AtScript 是类似于VBScript的脚本语言,无需组件环境.
易学易用,如果您已了解 Visual Basic 或 Visual Basic for Applications (VBA)或VBScript,就会很快熟悉 VBScript。即使您没有学过 Visual Basic,只要学会 VBScript,就能够使用所有的 VBScript 语言进行程序设计。
- 2010-03-07 09:55:51下载
- 积分:1
-
建模1
给定模型的层数以及每层的控制点,就可以得到所需模型。(Given the number of layers of the model and the control points of each layer, the desired model can be obtained.)
- 2018-06-13 17:05:20下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1
-
车流量预测
说明: 在keras神经网络框架下,训练提前收集的车流量数据,对未来车流量预测。(Under the framework of keras neural network, train the traffic data collected in advance to predict the future traffic.)
- 2020-06-08 20:12:01下载
- 积分:1