搜索资源列表
插入算法完整实现
- 该程序关键在于Shell sort的实现: 缩小增量排序法 取整数d1,将所有距离为d1的倍数的元素为1组,在各组内排序。(每组内部插入排序) 取d2<d1,同样排序 依次下去,直到di=1-Sort algrithms of insertion method.
S3C44B0X例子程序2
- 1. beep -- PWM测试 为 ADS1.2 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后在57600的超级终端里按PC机键盘的“+”“-” 按键,可以听到BUZZ增大减小的声音。 2. key -- 按键测试 为 SDT2.51 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后按FS44B0X上的按键key1 key2 key3 key4 相应的发光二极管亮 3 keyint -- 按键中断测试 该项目在SDT2.51下编
xyyyxtv1.1
- 心愿音乐系统1.1 测试结果 采用风声无组件上传,可以上传 2m以下的文件 这个可能跟网速有关系,我测试上传4k/秒 有其他根好上传组件和好的建议方法请跟我联系 http://bbs.lt52.com/ qq:112934475 1内核采用风声无组件上传类 v2.0 2代码容易维护采用Macromedia Dreamweaver MX软件编写 一 文件说明 conn.asp 连接数据库,第一次使用修改数据库名称 index
D1.1.2
- This the derivables describing WINNER PHASE 2-This is the derivables describing WINNER PHASE 2
P802_11p_D1_1_262
- IEEE P802.11p™ /D1.1,January 2005
1
- 开机时,显示“0, 第一次按下时,显示“D1”;第二次按下时,显示“D1D2”;第三按下时,显示“D1D2D3”,8个全显示完毕,再按下按键下时,给出“嘀”提示音。-Turned on, displays " 0, for the first time pressed, the display" D1 " second time pressed, the display" D1D2 " the third press, the display
1
- 开机时,显示“0“ 第一次按下时,显示“D1”;第二次按下时,显示“D1D2”;第三按下时,显示“D1D2D3”,8个全显示完毕,再按下按键下时,给出“嘀”提示音。 -Boot, showing " 0" for the first time pressed, the display " D1" second time pressed, the display " D1D2" the third press, the display
09.-MPEG2-D1-Loopback-Demo
- 实现1路D1格式视频DSP端采集、MPEG2编码、MPEG2解码和视频输出回放显示。 -Way to achieve a D1-format video DSP-side collection, MPEG2 encoding, MPEG2 decoding and playback of video output display.
08.-JPEG-D1-Network-Demo
- 实现1路D1格式视频DSP端采集、JPEG编码、JPEG解码和视频输出回放显示,并通过LAN上传PC,在PC上通过IE浏览。-Way to achieve a D1-format video DSP-side collection, JPEG encoding, JPEG decoding and playback of video output display, and upload a LAN PC, the PC via IE browser.
07.-JPEG-D1-Loopback-Demo
- 实现1路D1格式视频DSP端采集、jpeg编解码及回放显示。-Way to achieve a D1-format video DSP-side collection, jpeg codec and playback display.
05.-H.264-D1-Loopback-Demo_v2.0
- 实现1路D1格式视频DSP端采集、h.264 v2.0编码、h.264 v2.0解码和视频输出回放显示。 -Way to achieve a D1-format video DSP-side collection, h.264 v2.0 encoding, h.264 v2.0 decoding and playback of video output display.
scm_05-07-2006
- WINNER II Channel Models, D1.1.2 V1.2, IST-4-027756 WINNER II Deliverable, Feb. 4th 2008.
scm-05-07-2006
- WINNER II Channel Models, D1.1.2 V1.2, IST-4-027756 WINNER II Deliverable
SCM2006
- SCM WINNER II Channel Models, D1.1.2 V1.2, IST-4-027756 WINNER II Deliverable
1
- 用外部中断输入引脚RB0/INT接收连接在该引脚上的按键信息。每检测到一次按键就对8位计数器COUNT 加1,将COUNT的值直接送给8个发光二极管显示。 单片机复位后,COUNT的初始值为二进制数00000000B,对应的8只发光二极管都不亮。当按键RB0/INT被按下时,COUNT的值加1,发光二极管D0点亮,以表示二进制数00000001B。然后松开按键之后,如果再次按下RB0/INT时,COUNT的值加1,发光二极管D1点亮,以表示二进制数00000010B……,以此类推。通过观测
oscope-1.5.tar
- c语言编写 示波器模拟软件, 具体看英文介绍。- This is an oscilloscope program written in c using the XForms library. It uses the PC s parallel port for data input. The way it s done is as follows: first data bit 1 is set to 1 then to 0 to enable the a-to-d
ganzhiqi2
- 3、单计算节点感知器,3个输入。给定3对训练样本对如下所示: X1 = (1,-2,0,-1) ,d1 =-1;X2 = (0,1.5,-0.5,-1),d2 = - 1;X3 = (-1,1,0.5,-1),d3 =1; 设初始权向量W(0)=(0.5,1,-1,0.5),2η=0.1。注意,x第四列为阈值恒等于-1,权向量中第后个分量为阈值,试根据以上学习规则训练该感知器。 -3, a single compute node sensor, three inputs. Given
D1.1.2
- 根据相关固定参数,场景布置参数以及以往信道参数生成新的信道参数-According to the relevant fixed parameters, scene layout parameters and previous channel parameters to generate a new channel parameters
filter2
- 本实验完成加权均值滤波,其原理如下: 设采集到的数据按节拍输入,依次表示为d0,d1,d2,d3,d4,…,则输出依次为 do= d0*1/4+d1*1/2+d2*1/4 do= d1*1/4+d2*1/2+d3*1/4 … 假设采集到的数据为8位unsigned,输出do只保留整数。-This experiment is completed weighted mean filter, which works as follows: Set data collected
BLE-CC254x-1.3.2-ThreePassthrough
- CC2540 BLE Stack一对三透传 使用说明: 实验的数据必须以“FE”为帧头才是有效命令或数据,如: 命令格式: 扫描命令: FE A1 00 显示命令: FE A2 00 连接命令: FE C1 00 (C1\C2\C3分别对应3个设备) 断开命令: FE D1 00 (D1\D2\D3分别对应3个设备) 数据格式: 发送一号设备: FE B1 04 XX XX XX XX 发送二号设备: FE B2 04 XX XX XX