-
STM32-ENC28J60-uIP1.0-vet6mini
本程序为STM32F103VET6单片机和ENC28J60网络芯片实现以太网功能的程序,程序成功的移植了uip1.0协议栈并实现了以太网通信(The program program STM32F103VET6 microcontroller and ENC28J60 Ethernet network chip functions successful transplant program uip1.0 of the protocol stack and Ethernet communication)
- 2013-01-16 22:25:11下载
- 积分:1
-
Ahost_computen
一个与仪表通讯的上位机程序源码,采采用RS232通讯,协议为MODBUS
(A host computer program source code with the instrument of communication, mining RS232 communication protocol MODBUS)
- 2012-08-07 01:46:30下载
- 积分:1
-
31
说明: 51单片机中led流水灯的c程序在压缩包中包含c程序和keil工程等等,需要的可自行打开观看(The C program of LED pipelining lamp in 51 single chip computer includes C program and keil project in the compression package. It can be opened and watched by itself if needed.)
- 2020-06-21 06:00:02下载
- 积分:1
-
Map
主要基于百度地图第三方库写的实例可以供开发者参考使用互相交流希望提出更好的意见及建议即时完善其功能
- 2022-09-24 01:00:03下载
- 积分:1
-
四脚蜘蛛机器人
说明: 四足机器人,附代码,3d打印文件,效果图(Quadruped robot, with code, 3D printing file, effect picture)
- 2020-11-27 10:06:28下载
- 积分:1
-
文件传输协议
自己写的FTPSERVER服务器端,用于监听客户端的代码,大家有兴趣可以下载下来看看!有想问这方面的问题可以给我留言!
- 2022-06-16 18:41:40下载
- 积分:1
-
Visual C++/MATLAB图像处理与识别实用案例精选.pdf
Visual C /MATLAB图像处理与识别实用案例精选 胡小锋编着.pdf
- 2021-05-06下载
- 积分:1
-
Serial from the envision source
Serial from the envision source
- 2022-06-02 21:07:48下载
- 积分:1
-
非Com形式 创建 桌面快捷方式 附完整类源码
调用方法: Shortcut sc = new Shortcut(); sc.Path = "目标文件地址"; sc.Arguments = "启动参数"; sc.WorkingDirectory = "启动文件的文件夹"; sc.Description = "描述"; sc.Save("这个快捷方式保存在哪");
- 2013-07-14下载
- 积分:1
-
DrawOfMemory
DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:
int Mult:总共需要显示几类数据
int AllNum:每类数据总的数据量
int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...
COLORREF PenColor:每类数据的画笔的颜色
CWnd *pWnd:需要显示曲线的控件指针
还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined:
int Mult: A total of several types of data to be displayed
int AllNum: total amount of data for each type of data
int Value []: an array of data values , consisting of forms: Data 1 Data 2+ 3+ ...+ data
COLORREF PenColor: brush color for each type of)
- 2014-07-02 10:52:43下载
- 积分:1