搜索结果

找到约 623 项符合 multi-Line 的查询结果

文章/文档 We obtained the energy transport velocity distribution for a three dimensional ideal cloak explicit

We obtained the energy transport velocity distribution for a three dimensional ideal cloak explicitly. Near the operation frequency, the energy transport velocity has rather peculiar distribution. The velocity along a line joining the origin of the cloak is a constant, while the velocity approaches ...
https://www.eeworm.com/dl/652/421412.html
下载: 33
查看: 1051

其他 This program demonstrates how to draw lines in a picture box using the GDI, controlling background c

This program demonstrates how to draw lines in a picture box using the GDI, controlling background color and line color. It also includes a simple animation using a timer.
https://www.eeworm.com/dl/534/422727.html
下载: 95
查看: 1077

微处理器开发 200-MHz ARM920T Processor &#8226 16-kbyte Instruction Cache &#8226 16-kbyte Data Cache &#8226

200-MHz ARM920T Processor &#8226 16-kbyte Instruction Cache &#8226 16-kbyte Data Cache &#8226 Linux&reg , Microsoft&reg Windows&reg CE-enabled MMU &#8226 100-MHz System Bus &#8226 MaverickCrunch&#8482 Math Engine &#8226 Floating Point, Integer, and Signal Processing Instructions &#8226 Opt ...
https://www.eeworm.com/dl/655/424793.html
下载: 34
查看: 1047

Java编程 Program Description: The program asks the user to choice from the menu an option

Program Description: The program asks the user to choice from the menu an option A. Check to see if a number is prime. B. Count the number of vowels in a line. X. Exit the program.
https://www.eeworm.com/dl/633/424901.html
下载: 80
查看: 1047

通讯编程文档 The future satellite communication systems are re- quired to support the higher transmission data r

The future satellite communication systems are re- quired to support the higher transmission data rate for providing the multimedia services by employing the e铿僣ient modulation method such as multi-level QAM.
https://www.eeworm.com/dl/646/428886.html
下载: 81
查看: 1070

数学计算 A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is

A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P. One way to visualize a convex hull is to put a "rubber band" around all the points, and let it wr ...
https://www.eeworm.com/dl/641/429860.html
下载: 112
查看: 1077

其他书籍 ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no

ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no per-unit royalties) with source-level con?guration tools that would enable embedded developers to scale their RTOS from hundreds of bytes to hundreds of kilobytes without needing to manu- all ...
https://www.eeworm.com/dl/542/431069.html
下载: 50
查看: 1073

其他书籍 this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, m

this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, multi tree, graphs, sorting, hashing, data compression.
https://www.eeworm.com/dl/542/445678.html
下载: 196
查看: 1030

教育系统应用 Migma intends to help teachers to get several different multiple-choice exams based on the user?s or

Migma intends to help teachers to get several different multiple-choice exams based on the user?s original. This command line program quickly generates a number of different new tests (and their respective answer sheets
https://www.eeworm.com/dl/621/450033.html
下载: 168
查看: 1049

Linux/Unix编程 //初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++)

//初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++) for(j=0 j<w j++){ mvaddch(i, j, ACS_CKBOARD) } refresh() //建立窗口 pad = newpad(80, 128) for(i=0 i<80 i++){ char line[128] sprintf(line, "This line in pad is numbered d ...
https://www.eeworm.com/dl/619/451814.html
下载: 99
查看: 1108