-
seven_order5
fluent物性随温度变化的udf(包括导热和比热);边界条件温度随时间变化的udf。(fluent physical properties with temperature changes udf (including thermal conductivity and specific heat) temperature boundary conditions change over time udf.)
- 2015-10-07 20:38:22下载
- 积分:1
-
Silverlight2
Silverlight2 Recipes.pdf
- 2018-01-29 19:03:29下载
- 积分:1
-
通用ID生成器
UKG(Unique Key Generate Server)是一个生成唯一ID的服务器, 是根据Twitter的snowflake算法写成的, 主要用于高效的生成唯一的ID, 核心就是毫秒级时间(41位)+机器ID(10位)+毫秒内序列(12位).
其原理结构如下:
00000000000 0000000000 0000000000 0000000000 0 | 00000 |00000 | 0000000000 00
---------------------------------------------- ----- ----- -------------
时间戳 | workerId | datacenterId | 毫秒内序列
UKG每秒能够
- 2022-07-27 06:05:21下载
- 积分:1
-
BPalgorithm
LDPC目前用的最多、性能最好的译码算法为BP译码算法,本程序用C语言对BP译码算法进行了实现,为了方便初学者,本文还附带了两篇关于BP算法的论文。(LDPC is currently the most used, the best performance of the decoding algorithm for BP decoding algorithm, this procedure using C language on the BP decoding algorithm is implemented, in order to facilitate the beginners, this paper also comes with two pieces of paper on the BP algorithm. LDPC is currently the most used, the best performance of the decoding algorithm for BP decoding algorithm, this procedure using C language on the BP decoding algorithm is implemented, in order to facilitate the beginners, this paper also comes with two pieces of paper on the BP algorithm.)
- 2021-04-13 14:18:56下载
- 积分:1
-
对于热点Csharp示例
csharp sample for FOCAS
- 2022-03-24 14:16:02下载
- 积分:1
-
计算机视觉算法与应用中文版
一本计算机算法书籍 对学习者会有很大的用处(A computer algorithm book will be of great use to learners)
- 2019-04-10 22:14:53下载
- 积分:1
-
C# Socket文件传输源码
Socket文件传输源码,实现了 服务端向客户端 发送文件 功能功能介绍: 使用socket实现文件传输同时使用了多线程,首先服务端选择文件,开始监听启动客户端,选择连接就实现了文件的传输。注意: 不同机器连接要修改源代码的的ip地址。 开发环境为Visual Studio 2010
- 2018-06-25下载
- 积分:1
-
rtklib_2.4.1
rtklib 版本2.4.1
An Open Source Program Package for GNSS Positioning
日本开源网站上提供的关于GPS卫星数据解算的程序。All of the executable binary APs for Windows are included in the package as well as whole source programs of the library and the APs.
* For real-time PPP, EUREF and IGS have already started to distribute real-time satellite orbit and clock as RTCM v.3 SSR messages via NTRIP. To receive the real-time satellite orbit and clock, users have to make registration and get an account to access the NTRIP broadcasters. Refer BKG GDC site http://igs.bkg.bund.de/ntrip/index for details.
(All of the library functions and APIs are written in ANSI C (C89). The library internally uses standard socket and pthread for Linux/UNIX or winsock and WIN32 thread for Windows. By setting compiler option-DLAPACK or-DMKL, the library uses LAPACK/BLAS or Intel MKL for fast matrix computation. The console APs are also written in standard C. The library and console APs can be built on many environments like gcc on Linux. The GUI APs are written in C++ and utilize Borland VCL for the GUI toolkit. All of the executable binary APs in the package were built by free edition Borland Turbo C++ 2006 (http://www.turboexplorer.com)* on Windows. The binary APs were tested on Windows XP SP3 32bit and Windows 7 SP1 64bit. The console APs are also built and tested on Ubuntu 9.04 Linux.
)
- 2011-07-27 12:18:09下载
- 积分:1
-
jieyue-signal
阶跃信号与正弦信号调制,在同一张图纸上绘制四个子图。这是一个很基础的编程应用。(Step signal with a sinusoidal signal modulation, drawn with a drawing on four subgraphs. This is a very basic programming application.)
- 2013-03-20 20:07:36下载
- 积分:1
-
145
一个很好类子来说明类模板的使用,可以比较明了类模板的使用方法,最好进行单步调试(use of class template )
- 2013-08-30 17:17:58下载
- 积分:1