搜索结果

找到约 569 项符合 W-EXT 的查询结果

单片机开发 //实验板的AVR程序

//实验板的AVR程序,驱动1602LCM(可显示2行,每行16个字符)模块显示实验练习。 //说明:RS高显示/低指令输入 RW高读/低写 EN高读数据/下降沿写数据 //具体电路可参照使用指南里的说明。每个字符为5×7或5×8的点阵,共16×2个字符。 //使用器件:ATMEGA8535,可更换。 使用默认的片内RC振荡器,1MHz。 //接 ...
https://www.eeworm.com/dl/648/435245.html
下载: 136
查看: 1045

Linux/Unix编程 formations dla robo zczytujace formacje z pliku tekstowego o tej samej nazwie co zrodlowy. Formacje

formations dla robo zczytujace formacje z pliku tekstowego o tej samej nazwie co zrodlowy. Formacje zapisane sa w formie wspolrzednych poszczegolnych zawodnikow
https://www.eeworm.com/dl/619/436579.html
下载: 106
查看: 1067

文章/文档 java program Webmaster will activate your member account after checking your files. If you do not w

java program Webmaster will activate your member account after checking your files. If you do not want to upload source code, you can join the [VIP member] to activate your account.
https://www.eeworm.com/dl/652/439222.html
下载: 20
查看: 1043

数值算法/人工智能 实现RLS的matlab程序

实现RLS的matlab程序,并绘出了w随n变换的曲线
https://www.eeworm.com/dl/518/444217.html
下载: 84
查看: 1037

通讯编程文档 WALSH CODES AND THEIR DERIVATIVES - INTRODUCTION - WALSH FUNCTIONS DEFINITION AND PROPERTIES - W

WALSH CODES AND THEIR DERIVATIVES - INTRODUCTION - WALSH FUNCTIONS DEFINITION AND PROPERTIES - WALSH FUNCTION GENERATING - WALSH FUNCTIONS USED WITHIN THE IS-95 SYSTEM - WALSH FUNCTIONS USED WITHIN THE CDMA2000 SYSTEM
https://www.eeworm.com/dl/646/448892.html
下载: 43
查看: 1052

Java书籍 Ext2 核心 API 中文详解 有比较详细的Ext2 的说明

Ext2 核心 API 中文详解 有比较详细的Ext2 的说明,适合有一定Ext经验的开发人员
https://www.eeworm.com/dl/656/450571.html
下载: 55
查看: 1050

USB编程 This project attempts to stream high-speed ADC (or other digital) samples into a computer equipped w

This project attempts to stream high-speed ADC (or other digital) samples into a computer equipped with USB 2.0 CY3681FX2 AD9245
https://www.eeworm.com/dl/643/451309.html
下载: 79
查看: 1053

Linux/Unix编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式

//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move ...
https://www.eeworm.com/dl/619/451811.html
下载: 91
查看: 1018

Linux/Unix编程 width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) cu

width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) current_frame_list = gdk_pixbuf_animation_get_frames(ani) pixmap = gdk_pixmap_new(w->window, width, height, -1) clean_pixmap = gdk_pixmap_new(w->window, width, height, -1) if (w->style->bg_pixmap ...
https://www.eeworm.com/dl/619/451815.html
下载: 76
查看: 1028

数学计算 The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg

The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order ...
https://www.eeworm.com/dl/641/453195.html
下载: 198
查看: 1087