-
base2fft
定点基2-FFT及执行时间测试代码。可以手工输入数据,也可以从文件读入。
文档中含有测试说明和代码。(sentinel-2-FFT execution time and test code. Can manually input data, but also from the file into. Documents containing descriptions and test code.)
- 2007-04-11 22:31:41下载
- 积分:1
-
LCD
stm32液晶屏代码,通过按键使液晶屏显示的内容上下左右移动(Stm32 LCD code, through the buttons to make the content of the LCD display top to bottom and move around)
- 2015-05-17 22:29:03下载
- 积分:1
-
C# 模拟Windows CMD Ping命令
C# 模拟Windows CMD Ping命令,这个Ping和Windows中的控制台Ping命令几乎一样,如果用户没有输入任何参数则给出提示,初始化一个ICMP类型的Socket,用户提供了主机名和循环参数(开关,“/r”),调用 PingHost 方法并将主机名作为参数传递给它,如果用户还提供了其他的参数则忽略,取得报文内容,转化为字节数组,然后计算报文的长度。
在校验和算法方面,把ICMP报头二进制数据以2字节为单位累加起来,若ICMP报头为奇数个字节,会剩下最后一字节。把最后一个字节视为一个2字节数据的高字节,这个2字节数据的低字节为0,继续累加。。
- 2023-05-08 16:20:03下载
- 积分:1
-
贪吃蛇
#include
#include
#include
#include
#include
class tan
{
public:
tan()
{
int x,y;
int i=0,j=0;
foodx=1;
foody=1;
for(;iper=head;
head->per=NULL;
last->next=NULL;
for(x=10,y=10;y
- 2022-06-13 06:04:15下载
- 积分:1
-
kalman
kalman 卡尔曼滤波C代码 用于滤除高斯白噪声的滤波 测试真是可用。(The kalman Kalman filter C code for filtered white Gaussian noise filtering test is really available.)
- 2020-12-01 21:09:26下载
- 积分:1
-
策略模式-商场管理软件02加打折
说明: 学习C#的一个很好的demo,可以学习到很多的基础编程技巧,期待大家的学习成果!(Learning a good demo of C#, you can learn a lot of basic programming skills, look forward to your learning results!)
- 2020-06-24 07:20:02下载
- 积分:1
-
永磁同步电机运行程序代码
永磁同步电机运行程序代码,KCURRENT .set 1383H ;??ipuQ12 !"#?19.5 Q8$%
PWMPRD .set 600 ;&’()*+60us/(2*50ns)
VMIN .set 0EC00H ;?,-./0-1.25 pu,Q12
VMAX .set 1400H ;?,-1/01.25 pu,Q12
ISMAX .set 1199H ;???-1/04.51A(10%2?+),Q12
ISQREFINIT .set 01000H ;isqref3+4.1A(Q12) (1000H = IBASE)
KENCODER .set 3 ;?/4?
ENCPULSES .set 4096 ;56*7!89?(1024*4)
KSPEED .set 0BE7H ;:89?!";??#?,11.9 Q8$%
SPEEDSTEP28 .set 28 ;???@
.bss T1_PERIODS,1 ;T1&’+ Q5$%
.bss KI,1 ;??AB#?
.bss KPI,1 ;??CD#
- 2022-03-29 21:53:52下载
- 积分:1
-
ET2812_Ethernet0707ok
DSP2812 ENC28J60 ETHERNET TCP,UDP,IP,ICMP,ARP,NET
- 2015-01-26 00:02:00下载
- 积分:1
-
GLOBAL_1
说明: C语言开发一般都用sourceinsight开发,推荐一个常用的配置,修改了很多快捷键,加入了vim的一些特性(source insight configuration)
- 2020-06-18 04:20:02下载
- 积分:1
-
any_ptr
说明: 一个类型安全的通用指针
智能指针的any_ptr可以指向任何类型的对象,提供类型安全的访问。(A Type-safe Generic Pointer
)
- 2011-02-20 22:27:54下载
- 积分:1