搜索结果

找到约 796 项符合 Android-w 的查询结果

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

VC书籍 Microsoft Visual C++ is a programming environment used to create applications for the Microsoft W

Microsoft Visual C++ is a programming environment used to create applications for the Microsoft Windows operating systems . To use this ebook , you must have installed either Microsoft Visual C++ 6.0 or Microsoft Visual Studio 6.0.
https://www.eeworm.com/dl/686/454258.html
下载: 77
查看: 1039

Java编程 This is the project README file. Here, you should describe your project. Tell the reader (someone w

This is the project README file. Here, you should describe your project. Tell the reader (someone who does not know anything about this project) all he/she needs to know. The comments should usually include at least:
https://www.eeworm.com/dl/633/455875.html
下载: 92
查看: 1059

其他 NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vect

NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid or some other functio ...
https://www.eeworm.com/dl/534/458769.html
下载: 84
查看: 1038

汇编语言 本程序实现算术平均值滤波(采样值为8位

本程序实现算术平均值滤波(采样值为8位,连续采样数目小于256) 入口参数:采样值数据块首地址在SADR中,连续采样数在W中 出口参数:滤波值在SOU中.
https://www.eeworm.com/dl/644/461761.html
下载: 35
查看: 1222

VC书籍 C程序设计语言(第二版

C程序设计语言(第二版,中文版,B.W.Kernighan、D.M.Ritchie 著)
https://www.eeworm.com/dl/686/462445.html
下载: 199
查看: 1026

单片机开发 C05_LCD

C05_LCD,LCD的DB0-7,RS,R/W,E与MCU的普通I/O口引脚连接,MCU的串口与PC方的串口相连,MCU接收PC发来的32个字符,并送LCD显示
https://www.eeworm.com/dl/648/463581.html
下载: 109
查看: 1028

3G开发 分布式异步传感器无源定位中

分布式异步传感器无源定位中,使用窗口函数为w,定位估计的CRLB
https://www.eeworm.com/dl/701/466900.html
下载: 145
查看: 1020