-
356435TIFF读写源码
tiff图像的读取与处理,并且说明清新,有很大的帮助。(The reading and processing of the tiff image, and the description of the fresh, is of great help.)
- 2019-04-21 11:52:18下载
- 积分:1
-
DataGrid显示记录数
说明: 能显示DateGrid显示记录数!能继续了解数据绑定的内容!(showing DateGrid records show! Able to understand the data bundled with the content!)
- 2006-01-07 11:43:18下载
- 积分:1
-
test
简单的232-485通信程序!主要是串口跟485之间的通信,起到发送接收然后再另一边显示的功能!(Simple 232-485 communication program!)
- 2012-09-26 19:54:40下载
- 积分:1
-
史上最强T12恒温焊台
史上最强T12 OLED 恒温焊台固件, hex固件相当于可执行文件,刷机即可使用。
压缩包内包括电路原理图,hex固件,使用详细说明书和软件设计思想,不含源代码。
功能包括了目前所有T12焊台的功能,还增加很多独创的功能,使用的方便性和安全性远超市场上目前同类产品。(The strongest T12 OLED Iron station firmware is in history. Hex firmware is equivalent to executable file, and the brush machine can be used.
Including circuit schematics, hex firmware, using detailed instructions and software design ideas, without source code.)
- 2018-08-05 09:23:41下载
- 积分:1
-
giza++win
说明: 德国机器翻译天才Och开发的Giza++开源代码的Windows移植版本,是一个叫Blue Gene的中国人移植的。(German machine translation genius Och development Giza++ Open source code version of Windows transplantation, called Blue Gene is a Chinese who transplantation.)
- 2021-01-25 11:48:37下载
- 积分:1
-
norflash
说明: 在ccs编程环境下工作,是dm6437处理器norflash外设芯片检查的程序(Programming environment to work in the ccs is dm6437 processors norflash peripheral chip inspection procedures)
- 2009-08-31 14:34:19下载
- 积分:1
-
code
说明: 对给定图片求图片中的染色体个数。具体步骤:中值滤波方法,二值化处理,膨胀和腐蚀,开闭运算,求连通区的个数(Of a given picture for the picture of the chromosome number. Concrete steps: median filter method, binarization processing, expansion and corrosion, opening and closing operations, and the number of connected areas)
- 2008-11-26 14:27:43下载
- 积分:1
-
利用接口实现动态加载类以及 Activator.CreateInstance用法示例
接口机制实现动态加载类,其中包含 Activator.CreateInstance基本用法示例,有反射的味道
- 2013-01-06下载
- 积分:1
-
stm32飞控
很不错的飞控
float q0 = 1, q1 = 0, q2 = 0, q3 = 0; // quaternion elements representing the estimated orientation
float exInt = 0, eyInt = 0, ezInt = 0; // scaled integral error
void IMUupdate(T_int16_xyz *gyr, T_int16_xyz *acc, T_float_angle *angle)
{
float ax = acc->X,ay = acc->Y,az = acc->Z;
float gx = gyr->X,gy = gyr->Y,gz = gyr->Z;
float norm;
// float hx, hy, hz, bx, bz;
float vx, vy, vz;// wx, wy, wz;
float ex, ey, ez;
// ???????????
float q0q0 = q0*q0;
float q0q1 = q0*q1;
float q0q2 = q0*q2;
// float q0q3 = q0*q3;
float q1q1 = q1*q1;
// float q1q2 = q1*q2;
float q1q3 = q1*q3;
float q2q2 = q2*q2;
float q2q3 = q2*q3;
float q3q3 = q3*q3;
if(ax*ay*az==0)
- 2022-02-28 17:16:50下载
- 积分:1
-
CSharp-DriverBackup
windows 驱动备份, 采用c sharp开发.(windows driver backup, using c sharp development.)
- 2014-10-04 16:56:04下载
- 积分:1