搜索结果

找到约 129 项符合 Box 的查询结果

其他数据库 研究生信息管理系统的完整开发过程。主要应用了ADO对象操纵数据库的技术

研究生信息管理系统的完整开发过程。主要应用了ADO对象操纵数据库的技术,并在使用ADO的技术中灵活运用了OLE DB的数据库链接方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO DataControl和DataGridControl。
https://www.eeworm.com/dl/645/303354.html
下载: 162
查看: 1032

加密解密 RC4加密算法是大名鼎鼎的RSA三人组中的头号人物Ron Rivest在1987年设计的密钥长度可变的流加密算法簇。之所以称其为簇

RC4加密算法是大名鼎鼎的RSA三人组中的头号人物Ron Rivest在1987年设计的密钥长度可变的流加密算法簇。之所以称其为簇,是由于其核心部分的S-box长度可为任意,但一般为256字节。该算法的速度可以达到DES加密的10倍左右。
https://www.eeworm.com/dl/519/319166.html
下载: 50
查看: 1253

微处理器开发 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