Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - VC I
Search - VC I - List
我用VC写的十进制与十六进制数的转化程序,绝对独创,可用于需要浮点运算的单片机编程数值转化。-I write with VC metric hexadecimal number and the conversion process, absolutely original and the need for the floating-point operations into numerical microcontroller programming.
Date : 2026-01-09 Size : 1.8mb User : 阿勇

一个开发51的编程器软件,原版为聂志强所写,但不能编译,缺少一些文件,我加上了,修改了,能够工作了-development of a software program, for Zhixin, Nie Zhiqiang, the original written, but not compile, the lack of some documents, I add the changes to the work
Date : 2026-01-09 Size : 1.61mb User : 张明璋

DL : 0
我自己写的一个tcp/ip的代码,很短,用的是vc来做模拟调试的,具体的运行是要在mcs51单片机上的,只有一个端口。具体请大家看程序吧!-I wrote it myself a tcp/ip code, in a very short, it was vc do simulation testing, the specific operation is to mcs51 MCU, only one port. Please refer to specific procedures!
Date : 2026-01-09 Size : 158kb User : 马佶

DL : 0
VC单片机串口源代码 -VC MCU serial source code VC serial microcontroller source code VC MCU serial source code VC MCU Series I source code
Date : 2026-01-09 Size : 58kb User :

DL : 0
我写的旋转编码器的程序,用C51,用中断0实现,非常好用,无误码。-I wrote the rotary encoder procedures, using C51, with disruption of 0 to achieve and very easy to use, no error.
Date : 2026-01-09 Size : 31kb User : 刘平

DL : 0
用VC实现画电路图的功能,希望大家可以帮助完善-With VC circuit realize the function of painting, I hope everyone can help improve the
Date : 2026-01-09 Size : 51kb User : wangh

DL : 0
串口调试助手的源代码,为了答谢谢朋友们的支持,公开推出我最初用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程,姑且叫串口调试助手源程序V1.0或VC串口通讯源程序吧,我相信,如果你用VC编程,那么有了这个代码,就可以轻而易举地完成串口编程任务了。-Serial debug the source code of aides, in order to A I would like to thank the support of friends, I first publicly introduced by the preparation of VC control MSComm serial communication program
Date : 2026-01-09 Size : 6.53mb User : 董剑峰

DL : 0
随着计算机技术的不断发展,USB设备以其传输速度快、可热插拔、独立供电等诸多的优点被普遍采用。现在市面上的USB设备层出不穷,如U盘、MP3、移动硬盘等应用起来十分方便。 本文采用VisualC++6.0软件进行仿真,利用基于对话框的VC++应用程序完成对上位机界面的编写,可以利用VC编程实现对计算机底层硬件的操作。采用DriverStudio软件编写USB设备的驱动程序。 本文先介绍了USB通信协议及其传输方式,然后具体地给出了驱动程序开发的全过程,同时根据硬件电路设计了上位机显示界面,并对各个显示元素的功能及编码过程做了详细的介绍。在上位机软件可以正常运行后,把USB实验板连接到电脑,进行PC机与USB设备的相互通信,结果表明,在通信的过程中,可以完成PC机与USB设备的连接和相互控制。- As computer technology continues to develop, USB devices is being widely used for its fast transmission speed, hot-pluggable characteristics, independent power supply and many other advantages. Nowadays, endless USB devices, such as FLASH MP3, mobile hard disk and so on, influx the electronic market, bringing extreme convenience for people’s daily lives. The simulation environment in this thesis is constructed by VisualC++6.0 software. We use VC++ application process to complete the preparation of the PC interface, and based on the VC programming we can operate of the hardware of the computer bottom. On the other hand, we use DriverStudio software to prepare the driver of USB device. In this thesis, we introduce a USB communication protocol and the means of its transmission, and then give the entire design process of the driver specifically. Meanwhile, according to the hardware circuit, we design the shows PC interface and show the function and the coding process of each element i
Date : 2026-01-09 Size : 478kb User : 谷穗

这是本人写的一个小程序,在.net下调用vc写的d-This is a small program I wrote in. Net written dll under vc call
Date : 2026-01-09 Size : 1.15mb User : gaolihua

