搜索资源列表
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
ZXG_MySniffer
- 饮水思源。决定分享自己的MFC编程开发经验。 ZXG_MySniffer网络抓包分析仪软件说明文档 一、 软件功能描述: 1、 能够获取本地网卡信息,包括以太网卡、无线网卡和虚拟网卡的所有详细数据; 2、 支持IP、ICMP、ARP、RARP、TCP、UDP等六种协议,提供用户自选包过滤规则; 3、 可多线程抓取数据包,并列表显示抓取的数据包;支持从数据链路层到传输层的包字段分析;支持包内数据明细记录; 4、 支持ARP查询功能,可多线程查询与本地以太网卡位于同一网
Lesson9Code
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -How to modify the wizard-gen
200907290002
- 通信命令 show 显示蝴蝶 001 接收图象 002 播放音乐 003 蝴蝶说话 004 打开网站 005 电脑关机 006 重启电脑 007 完全卸栽 008 定时关机 009 *开始 010 取*信息 (主控端服务器取回一次数据,受控端客户机将记录剪接板内容清空一次) 011 停止* 012 DOS命令 (目前是批处理命令) 013 取系统信息 014 进程数列表读取 015 结束进程
labshubiao
- 用labwindows编写,用鼠标点击屏幕,面板上可以显示出鼠标点击的坐标和鼠标点击的按键-Written by labwindows, right click on the screen, the panel can show the coordinates of mouse clicks and mouse button clicks
JFreechart
- JFreechart 双坐标Y轴 折点显示数据 有截图有web的显示效果 和swing的显示效果,仅供参考!如有雷同,纯属盗版!自己刚刚写的,用的两天时间才研究明白 作者:蝶恋花-Y-axis turning point of JFreechart two-coordinate the screenshot web display and swing display data for reference only! Any similarity is purely piracy! Just
traceroute
- 根据任务书设计好流程图,然后编写程序代码,运行得到Traceroute的命令窗口。提取tracert的输出,再结合现有IP数据库及自建地名,坐标数据库对路由中各节点IP进行定位,最终实现了动态显示追踪的详细信息和路径。-According to the design plan descr iptions of the flow chart, then write the program code, run Traceroute command window.
monitorNew
- 早期的一个测试项目,以图片为地图底图,对图片坐标定位以达到显示地图的目的。对4种不同像素图片进行操作-Early one test project to picture as the base map, the picture show map coordinate positioning in order to achieve the purpose of
MoonDowner-Poll
- 主要功能: 一、首页显示 1.首页显示默认调查信息及调查结果 2.调查结果可以柱状图示横向或纵向显示,配以显示坐标,调查结果一目了然 3.调查信息及调查结果于同一页面显示 4.同一页显示其他调查主题-The main function: A home display The 1 page displays the default information investigation and survey results The 2 survey result
shortpath
- 读取点线连接,使用类迪杰斯特拉算法求解最短路径输出服务区范围,并通过nodejs搭建服务器,在网页上用canvas绘制显示。原始数据中,点数据为(ID,坐标xy)线数据为(前后连接点,权值)-Read point line connection using class Dijkstra shortest path algorithm output service area, and set up the server through nodejs, drawn with canvas on th
3dzhaopianqiang
- 3D照片墙图片展示代码,3D立体效果照片墙,效果很酷,点击照片墙缩略图可以显示大图,带图片位置坐标功能。-3D Photo Wall Photo Gallery codes, 3D stereo effect photo wall, the effect is cool, click on the photo thumbnail to display large wall maps, location coordinates functions with pictures.
vbgwbrv211
- 在界面上同时显示多个二维坐标,准备为车辆检测编写的应用程序()
TeeChart 显示两条线
- 使用delphi语言开发,使用Teechart 工具生成多个Y坐标画图(Using Delphi language development, the use of Teechart tools to generate multiple Y coordinates)
mouseevent
- 简单的鼠标移动,可以动态显示坐标的位置。(Mouse movement, you can dynamically display the coordinates of the location.)
gmtok
- 此实例是进行鼠标的区域探测的实例,当移动鼠标时,会显示鼠标坐标,若点击鼠标左健将弹出区域消息框()