-
利用ikv类库,实现心脏的三维重建,值得一看!
利用ikv类库,实现心脏的三维重建,值得一看!-ikv library use and achieve the three-dimensional reconstruction of the heart, an eye-catcher!
- 2022-08-16 14:00:53下载
- 积分:1
-
Visual C wavelet transform technology and engineering practice matching CD
Visual C++ 小波变换技术与工程实践的配套光盘,是学习实践小波变换编程的好程序-Visual C wavelet transform technology and engineering practice matching CD-ROM, is to study and practice the wavelet transform of good programming procedures
- 2023-04-16 10:10:09下载
- 积分:1
-
说明:C语言课程设计作品 功能:仿Windows的自带计算器 环境:DOS 大小:800多行 特色:图形界面,支持鼠标,算法稍有复杂...
说明:C语言课程设计作品 功能:仿Windows的自带计算器 环境:DOS 大小:800多行 特色:图形界面,支持鼠标,算法稍有复杂 -: C language curriculum design works functions : imitation of the Windows environment, bringing their calculators : DOS Size : over 800 firms characteristics : a graphical interface, mouse support, complex algorithm slightly
- 2022-08-14 20:43:11下载
- 积分:1
-
java下的菜单和布局
java下的菜单和布局-the menu and layout
- 2022-03-30 12:10:04下载
- 积分:1
-
jpeg2000压缩算法,C编写
jpeg2000压缩算法,C编写-JPEG2000 compression algorithm, C preparation
- 2022-04-19 19:49:47下载
- 积分:1
-
JPEG2000 part9源代码,在unix 环境下运行
JPEG2000 part9源代码,在unix 环境下运行-JPEG2000 part9 source code, the Unix operating environment
- 2023-01-02 15:20:07下载
- 积分:1
-
用VC开发的Protel,可绘制用于电路图
用VC开发的Protel,可绘制用于电路图-VC Protel development, the circuit can be used for mapping
- 2023-04-10 11:55:03下载
- 积分:1
-
dct.pdf formula described in a very classic, but a section of source code has so...
dct.pdf中介绍的公式非常经典,但其中的一段源程序有一些错误,但在C文件dctmatrix.c有了修正。
dctmatrix.c给出了如何定标DCT系数。
dctmatrix.c中,FIX_DCTMTX_2[Rows][Columns]采用Q11定标,FIX_DCTMTX采用Q15定标。
DCTMTX_2[Rows][Columns]*2=DCTMTX[Rows][Columns]-dct.pdf formula described in a very classic, but a section of source code has some mistakes, but in C has been amended dctmatrix.c document. How dctmatrix.c given DCT coefficient calibration. dctmatrix.c in, FIX_DCTMTX_2 [Rows] [Columns] using Q11 calibration, FIX_DCTMTX calibration using Q15. DCTMTX_2 [Rows] [Columns]* 2 = DCTMTX [Rows] [Columns]
- 2022-05-18 22:59:44下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
体积阴影例子程序和源代码,包括Quake3等文件的加载代码。
体积阴影例子程序和源代码,包括Quake3等文件的加载代码。-shadow volume procedures and examples of source code, including Quake and other documents loading code.
- 2022-01-30 23:34:12下载
- 积分:1