-
zuiyouhuasuanfa
包括牛顿法,阻尼牛顿法,变尺度算法,最速下降法的优化算法程序。(Newton' s method, damped Newton method, variable metric algorithm, the steepest descent method optimization algorithm.)
- 2013-03-24 15:51:53下载
- 积分:1
-
xjhn
VS2010做完用户、角色、权限后的代码,SQL数据库。界面挺漂亮。BS三层架构(The VS2010 finished code, SQL database users, roles, permissions. Interface pretty)
- 2012-10-30 18:20:57下载
- 积分:1
-
cyrus-imapd-2.3.14.tar
POP/IMAP implementation
- 2009-11-19 13:11:35下载
- 积分:1
-
address_book
让一个地址簿,包括ID、名称、
电话号码、地址和公司。
可以插入、显示、搜索和删除。(make an address book,include ID,Name,
Phone number,Address and company number.
can Insert,Display,Search and Delete.)
- 2012-12-31 22:49:58下载
- 积分: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
-
Program for calculating slope and mid-point
Program for calculating slope and mid-point
(GUI)
- 2023-03-28 07:20:05下载
- 积分:1
-
arduino ESP32 模块蓝牙通讯
arduino ESP32 模块蓝牙通讯示例
(1)建立蓝牙服务器
(2)广播
(3)扫描周边蓝牙设备
(4)配对管理
(5)建立串口通讯,及数据传输管理(Arduino ESP32 module Bluetooth communication example
(1) Establish a Bluetooth server
(2) Broadcasting
(3) Scanning peripheral Bluetooth devices
(4) Pairing management
(5) Establish serial communication and data transmission management)
- 2020-06-19 12:40:02下载
- 积分:1
-
sybase client
sybase客户端api,dblib的.net 2005 c++,包装成数据提供者,返回结果成datatable-sybase client
- 2022-01-31 19:27:14下载
- 积分:1
-
关于图像处理,彩色图像转化成黑白图像的算法
关于图像处理,彩色图像转化成黑白图像的算法-on image processing, color images into black-and-white image algorithm
- 2022-02-28 18:05:26下载
- 积分:1
-
ceju
超声波模块测距驱动软件,可是现实实际距离精度高(The ultrasonic modules ranging driver software, but the reality of the actual distance and high precision)
- 2013-01-17 21:13:06下载
- 积分:1