-
STM32_SerialDemo
STM32串口,基于stm32开发板实现的串口通信程序。(STM32 serial demo)
- 2016-07-19 20:20:56下载
- 积分:1
-
oofem-1.7.tar
c++的有限元源码,带说明书和测试数据,是难得的有限元开发资料.(This is the code of finite element method, with manual document and data samples, it is valusble for FEM development)
- 2009-04-25 13:59:51下载
- 积分:1
-
CRC校验(modbus)
/CRC16_MODBUS:多项式x16 x15 x5 1(0x8005),初始值0xFFFF,低位在前,高位在后,结果与0x0000异或unsigned short do_crc(unsigned char *ptr, int len) { unsigned int i; unsigned short crc = 0xFFFF; //crc16位寄存器初始值 while(len--) { crc ^= *ptr ; for (i = 0; i > 1) ^ 0xA001; //多项式 POLY(0x8005)的高低位交换值,这是由于其模型的一些参数决定的 else crc = (crc >> 1); } } return crc; }
- 2021-05-06下载
- 积分:1
-
TCP
一个简单的TCP聊天程序,使用winsock api实现。(A simple TCP chat program)
- 2010-03-14 14:26:44下载
- 积分:1
-
12864
12864实验例子代码 hex文件 c语言 汇编语言(12864 Experimental Example Code hex file c language assembly language)
- 2016-06-08 16:54:48下载
- 积分:1
-
radon 变换,用C++编的,是一个外国教授编的
radon 变换,用C++编的,是一个外国教授编的-radon transform, the C series is a series of the foreign professors
- 2023-08-16 20:55:04下载
- 积分:1
-
turbo c计算机动画
小球在斜坡上移动的动画,turbo c平台。计算机运行良好,可用记事本打开查看算法。仅需更改图形驱动语句。其中使用了cleardevice(),putimage()等语句,属于最为初级基本的计算机2D动画
- 2022-05-06 15:28:41下载
- 积分:1
-
Reporter
绘图 c# 绘制饼图 柱状图 折线图 只需很简单的调用即可 属性可以随意设置(C#)
- 2009-09-09 14:16:42下载
- 积分:1
-
ExportHomeWork
程序包含了三层结构和Excel导出功能,可以快速的了解三层结构。(Program includes a three-tier structure and Excel export functions, you can quickly understand the three-tier structure.)
- 2011-10-09 10:17:24下载
- 积分:1
-
MyOnce
一个OPENGL演示的例子,例子中的场景包含运动的云、流动的水、室外山地、雾状效果以及灯光效果,而且该例子是一个标准的OPENGL框架。(a demonstration of OpenGL examples, examples include scenes of cloud movement, the movement of water, outdoor mountain mist effects, and lighting effects, but the example is a standard OpenGL framework.)
- 2021-01-25 21:58:42下载
- 积分:1