登录
首页 » 图形图像 » WINDOWHUA virtual environment oscilloscope demo procedures

WINDOWHUA virtual environment oscilloscope demo procedures

于 2022-03-23 发布 文件大小:24.99 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

WINDOWHUA环境下虚拟示波器demo程序-WINDOWHUA virtual environment oscilloscope demo procedures

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 该程序使用了Bresenham算法的思想,将四个象限(考虑到斜率<1,>1一共八种情况)的问题通过交换端点的方法合并成一,四象限的问题。...
    该程序使用了Bresenham算法的思想,将四个象限(考虑到斜率1一共八种情况)的问题通过交换端点的方法合并成一,四象限的问题。-draw line
    2022-02-03 03:12:04下载
    积分:1
  • When creating applications with a complex view layout, there are several feature...
    When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization.
    2022-03-18 15:05:27下载
    积分:1
  • 在简单的实现
    ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view Tread Marks maps correctly is "0.25f". (www.TreadMarks.com) CONTROLS: MOUSE - Hold Left Mouse Button to Rotate View Angle Q - Change Rendering Mode (Wireframe, Lit, Fill, Texture) O - Change View Mode (Observe, Follow, Drive, Fly) W/S - Move forward/back A/D - Rotate left/right (in Observe Mode only) F - Stop Animation R - Toggle Frustum Drawing 0/9 - More/Less Triangles per frame 1/2 - Adjust FOV-ROAM Simplistic Implementation By Bryan Tur
    2022-03-26 08:18:08下载
    积分:1
  • introduction.to.direct3d9中文版(?士兵版)书附带..
    Introduction.To.Direct3D9中文版(翁云兵版)书附带源码-Introduction.To.Direct3D9 Chinese version (??soldiers Edition) book incidental source
    2022-06-30 18:59:15下载
    积分:1
  • MATLAB特征提取实战
    应用背景MATLAB图像特征提取,图像识别,分割,边缘检测关键技术彩色图像处理分割技术、直方图分割、聚类分割
    2023-04-12 12:45:04下载
    积分:1
  • This is the part of machine vision products abroad in the code section of the co...
    这是一部分国外机器视觉产品的核心代码中的一段内容,水平极高-This is the part of machine vision products abroad in the code section of the core content, the level of high
    2022-03-05 18:24:33下载
    积分:1
  • 利用codebook算法进行运动目标检测
    本代码基于论文Real-time foreground–background segmentation using codebook model中的codebook算法,在C++平台上实现,利用了opencv 2.3.1版本,实现了对于运动目标的检测。CodeBook算法的基本思想是得到每个像素的时间序列模型。这种模型能很好地处理时间起伏,缺点是需要消耗大量的内存。CodeBook算法为当前图像的每一个像素建立一个CodeBook(CB
    2022-06-18 11:39:00下载
    积分:1
  • 例如技术革命的IDL IDL程序释放了IDL的力量…
    Revoluntion IDL示例程序 Revolution IDL unleashes the power of the IDL Object Graphics architecture by providing a high- level graphical user interface that allows the user to visualize data in a variety of ways, changing properties, positioning objects in 3D, and much more. -Example Revoluntion IDL procedures Revolution IDL unleashes the power of the IDL Object Graphics architecture by providing a high-level graphical user interface that allows the user to visualize data in a variety of ways, changing properties, positioning objects in 3D, and much more.
    2022-03-20 10:25:42下载
    积分:1
  • 用vc + mapobjects开发的源代码,用鼠标对多边进行操作,实现了多边的相交计算功能。...
    用vc + mapobjects开发的源代码,用鼠标对多边形进行操作,实现了多边形的相交计算功能。-with vc MapObjects development of the source code, using the mouse to operate polygons and achieve the intersection of polygons computing capabilities.
    2022-08-15 01:43:48下载
    积分:1
  • sunlightface人脸识别
    人脸识别正确率97.18%,1秒内完成。 能够在复杂的光线和背景下依然正确工作,并支持多张人脸在一个画面上的检测,识别,验证。戴眼镜和黑色人种也能检测和识别。能从多角度检测到人脸。 并带人鼻,嘴,眼镜,人脸左右边界的定位功能。 本软件仅限用于可见光(如室内光,日光灯,节能灯,白炽灯),并要求用户主动配合采模板,主动配合识别.最好有USB摄像头 无法使用的几种解决方法: 1.最好不要下载在桌面上运行,COPY到C,D盘任一目录下都行。 2.win2003下无法使用,建议用WINXP或WIN7; WIN7建议采用兼容模式,以管理员身份运行。正式版可以在WIN2003下运行。 3.确定没有运行中的SOFTICE,VMWARE等调试或虚拟机类软件。 4.显示器分辩率最好是1280*768以上,1024*768可能无法用。显示器颜色质量16位色不行,必要是24位色或32位色。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-03-08 11:05:03下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载