-
OpenGL_ES_1.0.2_Sample.zip, based on Qualcomm
OpenGL_ES_1.0.2_Sample.zip,基于高通BREW平台的的3D游戏引擎.喜欢朋友请下载-OpenGL_ES_1.0.2_Sample.zip, based on Qualcomm
- 2023-03-25 15:10:03下载
- 积分:1
-
练习利用Windows时钟编程
练习利用Windows时钟编程-exercises using Windows clock programming
- 2022-01-28 01:33:44下载
- 积分:1
-
一个利用数据库的关联,来保护和隐藏网站地址的程序,可以用来做网站的友情连接栏目...
一个利用数据库的关联,来保护和隐藏网站地址的程序,可以用来做网站的友情连接栏目-use of a database linked to the protection and hidden Web addresses procedures can be used to make a Web site of friendship linking columns
- 2022-03-09 09:43:58下载
- 积分:1
-
统计Visual C++源代码数量的小工具
统计Visual C++源代码数量的小工具-statistics Visual C source code for a small number of tools
- 2022-02-21 17:02:42下载
- 积分:1
-
此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以...
此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以-This article has iteration of the algorithm, exhaustive search method, the recursive method, greedy method, backtracking, sub-rule method, dynamic programming, etc., can be useful
- 2023-02-08 14:00:04下载
- 积分:1
-
Chinese Chess support network functions (VB)
中国象棋支持网络功能(VB)-Chinese Chess support network functions (VB)
- 2022-02-04 05:22:53下载
- 积分:1
-
Photogrammetric bundle content is full
摄影测量光束法 内容很全
功能很强大
希望能帮到你们-Photogrammetric bundle content is full-featured very powerful that you want to help to
- 2022-05-06 03:00:07下载
- 积分:1
-
Serv
Serv-U Ftp服务器长文件名堆栈溢出漏洞-Serv-U FTP server long file name Stack Overflow Vulnerability
- 2023-02-17 08:05:04下载
- 积分: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
-
demo(S50)源代码
应用背景D8 读卡器S50DEMO源代码,用于技术开发,和卡片个人化应用关键技术// rfvcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "rfvc.h"
#include "rfvcDlg.h"
#include "dcrf32.h"
#include "General.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//dc_HANDLE icdev;
HANDLE icdev;
unsigned long cardsnr;
/////////////////////////////////////////////////////////////////////////////
// CRfvcDlg dialog
CRfvcDlg::CRfvcDlg(CWnd* pParent /*=NULL*/)
: CDialog(CRfvcDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CRfvcDlg)
//}}AFX_DATA_INIT
// Note that LoadIcon does not require a subsequent DestroyIcon in Win32
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
}
- 2022-02-16 02:14:23下载
- 积分:1