-
ExpressCMS.net(.net2.0PXML)
ExpressCMS.net,一个国外作者的作品,采用.net2.0+XML架构开发。现在已经绝版了,可供有意的朋友参考。(ExpressCMS.net, a foreign author s work, using. Net2.0+ XML architecture development. Now out of print, available for intentional reference to a friend.)
- 2013-08-10 16:01:39下载
- 积分:1
-
MicroMouse_高级实验
【实例简介】MicroMouse_高级实验
- 2021-12-01 00:46:55下载
- 积分:1
-
cPP_opengl_yibiao
c++开发的OpenGl程序,一个简单的电流表指示模型应用,能实现电流表指针的左右摆动等功能(The c++ written OpenGl program, a simple ammeter instructions application model, can realize the ammeter pointer swings around etc. Function
)
- 2011-10-28 15:57:29下载
- 积分:1
-
V788d3
中兴手机v788d改cpn通过cpn改IMEI(change v788d cpn)
- 2014-01-16 15:17:02下载
- 积分:1
-
7.GDIhuitu
本实验要求利用GDI绘图相关知识,绘制广州地铁线路图。该实验我建立的是MFC工程的基本对话框程序。当点击对话框上的按钮时,便会出现地铁线路图。因此,显示地铁图的相关代码添加在该按钮通过消息映射对应的函数内。
(The dialog box procedure. When you click the button on the dialog box will appear when the MRT. Therefore, the metro map display-related code to add the button to pass the message map in the corresponding function. )
- 2010-07-14 15:57:48下载
- 积分:1
-
统计单词个数
给定一个文本,统计里面出现次数最多的三个单词及频数
- 2022-04-07 10:55:05下载
- 积分:1
-
TrAdaBoost c语言
tradaboost算法的源码,用c语言写的。来自香港科技大学杨强的一篇文章
。
- 2023-06-10 09:05:04下载
- 积分:1
-
diancizhang
电磁场与电磁波第四版的答案,比较详细,有用(Electromagnetic field and wave the fourth edition of the answer, more detailed, useful)
- 2014-10-07 16:38:20下载
- 积分: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
-
Morph
用Visual C++实现基于数学形态学的数字图像处理,包括二值图像的腐蚀,膨胀,开,闭,细化及中轴变换等运算.(Visual C++ using mathematical morphology-based digital image processing, including binary image erosion and dilation, opening, closing, thinning, and the central axis transform operations.)
- 2011-11-08 16:34:42下载
- 积分:1