-
digital signal processing Matlab Presentations, File all of which placed the doc...
数字信号处理Matlab演示文件,其中各个文件加放置了不同的matlab子文件-digital signal processing Matlab Presentations, File all of which placed the documents for Matlab
- 2022-02-26 03:21:37下载
- 积分:1
-
汉字字模的提取:在DOS时代,拥有一个华丽的汉字菜单几乎是每个高档中文应用程序必须的包装。中文Windows操作系统的出现使得高级开发平台实现全中文的提示和界面...
汉字字模的提取:在DOS时代,拥有一个华丽的汉字菜单几乎是每个高档中文应用程序必须的包装。中文Windows操作系统的出现使得高级开发平台实现全中文的提示和界面非常容易和方便。在一般的应用程序中已经很少需要去专门考虑汉字处理的问题。 但是在许多工程控制和字符串处理的环境中,汉字字符的处理仍然有别于西文字符的处理,需要加以专门的考虑。在商品化的软件中,有大量的提示信息界面以使用户清楚软件的状态和运行情况,使用汉字提示可以大大方便不懂西文提示的用户。因为汉字本身的特点,显示汉字始终是计算机在我国应用普及的一个障碍。-Chinese Fonts Extraction : DOS era, with an ornate Chinese menu almost every high-end Chinese applications must packaging. Chinese Windows operating system, the emergence of senior development platform makes the entire Chinese tips and interface is very easy and convenient. In general the application process has rarely need to consider the Chinese specialized treatment. However, in many engineering controls and string processing environment, the handling of Chinese characters is still different from the characters in the text of the West, specifically the need to be considered. The commercialization of the software, a large number of message interface allows users to clearly state the software and operations, suggested the use of C
- 2022-02-28 19:48:39下载
- 积分:1
-
Java单文件英文打字游戏
Java英文打字游戏,只用一个Java代码文件实现的打字游戏,不能使用中文,是英文打字,字母游戏,挺简单的,学习参考用。
- 2022-08-08 05:30:45下载
- 积分:1
-
软件水平考试测试系统
软件水平考试测试系统-proficiency test software test system
- 2022-03-14 13:13:44下载
- 积分:1
-
The C++ Cookbook will make your path to mastery much shorter. This practical, pr...
The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you re an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don t have to develop on your own.
- 2022-01-31 09:06:54下载
- 积分:1
-
述
internationalization tool
Description:
The intltool package is a set...
述
internationalization tool
Description:
The intltool package is a set of tools for translating the contents of
data files using the gettext translation framework.
这个是一个转换文件,用gettext来转换数据文档内容
-Shu internationalization tool Description: The intltool package is a set of tools for translating the contents of data files using the gettext translation framework. This is a conversion file, use gettext to convert the data content of the document
- 2022-08-19 17:09:16下载
- 积分:1
-
一个调用具有输出参数的存储过程的小工程,喜欢就
一个调用具有输出参数的存储过程的小工程,喜欢就-Call a stored procedure with output parameters of the small-scale projects like the look
- 2023-07-05 23:20:03下载
- 积分:1
-
/ *我已经编译两次,第二次的改进。改进思路…
/*本人先后编了两次,第二次进行了改进。改进的思想主要是注意到棋盘上每一点的下一可到达点的个数
(下称为权值)不同,对于可到达点较少(权值小)的点应该先跳上去,这样后来跳的点可跳的方向就比
较多,回溯的现象就比较少,这样就可以大幅度提高速度*/-/* I have compiled twice, the second time for improvements. Improved thinking is that every point on the chessboard of the next point can be reached by the number (hereinafter referred to as the right value), For less accessible spots (small weights) should be the first point and jumped out of the way and then jump to the point of jumping on the direction of more, Looking back on the phenomenon of relatively small, we can significantly improve the speed* /
- 2022-03-20 16:40:03下载
- 积分:1
-
micro
微型3-10W稳压开关电源的(PCB版) 0401.PCB-micro-3-10W Regulators SMPS (PCB) 0401.PCB
- 2022-05-28 16:59:57下载
- 积分: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