DL : 0
用于嵌入式系统的字库提取程序。解决字库太大,单片机系统装不下的问题(只选取自己需要的汉字)。 本程序是VC 6.0 下编译。 程序从Hzk16.dot中提取出需要的汉字的字库。写到test_font.dat文件中。这个test_font.dat文件可以用于单片机系统中。这个程序生成的小字库,已经用于我们的批量生产的设备上。字库是16X16点阵的。我用在128X64的LCD屏上。-The font used to extract the embedded systems program. Solve the font is too large enough to hold MCU system problems (they need only to select the Chinese characters). This program is compiled under VC 6.0. Program Hzk16.dot extracted from the Chinese characters of the font required. Write test_font.dat file. This file can be used to test_font.dat microcomputer systems. This process generates a small font, has been used for volume production of our devices. Font is a 16X16 lattice. I use the LCD screen in 128X64.
Date : 2026-01-09 Size : 1.17mb User : liulangmao

DL : 0
飞思单片机的LCD,可用VC学习 里面有详细的讲解-FREESCALE LCD develop you can scan it by VC i
Date : 2026-01-09 Size : 219kb User : yangjin

DL : 0
实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成的图片大小为320x240. 原始图片以RGB数组的形式放在程序里面了,大小为240x16.因为320x240的bmp图片会到200多K,所以只截取了一部分-To achieve the original bitmap data encoded as JPEG files, sent to the serial port. The proceeding is still warm, because as mentioned before porting from VC to the STM32 success, to achieve a normal compression. Some modifications, you can access the camera, made jpeg serial camera. Hardware only: stm32f103ZET6, serial usart1. The image data from usart1 output, baud rate 115200. Can use the software to receive serial data, save it as. Jpg suffix name, the computer can open the picture file. I use the serial port software is AccessPort. Encoding generated image size is 320x240. The original image to RGB in the form of an array of programs on the inside, and the size of 240x16. Because it will be 320x240 in bmp images to more than 200 K, so only a portion of intercepted
Date : 2026-01-09 Size : 851kb User : 刘智

DL : 0
serial show 功能:用于单片机、嵌入式机器串口调试等 您可以根据此程序修改为您自己想要的串口上位机程序。 本人长期开发上位机VC++、linux、单片机软件。 如果有程序外包,您也可联系QQ:345304221,或qq邮箱345304221@qq.com-the serial the show Functions: for single-chip serial debugging of embedded machine You can modify this program for the serial host computer program you want. I long-term development of the host computer to the VC++, linux, microcontroller software. Process outsourcing, you can also contact QQ: 345 304 221, or qq-mail 345304221@qq.com
Date : 2026-01-09 Size : 35kb User : jiang

Easy 51Pro v2.0宇宙版 包括上位机软件及源代码(VC++6)、下载器固件源代码(KeilC)、下载器电路SCH文件、说明文件、原理教程。目前支持的器件是51系列MCU,支持AT89C2051。原为长沙理工大学 电气与信息工程学院 聂忠强 老师力作 2003.10.28发布。 本人后续据此及其它资料,制作了两个版本的下载线,分别为DB25针串口和USB口。前者使用了RS232电平转换芯片,功能简单,且需要外接电源;后者基于Atmega8AU芯片,与智锋Progisp上位机软件配合使用,支持芯片超多。有关电路、固件等随后打包上传。-Easy 51Pro v2.0 version of the universe including PC software and source code (VC++6), rpogrammer firmware source code (KeilC), circuit SCH files, documentation, tutorials principle. Currently supported devices are 51 series MCU, including AT89C2051. Formerly issured by Nie zhongQiang teacher of the Institute of Electrical and Information Engineering, Changsha University on 2003/10/28.laterly I produced two versions of programmer, respectively DB25-pin serial and USB ports. The former uses RS232 converter, and requires an external power supply the latter is based on an Atmega8AU , and with the use of Chi-feng s Progisp PC software,the programmer can support many kinds of chips. Related circuits, firmware will be uploaded inturn.
Date : 2026-01-09 Size : 1.27mb User : 王信发
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.