-
1
说明: 求最短路,迪杰斯特拉算法,以格子顶点为点,格子上数字为路径长度(dijkstra to the closest road.)
- 2020-06-17 12:40:02下载
- 积分:1
-
ZipUnzip
Zip Library
Easy Zip and UnZip
- 2010-04-03 02:29:17下载
- 积分:1
-
The-CPP-Programming-Language
The C++ Programming Language.Third Edition - Bjarne Stroustrup.1997.pdf(The C++ Programming Language.Third Edition- Bjarne Stroustrup.1997.pdf)
- 2013-12-29 19:46:44下载
- 积分:1
-
Ibatis链接oracle实现基本crud
Ibatis1.6.2+c#+oracle10.2+vs2015实现基本的crud,适合初学入门级别参考
- 2022-04-02 07:18:29下载
- 积分:1
-
带有加密功能的--非可执行文件的捆绑运行工具
这是一个捆绑运行工具,可以将文件与word、pdf之类的非可执行文件经过加密后捆绑起来,同时运行。能够做到,非可执行文件能够正常打开,而可执行文件可以另外运行。(参考http://blog.csdn.net/liu5320102/article/details/9017747)
- 2022-02-05 13:49:59下载
- 积分:1
-
HTTPCLIENT
This sample shows how to use the HttpClient class in Windows.Web.Http namespace to upload and download various types of content from an HTTP server in Windows Store apps.
- 2023-09-02 10:10:03下载
- 积分:1
-
银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具...
银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法-bankers avoid deadlock algorithm is an important method used in this experiment demands high-level language debugging and prepared a simple algorithm bankers procedures. A better understanding of the application of resources to avoid deadlock concepts, and experience and understanding of deadlock and avoid the deadlock specific implementation methods
- 2022-02-10 09:09:38下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
Chinese-Convert-Pro-3.5.1-Final
Nothing to do, we need to learn how to trick something on the webs
- 2014-01-09 01:53:33下载
- 积分:1
-
Bpcma
基于matlab中的simulink的pcm编码码解码器的仿真结果 ,经测试可直接使用。
(Simulation results based on simulink in matlab pcm coding decoder has been tested directly.)
- 2012-07-25 23:41:36下载
- 积分:1