资源列表

« 1 2 ... .50 .51 .52 .53 .54 2555.56 .57 .58 .59 .60 ... 21467 »

[其他小程序maze1

说明:maze1(USACO) 走迷宫,计算需要的最小步数。经典的Dijkstra算法,初始的图形转化成矩阵是关键。矩阵的维数没有必要等于节点数,可以直接在二维上计算。入口和出口没必要计算。注意fin会忽略空格。预处理的很多东西可以在后面直接做,没有必要在前面专门做。后来发现没有必要计算所有点到两个出口的距离,而可以直接从两个出口开始,计算他们到迷宫中各个格子的最长距离。 算法千辛万苦想出来了,就应该对自己有信心,出现错误了之后有可能是哪里有笔误产生的。尤其是跟踪结果发现有奇怪的地方的时候。-
<求索> 在 2025-10-04 上传 | 大小:1kb | 下载:0

[其他小程序primes

说明:用筛法求素数的小程序。用Visual C++实现-Sieve method using prime number of small procedures. Using Visual C++ Realize
<求索> 在 2025-10-04 上传 | 大小:422kb | 下载:0

[其他小程序counts

说明:引用计数的实现源码,保证内存不会误删。用VS2005实现-Realize the source reference count to ensure that memory will not be misled into censored. Realize with VS2005
<求索> 在 2025-10-04 上传 | 大小:1kb | 下载:0

[其他小程序hashtable

说明:哈希表实现源码,在VS2005环境下编译。使用了模板。-Hash table to achieve source in VS2005 compiler environment. The use of templates.
<求索> 在 2025-10-04 上传 | 大小:1kb | 下载:0

[其他小程序PID

说明:西门子s7-200的PID 程序原文件,供大家参考-Siemens s7-200 of the PID process the original document for reference
<scl> 在 2025-10-04 上传 | 大小:2kb | 下载:0

[其他小程序clock

说明:一个小闹钟程序,VC++.net写的,对VC开发者有一定的学习作用-A small alarm clock procedures, VC++. Net written for VC developers have a certain role in learning
<chen> 在 2025-10-04 上传 | 大小:182kb | 下载:0

[其他小程序Reduced

说明:Kalman filter error 和 Reduced filter进行比较-Kalman filter error and Reduced filter comparison
<陳翔> 在 2025-10-04 上传 | 大小:2kb | 下载:0

[其他小程序Cadence

说明:Cadence学习的好资料,里面有各种操作的具体步骤,对初学者有很大的帮组-Cadence learning good information, there are a variety of operating the concrete steps, for beginners there are a lot of help Group
<颜奇麟> 在 2025-10-04 上传 | 大小:1.01mb | 下载:0

[其他小程序DSP1

说明: quindos 软件程序窗口和图形绘制代码-quindos software program window and graphics rendering code
<yuzheng> 在 2025-10-04 上传 | 大小:22kb | 下载:0

[其他小程序STBC_MIMO_OFDM_test

说明:STBC MIMO OFDM 降低PAPR的算法-STBC MIMO OFDM algorithms reduce the PAPR
<lily> 在 2025-10-04 上传 | 大小:2kb | 下载:0

[其他小程序capture

说明:计算一些函数类的题目其中既有短至几行却非常关键的代码 ... 2002-03-04 一个很完善的函数式计算器-Calculation of some function class topics ranging from as short as a few lines of code is very crucial 2002-03-04 ... a very well-function calculator
<blue> 在 2025-10-04 上传 | 大小:1.69mb | 下载:0

[其他小程序jisuanqi

说明:本计算器已经实现+,-,*,/,以及小数运算-This calculator has been achieved, as well as a small number of computing 2B !,-,*,/,
<yym> 在 2025-10-04 上传 | 大小:3kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 2555.56 .57 .58 .59 .60 ... 21467 »

源码中国 www.ymcn.org