搜索结果

找到约 138 项符合 Box-cox 的查询结果

微处理器开发 Netcat for NT is the tcp/ip "Swiss Army knife" that never made it into any of the resource kits.

Netcat for NT is the tcp/ip "Swiss Army knife" that never made it into any of the resource kits. It has proved to be an extremely versatile tool on the unix platform. So why should NT always be unix s poor cousin when it comes to tcp/ip testing and exploration? I bet many NT admins out there ke ...
https://www.eeworm.com/dl/655/422617.html
下载: 109
查看: 1037

书籍源码 </div> <br> <input type="button" value="闪烁" onclick="highLight($( demo ))" /> &

</div> <br> <input type="button" value="闪烁" onclick="highLight($( demo ))" /> <input type="button" value="停止" onclick="stopTwinkle($( demo ))" /> <br> <br> <div id="demo2" class="box"> Box II </div> <br> <input type="button" value="闪烁" onclick="highLight($( demo2 ))" /> <input type="button" va ...
https://www.eeworm.com/dl/532/426084.html
下载: 51
查看: 1039

Linux/Unix编程 Urwid is a Python library for making text console applications. It has many features including fluid

Urwid is a Python library for making text console applications. It has many features including fluid interface resizing, support for UTF-8 and CJK encodings, standard and custom text layout modes, simple markup for setting text attributes, and a powerful, dynamic list box that handles a mix of widge ...
https://www.eeworm.com/dl/619/429795.html
下载: 73
查看: 1063

*行业应用 I was trying to develope a programme to make a slide show of all the pictures of a folder using vb.n

I was trying to develope a programme to make a slide show of all the pictures of a folder using vb.net. I have spent lot of time in net for searching this but all in vain, I didn t get a simple programme to solve the same and lastly I gave myself a try for the same and developed the code, I have use ...
https://www.eeworm.com/dl/631/431573.html
下载: 134
查看: 1300

数学计算 可算sudoku的语法 规则很简单, 9*9 的格子中

可算sudoku的语法 规则很简单, 9*9 的格子中,每列,每行数字不可重复。 每个 "3*3" 的 "Box" (共9个) 内的数字也不可重复。 附件是 eclipse java project, 请将你的算法写在 SolvePuzzle() 内
https://www.eeworm.com/dl/641/439638.html
下载: 113
查看: 1032

Linux/Unix编程 form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(rows+3, cols+4, 3, 20)

form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(rows+3, cols+4, 3, 20) subwin = derwin(win, rows, cols, 1, 2) set_form_sub(form, subwin) box(win, 0, 0) keypad(win, TRUE) post_form(form) refresh() wrefresh(win) wrefresh(subwin) //设置覆盖模式 ...
https://www.eeworm.com/dl/619/451810.html
下载: 106
查看: 1030

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编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak()

//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak() noecho() keypad(stdscr, TRUE) //建立菜单项 for(i=0 i<N_ITEMS i++){ items[i] = new_item(months[i], "") } //建立菜单 mymenu = new_menu(items) //设置为5行单列的菜单 set_menu_fo ...
https://www.eeworm.com/dl/619/451812.html
下载: 73
查看: 1055

GPS编程 This code outputs various NMEA strings to a com port. The code was originally used to test naviati

This code outputs various NMEA strings to a com port. The code was originally used to test naviation programmes. First select the required com port and the required NMEA message string. There is a default starting position but this can be changed to suit just by typing in a new position. Click on ...
https://www.eeworm.com/dl/693/457982.html
下载: 166
查看: 1066

Windows Mobile The sample provided here is a simple control panel application that will just display the memory usa

The sample provided here is a simple control panel application that will just display the memory usage of the system using a message box. Windows Mobile
https://www.eeworm.com/dl/677/469406.html
下载: 89
查看: 1036