-
计算器实现
实现一个简单的计算加减乘除功能,能进行连接式计算。
- 2022-03-23 07:00:52下载
- 积分:1
-
boil
说明: fluent官方教程:蒸发冷凝模型(Lee model)-udf(fluent tutorial: Lee model-udf)
- 2021-03-13 14:19:24下载
- 积分:1
-
MFCDraw
MFC 画图程序
包括了所有画图的功能!
里面包括了源代码,相当好用!(MFC Paint program to include all the functions of drawing! Which includes source code, very easy to use!)
- 2020-11-19 10:09:37下载
- 积分:1
-
Duaoller
说明: 双DSP与FPGA的发电机控制器的设计Dual DSP and FPGA design generator controller(Dual DSP and FPGA design generator controller)
- 2011-03-23 20:47:48下载
- 积分:1
-
DataManage
基于supermap的二次开发,数据管理功能强大,除了地图的基本操作还有文件操作(Data Management is a powerful addition to the basic operation of the map file operations based on the secondary development of supermap)
- 2020-07-03 20:00:01下载
- 积分:1
-
B18
E:Visual_C__MFC扩展编程实例 例18
动态地抓取应用程序的屏幕图像并将其打印。
上一个实例打印的是文档的报表,而不是当前出现在屏幕上的内容。在本例中,将实现
屏幕抓取并打印其内容。M F C 为打印视提供了有限的支持, 但只要用M F C 在
C Vi e w : : O n D r a w ( )中所提供的设备环境,就可以绘制自己的视。在打印视的时候, M F C只需调
用具备打印机设备环境的O n D r a w ( )函数即可。但是,如果不绘制自己的视,例如,用一个或
者一个以上的控件窗口填充自己的视就不会打印任何东西。每个控件将使用自己的设备环境
将自己打印到屏幕,因此打印视的唯一途径就是抓取屏幕(拷贝其内容到一个位图对象)并将其
打印到打印机。由于该功能整个与位图相关,因此将该功能封装到了位图类中。(E : Visual_C__MFC expand programming examples cases 18 crawls dynamic application's screen images and their Print. Print example, a document is a statement, rather than the current appeared on the screen content. In this case, to achieve the screen crawls and print its contents. M F C Print, as provided limited support, but as long as M F C in C Vi e w : : O r a n D. w (), which provided the equipment environment, we can draw our own consideration. In Print, as when M F C only with the printer device called the environment O D r a n w () function can be. However, if we do not draw their attention, for example, or one with a control over their windows filled as it will not print anything. Controls will use their own equipment to their environment to Print Screen, Therefore, as Print i)
- 2007-05-19 19:40:37下载
- 积分:1
-
TXT文件转obj文件
根据3dmax导出的obj格式,将 txt文件的内容以 obj的格式储存,然后在3dmax显示。首先 读入txt文件的内容,然后依次写入obj文件里面
- 2023-04-05 02:20:03下载
- 积分:1
-
tcp ip DATA 用VS。NET的例子
tcp ip DATA 用VS。NET的例子-tcp ip with VS.NET example
- 2022-02-02 04:32:55下载
- 积分:1
-
ADXL345模块
#include "adxl345.h"
#include "main.h"
#include "myiic.h"
#include "math.h"
#include "main.h"
#include
#include "stm32f1xx_hal_uart.h"
#include "usart.h"
void ADXL345_write(u8 addr, u8 data)
{
IIC_Start();
IIC_Send_Byte(ADXL_WRITE);
IIC_Wait_Ack();
IIC_Send_Byte(addr);
IIC_Wait_Ack();
IIC_Send_Byte(data);
IIC_Wait_Ack();
IIC_Stop();
HAL_Delay(10);
}
u8 ADXL345_read(u8 addr)
{
u8 d = 0;
IIC_Start();
IIC_Send_Byte(ADXL_WRITE);
IIC_Wait_Ack();
IIC_Send_Byte(addr);
IIC_Wait_Ack();
II
- 2022-05-28 01:28:24下载
- 积分:1
-
CS1
this is a webCam code
- 2013-04-12 23:40:58下载
- 积分:1