-
照片变成字母符号软件
照片变成字母符号软件,讲照片转化成符号的形式(Photographs into alphabetic symbols software)
- 2020-06-19 09:40:01下载
- 积分:1
-
It is a compilation of 32 languages written in a PING procedures, it is like the...
这是一个使用32位汇编语言写的一个PING程序,就像是在windows命令行下的ping命令一样。-It is a compilation of 32 languages written in a PING procedures, it is like the windows command line under the ping orders.
- 2022-09-17 12:45:03下载
- 积分:1
-
bookstore06
网上书店 用户登录 注册 购物车 订单处理(Online bookshop user login registered a shopping cart order processing)
- 2011-12-10 14:52:02下载
- 积分:1
-
MFC-ODBCaccess
VC++ 使用MFC ODBC访问数据库,请注意:在VC环境下运行程序前,必须注册ODBC数据源,数据库文件为bookinfo.mdb,数据源名称为bookinfo,直接运行可执行文件也需要将数据库文件与可执行文件放在同一路径下(VC++ using MFC ODBC to access the database, please note: In the VC environment before running the program, you must register ODBC data source, the database file is bookinfo.mdb, data source name is bookinfo, also need to run an executable file with an executable database files files in the same path)
- 2014-05-30 09:50:31下载
- 积分:1
-
IL Spy汉化版
说明: EXE 以及C# C C++文件进行反编译(EXE File Decompilation)
- 2020-06-22 13:20:02下载
- 积分:1
-
网络编程常用的api原代码.c文件和.h文件用于网络通讯,网络传输等内附一简单的应用例子...
网络编程常用的api原代码.c文件和.h文件用于网络通讯,网络传输等内附一简单的应用例子-Network Programming common api original code. C and. H documents for network communications, network transmission containing a simple application example
- 2023-01-25 00:35:03下载
- 积分:1
-
WSAAsyncSelect for MFC 下自定义SOCKET事件 替换以前那种通过循环来获知SOCKET事件的方法...
WSAAsyncSelect for MFC 下自定义SOCKET事件 替换以前那种通过循环来获知SOCKET事件的方法
- 2022-03-24 03:40:03下载
- 积分:1
-
Java achieve an FTP server, HTTP protocol to facilitate client upload download o...
用Java实现的一个FTP服务器,HTTP协议,方便客户端的上传下载等操作-Java achieve an FTP server, HTTP protocol to facilitate client upload download operation
- 2022-11-09 07:15:03下载
- 积分:1
-
TALK
基于serverSocket 和socket编写的及时聊天系统。有类似于tencent的qq界面,能实时监听用户的上下线。能发离线消息。有用户连接池。以及账号注册,修改等功能(ServerSocket and socket-based chat system written in a timely manner. Tencent similar to those of the qq interface, real-time monitor on the user' s offline. Offline messages can be issued. A user connection pool. As well as account registration, modification and other functions)
- 2009-11-12 15:10:04下载
- 积分: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