搜索结果
找到约 569 项符合
W-EXT 的查询结果
单片机开发 //实验板的AVR程序
//实验板的AVR程序,驱动1602LCM(可显示2行,每行16个字符)模块显示实验练习。
//说明:RS高显示/低指令输入 RW高读/低写 EN高读数据/下降沿写数据
//具体电路可参照使用指南里的说明。每个字符为5×7或5×8的点阵,共16×2个字符。
//使用器件:ATMEGA8535,可更换。 使用默认的片内RC振荡器,1MHz。
//接 ...
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
文章/文档 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.
数值算法/人工智能 实现RLS的matlab程序
实现RLS的matlab程序,并绘出了w随n变换的曲线
通讯编程文档 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
Java书籍 Ext2 核心 API 中文详解 有比较详细的Ext2 的说明
Ext2 核心 API 中文详解 有比较详细的Ext2 的说明,适合有一定Ext经验的开发人员
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
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 ...
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 ...
数学计算 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
...