-
test.c
SAMPLE C CODE
It print hello word
- 2014-09-24 11:41:49下载
- 积分:1
-
xiaobaishu
参加数学建模的同学很可能会遇到这套题。本程序采用链表进行编写,很方便地解决了小白鼠问题。(Mathematical modeling of the students participating are likely to encounter this question, the program uses the list to solve the problem of mice, very convenient.)
- 2013-08-29 16:09:43下载
- 积分:1
-
贪吃蛇小游戏
#include "stdafx.h"#include #include #include #include #include #include "snake.h"int score = 0;//分数初始值int gamespeed = 100;//蛇运行速度/*函数声明区*/void Init();//图形初始化void Close();//关闭图形void Game_interface();//游戏界面void GameOver();//游戏结束void GamePlay();//运行游戏void PrintScore();//输出分数
- 2022-02-20 05:54:52下载
- 积分:1
-
STM32 下 FREEMODUBUS 移植
STM32下 FREEMODUBUS 移植,希望对您有帮助!
- 2023-04-30 23:05:10下载
- 积分:1
-
use_ads_code
一个用ATSAM7S64的例子,初学者可以(A used ATSAM7S64 example, beginners can)
- 2007-10-14 22:19:52下载
- 积分:1
-
demo-of-ZigBee2004-stack
cc2430无线射频模块(基于ZigBee2006)的2004协议栈的演示程序和使用说明,刚开始学习或接触ZigBee的朋友可以借此来学习。(cc2430 RF module (based on ZigBee2006) of the 2004 protocol stack demo program and instructions for use, just learning or exposure to ZigBee' s friends can learn.)
- 2011-05-08 22:26:24下载
- 积分:1
-
4.3
主要用途是对抗多径衰落。由于多径衰落的存在,使得同一个帧由于路径不同,到达用户端的时延有先有后。在相关的频域上的会造成子载波之间的相互干扰,影响 性能。另外,由于有了循环前缀,使得IFFT FFT操作把原来的线性卷积变成循环卷积,大大简化了相应的信号处理复杂度(The main purpose is to fight against multipath fading. Due to the presence of multipath fading, the first after they have the same frame different paths to reach the client delay. Would cause mutual interference between sub-carriers in the frequency domain, affecting performance. In addition, thanks to the cyclic prefix, so IFFT FFT operation to the linear convolution of the original into a circular convolution, greatly simplifying the corresponding signal processing complexity)
- 2012-08-24 15:17:41下载
- 积分:1
-
LEIDA
常见激光雷达的重要原理 常见军用激光雷达的重要原理 激光(The principle of lidar)
- 2011-12-22 14:19:00下载
- 积分:1
-
dpPlin-master
本源程序是MC9S08EL32的单片机和VPC3芯片来实现DP从站开发的源程序;(The source code is MC9S08EL32 microcontroller and VPC3 DP slave chip to achieve development of the source )
- 2014-02-27 09:47:17下载
- 积分:1
-
矩阵链乘算法
说明: 距阵链乘问题:
找出矩阵链乘A(35*40) A(40*20) A(20*10)
A(10*15)的最佳相乘次序。
算法来自:计算机算法导引(matrix chain by : identify matrix chain by A (35* 40) A (40* 20) A (20* 10) A (10* 15) concludes the best order. Algorithm from : computer algorithm Seeker)
- 2005-11-17 09:23:42下载
- 积分:1