-
26304_ANSI-C_source_code_v6_5_0
AMR-WB+编解码源代码,内含工程文件,可直接运行(AMR-WB+ codec source code, containing the project files can be directly run)
- 2010-08-06 15:55:24下载
- 积分:1
-
a
说明: 用差分方法计算带时变系数的波动方程,界面可视。(simulate the wave functions with time-varying coefficients)
- 2013-10-29 11:32:19下载
- 积分:1
-
snmpCSharp
C#版snmp网络管理软件,具备网络编程源码,SNMP源码(C# version of SNMP network management software, network programming source code, SNMP source code
)
- 2013-11-23 21:57:38下载
- 积分:1
-
全国交通咨询模拟
出于不同目的的旅客对交通工具有不同的要求。例如,因公出差的旅客希望在旅途中的时间尽可能短,出门旅游的游客则期望旅费尽可能省,而老年旅客则要...
全国交通咨询模拟
出于不同目的的旅客对交通工具有不同的要求。例如,因公出差的旅客希望在旅途中的时间尽可能短,出门旅游的游客则期望旅费尽可能省,而老年旅客则要求中转次数最少。编制一个全国城市间的交通咨询程序,为旅客提供两种或三种最优决策的交通咨询
- 2023-06-17 08:05:03下载
- 积分:1
-
自己做的C#小游戏
自己做的C#小游戏-own C# little game
- 2022-01-25 19:14:12下载
- 积分:1
-
vp树
#ifndef _VPTREE_HEADER_
#define _VPTREE_HEADER_
#include
#include
#include
#include
#include
#include
template
class VpTree
{
public:
VpTree() : _root(0) {}
~VpTree() {
delete _root;
}
void create( const std::vector& items ) {
delete _root;
_items = items;
_root = buildFromPoints(0, items.size());
}
void search( const T& target, int k, std::vector* results, std::vector* distances)
- 2023-06-23 00:20:03下载
- 积分:1
-
wavelet
小波变换,反变换,以及提升小波变换,包括97小波,及53小波(Wavelet transform, inverse transform, as well as the lifting wavelet transform, including the 97 wavelet, and 53 wavelet)
- 2021-01-06 11:58:55下载
- 积分:1
-
vnc-4.0-winsrc_dll
vnc 封装成dll的代码,方便各位使用修改(vnc package into the dll code, convenient for you to use modified)
- 2012-06-18 10:49:59下载
- 积分:1
-
自己写的矩阵处理类
各种矩阵运算的实现,并将向量视为特殊的矩阵。(various matrix operations to achieve and Vector as a special matrix.)
- 2020-08-31 00:28:12下载
- 积分:1
-
Sha2
standard encryption algorithms SHA2
- 2011-01-17 13:56:03下载
- 积分:1