-
用于正则表达式的C++库. 现在的版本那是2.6.4
用于正则表达式的C++库. 现在的版本那是2.6.4-Regular expressions are used in the C++ library. The current version is 2.6.4
- 2023-02-07 04:05:03下载
- 积分:1
-
快速ICA算法的有限样本的影响
Finite sample effects of the fast ICA algorithm
- 2023-04-02 11:30:04下载
- 积分:1
-
字模工具,用于嵌入式系统调试用,希望大家用得上
字模工具,用于嵌入式系统调试用,希望大家用得上-Fonts tool for debugging embedded system with the hope that we would apply
- 2022-02-05 17:41:37下载
- 积分:1
-
用kmp算法实现的文档助手算法
用kmp算法实现的文档助手算法-with KMP algorithm document assistant algorithm
- 2022-05-18 01:35:06下载
- 积分:1
-
一个程序来模拟光通过一个玻璃球。
One program to simulation light passing through a glass sphere.
It is interesting and can be used in geometric optics.
- 2022-01-21 02:06:10下载
- 积分:1
-
利用powerbuilder制作的超级计算器
利用powerbuilder制作的超级计算器-calculator
- 2022-03-24 16:58:56下载
- 积分:1
-
CGA模式下的绘图程序,绘制梯形 可以选择画几个(8086)
CGA模式下的绘图程序,绘制梯形 可以选择画几个(8086)-CGA graphics mode procedures, mapping trapezoidal can choose several paintings (8086)
- 2022-01-30 16:00:45下载
- 积分:1
-
c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。...
c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。-c of a typical application is dll call, like how good call dll procedures, the procedures for reading you will greatly benefit.
- 2022-04-17 11:49:51下载
- 积分:1
-
检查 C 源码中括号的匹配性
检查 C 源码中括号的匹配性-check C source code compatibility brackets
- 2022-07-06 16:39:50下载
- 积分:1
-
是程序计算从选定的点的地形图的可见性。我..
这个程序可以计算给定点处的小区信号范围覆盖。-is program computes a map of visibility from a selected point on a topography. It has been written to help the search for radio relay best location. Because it considers only direct line of sight, it gives a good estimation for possible radio link for short distances only (less than 10 km), neglecting curvature of the Earth, Fresnel zone and atmospheric refraction on radio waves propagation. The program computes the relative elevation angle of the mask for each point (the angle is null or negative if the point is visible).
The function needs a digital elevation model Z and associated (X,Y) vectors or matrices of coordinates (same unit as Z), position of the point (X0,Y0), the antenna height H0 (for instance 4 m), and the hypothetic antenna height Ha on each topography points (for instance 3 m). When no output argument is given, the function plots a map of the results (color map of mask angles, and blank for visible points, see example screenshot).
The s
- 2022-06-27 17:42:17下载
- 积分:1