- 博客(1)
- 资源 (13)
- 收藏
- 关注
原创 ITU-656 NTSC FRAME DESCRIPTION
http://dl2.youkuaiyun.com/down4/20070628/28084702821.vsd
2007-06-28 08:47:00
602
KeepOutlookRunning2019.rar
基于VS2019ATL做的OutLook2019插件,点击右上角关闭按钮的WM_CLOSE消息被转换成SC_MINIMIZE,防止误关闭OutLook收不到邮件。VS2019编译通过后使用。
2021-09-06
ITU-R BT.656
BT.656 defined the parallel and serial interfaces for transmitting
4:2:2 YCbCr digital video between equipment in studio
and pro-video applications. Active video resolutions are
either 720 x 486 (525/60 video systems) or 720 x 576
(625/50 video systems).
The BT.656 parallel interface uses 8 or 10 bits of multiplexed
YCbCr data and a 27MHz clock (ECL levels are used for the
data and clock signals). Instead of the conventional video
timing signals (HSYNC, VSYNC, and BLANK) also being
transmitted, BT.656 uses unique timing codes embedded
within the video stream. This reduces the number of wires
(and IC pins) required for a BT.656 video interface.
2009-01-12
USB助手(调试USB通信协议的工具) 源码编译出来的可执行文件
好多朋友不知道怎么样编译源代码。编译之前需要安装WIN2K的DDK,还需要根据环境设置好你的工程。这个是我用WIN2K的DDK编译出来的文件(不是源代码)
2009-01-06
USB助手(调试USB通信协议的工具) 源码
驱动器 D 中的卷没有标签。
卷的序列号是 B837-9C57
D:\download\USB助手 源码
2008-12-30 08:44 .
2008-12-30 08:44 ..
2002-10-07 15:21 1,536 ChildFrm.cpp
2002-10-07 15:21 1,397 ChildFrm.h
2002-10-07 15:21 17,103 DevicesDlg.cpp
2002-10-07 15:21 2,330 DevicesDlg.h
2008-12-30 08:44 18 dir list.bat
2008-12-30 08:44 0 dir.txt
2002-10-07 15:21 5,469 Exporter.cpp
2002-10-07 15:21 2,098 Exporter.h
2002-10-07 15:21 4,947 ExportLogDlg.cpp
2002-10-07 15:21 1,712 ExportLogDlg.h
2002-10-07 15:21 6,135 MainFrm.cpp
2002-10-07 15:21 1,894 MainFrm.h
2002-10-07 15:21 2,954 MyMemFile.cpp
2002-10-07 15:21 1,682 MyMemFile.h
2002-10-07 15:21 1,582 ProgressStatusBar.cpp
2002-10-07 15:21 982 ProgressStatusBar.h
2002-10-07 15:21 4,754 ReadMe.txt
2002-10-07 15:21 2,271 ReadmeDlg.cpp
2002-10-07 15:21 1,264 ReadmeDlg.h
2008-12-30 08:41 Res
2002-10-07 15:21 4,735 Resource.h
2002-10-07 15:21 14,777 SetupDIMgr.cpp
2002-10-07 15:21 1,943 SetupDIMgr.h
2002-10-07 15:21 11,745 SnoopyPro.cpp
2002-10-07 15:21 7,277 SnoopyPro.dsp
2002-10-07 15:21 2,704 SnoopyPro.h
2002-10-07 15:21 23,501 SnoopyPro.rc
2002-10-07 15:21 704 SnoopyPro.reg
2008-12-11 19:15 16,773 SnoopyPro.vcproj
2002-10-07 15:21 211 StdAfx.cpp
2002-10-07 15:21 1,212 StdAfx.h
2002-10-07 15:21 57,986 URB.cpp
2002-10-07 15:21 9,642 URB.h
2002-10-07 15:21 3,613 URBLogListBox.cpp
2002-10-07 15:21 1,454 URBLogListBox.h
2002-10-07 15:21 13,776 URBLogListCtrl.cpp
2002-10-07 15:21 3,209 URBLogListCtrl.h
2002-10-07 15:21 3,192 URLStatic.cpp
2002-10-07 15:21 1,285 URLStatic.h
2002-10-07 15:21 11,998 USBLogDoc.cpp
2002-10-07 15:21 2,929 USBLogDoc.h
2002-10-07 15:21 28,721 USBLogView.cpp
2002-10-07 15:21 3,470 USBLogView.h
42 个文件 286,985 字节
3 个目录 12,592,160,768 可用字节
2008-12-30
GSM的AMR语音CODECS
GSM的AMR语音CODECS.
/*----------------------------------------------------------------------------
; GLOBAL FUNCTION DEFINITIONS
----------------------------------------------------------------------------*/
/*
* This function allocates memory for filter structure and initializes state
* memory used by the GSM AMR decoder. This function returns zero. It will
* return negative one if there is an error.
*/
Word16 GSMInitDecode(void **state_data,
Word8 *id);
/*
* AMRDecode steps into the part of the library that decodes the raw data
* speech bits for the decoding process. It returns the address offset of
* the next frame to be decoded.
*/
Word16 AMRDecode(
void *state_data,
enum Frame_Type_3GPP frame_type,
UWord8 *speech_bits_ptr,
Word16 *raw_pcm_buffer,
Word16 input_format
);
/*
* This function resets the state memory used by the GSM AMR decoder. This
* function returns zero. It will return negative one if there is an error.
*/
Word16 Speech_Decode_Frame_reset(void *state_data);
/*
* This function frees up the memory used for the state memory of the
* GSM AMR decoder.
*/
void GSMDecodeFrameExit(void **state_data);
2008-12-26
smartmontools-5.38.rar源代码
Smartmontools是一款监视磁盘健康状况的工具。支持ATA/ATAPI-3 to -7磁盘和SCSI磁盘的检测,支持(Mac OSX)、Linux、FreeBSD、NetBSD、OpenBSD、Solaris、OS/2、eComStation系统下的磁盘检测,当然也支持 Windows操作系统。
它包含smartctl和smartd两个程序模块分别控制和检测存储设备,通过自检,分析报告出磁盘的健康状况。
2008-12-22
ITU-656 NTSC/PAL FRAME DESCRIPTION
ITU-656 NTSC/PAL FRAME DESCRIPTION
Thursday, June 28, 2007
2007-06-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人