-
Page
演示了WPF中的Page页跳转功能,十分适合新手参考,实用性很强(Demonstrated in WPF Page page jump function, very suitable for beginners reference, very practical)
- 2013-11-05 18:31:54下载
- 积分:1
-
BD10H2V2.0
说明: 电机控制器的串口通信界面,基于labview visa,德马克电机(Serial communication interface of motor controller based on LabVIEW visa, demarcation motor)
- 2019-07-02 09:56:35下载
- 积分:1
-
MM1
c语言,mm1,排队论模型。c语言,mm1,排队论模型。(c language, mm1, queuing theory models. c language, mm1, queuing theory models.)
- 2020-11-16 13:49:41下载
- 积分:1
-
NetAnts
用VC++6.0 MFC 实现的蚂蚁下载功能 功能简单可行(VC++6.0 MFC download)
- 2009-05-08 10:25:38下载
- 积分:1
-
C#高级编程
C#高级编程(中文第七版)是一本非常具有实用性的书籍——主要讲解和介绍了C#的高级编程方法。
- 2022-04-28 18:41:33下载
- 积分:1
-
MyContour
用c#编写的生成矩形网格,内插等值点,绘制等值线。(Written in c# generate rectangular grid, equivalent point interpolation to draw the contour.)
- 2021-04-14 10:48:55下载
- 积分:1
-
lab16-EXRAM
该实验程序先向外部 SRAM 写入数据再读出,每一个存储空间逐一比较是否正确,如果一致说明没有问题,最后才写入自然数。(The experimental program first writes data to external SRAM and then reads it out. Each storage space compares correctly one by one. If there is no problem, the natural number will be written in the end.)
- 2020-06-17 01:40:01下载
- 积分: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
-
x64注入源码
这是一份能把64位的DLL远程线程注入到x64进程的源码(x64 injection DLL source code)
- 2020-07-01 10:00:01下载
- 积分:1
-
d3d9wj
#include <windows.h>
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1