-
serial_and_usb
说明: 由电脑圈圈的原程序改写,使用串口3,波特率9600连接上EDNCHINa,电脑圈圈的USB开发板可以测试从串口发送到USB接收的数据,这是上位的程序,很有参考价值。下位机程序另发。(By a computer program to rewrite the original circle, use the serial port 3, connected to the 9600 baud rate EDNCHINa, the computer' s USB development board circle can test from the serial port to send data to the USB receiver, which is top of the procedure, a good reference价值. Bit machine under separate procedures.)
- 2009-08-01 09:43:51下载
- 积分:1
-
DXFToGCode20120923
VC++6.0编写的CAD dxf文件直接转换为数控加工G代码程序。直接调入DXF文件,生成可用于数控加工的G代码。(Written by VC++6.0 CAD DXF files directly into G code program of CNC machining. Direct load DXF file generation, can be used for NC machining G code. )
- 2020-10-28 15:19:59下载
- 积分:1
-
SDocDemo
使用单文档应用程序框架实现简单的屏幕绘图程序实例源码,很不错的vc源码,希望能对大家有所帮助(Single-document application framework to implement a simple screen drawing program source code examples, very good vc source, I hope you can help)
- 2011-08-26 21:07:19下载
- 积分:1
-
Phrack-Magazine
phrack有什么nb的地方:有人问我成为nb黑客(不是骇客)的捷径是什么?我发现这里面可以细分为:1.谁是nb的黑客? 我的答案是phrack杂志上每个领域发表开拓性文章的人; 2.如何成为nb的黑客? 我的答案是把phrack杂志大部分文章用几年时间全部真正弄懂 --不看文章,不查资料能把例子实现一遍,还能改--xscan作者(What place phrack nb: nb what I was asked to become a hacker (not a hacker) is a shortcut? I found that there can be subdivided into: (1) Who is nb hackers? My answer is to explore every area of published journal articles on phrack people 2 nb how to become a hacker? My answer is that most of the phrack magazine article a few years time all truly understand- do not look at the article, the example does not check the information can achieve it again, but also to change- xscan author)
- 2014-01-13 18:06:16下载
- 积分:1
-
UniqueInstance
VC6.0实现的,只能有一个程序实例运行的例子程序。两套实现方案。一个使用互斥对象,一个使用找到窗口句柄(VC6.0 achieved, there can be only one instance to run the example program. Two implementations. Use of a mutex object, a window handle to use to find)
- 2013-12-07 11:08:13下载
- 积分:1
-
Virtual-screen-and-realization-
Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础上,并且将操作界面都作成工具窗(一种特殊的窗口,客户区内规则地排列着图象按钮响应操作代码)的形式,直观、灵活且便于用户选择操作。VC++的CDC类、CBitmap类封装了对虚屏的操作,利用类的继承性,也可很容易的实现工具窗。(Visual C++ provides a virtual screen function, use it, and Windows GDI graphics functions, can be prepared in a powerful graphics program. The principle of the virtual screen, first define a virtual device description table and a bit image data area, the present should be transferred in the actual window painting processing of this image data area (this image data area function equivalent to the video memory area ), after the completion of the painting operation can be passed through the image, the results of the pop-up to the visible window. Graphics or CAD system for many Windows environment using this technology. GIS software Mapinfo, AutoCAD for Windows and other graphics operations functions such as windows, roaming the foundation are built on the basis of the virtual screen, and the operator interface made tool window (a special window, the client area regularly arranged in the form of image button in response to the operation code), intuitive, flexible and user-fri)
- 2012-11-29 00:55:11下载
- 积分:1
-
OPMS6
实现养老院信息管理系统中老人信息管理功能(Information management system to achieve the elderly in nursing homes information management capabilities)
- 2010-01-11 17:11:06下载
- 积分:1
-
odbcassess
ODBC连接数据库,可以实现查询,插入,删除操作.(vc++ implement odbc access database)
- 2010-02-26 13:17:09下载
- 积分:1
-
89c2051模拟spi驱动nrf905
说明: 单片机89c2051通过模拟spi口驱动nrf905,与nrf905进行联系,本程序详细描述(MCU 89C2051 drives nRF905 through analog SPI port and contacts nrf905. This program is described in detail)
- 2019-05-10 23:07:40下载
- 积分:1
-
Force-Feedback-with-DirectInput
This is a code stub from a game I am working on. You will need to have DirectX 7.0 installed or higher. I will give you two sample effects when using a force-feedback joystick. The first one is an Explosion force feedback effect, the other one is a Gunfire effect. You will have to enum your own Joystick object.
- 2014-07-13 14:06:31下载
- 积分:1