* This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hence can be compiled on Linux, UNIX, Win
标签: This demonstrates webserver sending
上传时间: 2013-12-26
上传用户:haohaoxuexi
//初始化 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 the cursor within the window.\n") mvaddstr(17, 1, "Press q to quit.\n") refresh() wrefresh(win)
标签: EXIT_FAILURE initcurs initscr perror
上传时间: 2013-12-20
上传用户:FreeSky
//初始化 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_format(mymenu, 5, 1) set_menu_mark(mymenu, "*") //获得菜单的行数很列数 scale_menu(mymenu, &mrows, &mcols) //建立窗口和子窗口 win = newwin(mrows + 2, mcols + 2, 3, 30) keypad(win, TRUE) box(win, 0, 0) subwin = derwin(win, 0, 0, 1, 1) //设置菜单的窗口 set_menu_sub(mymenu, subwin) //在子窗口上放置菜单 post_menu(mymenu) refresh() wrefresh(win)
标签: EXIT_FAILURE initcurs initscr cbreak
上传时间: 2013-11-29
上传用户:小眼睛LSL
java记事本,可以实现类似于win记事本的功能
上传时间: 2017-06-26
上传用户:yd19890720
用多线程实现矩阵的相乘,这个是操作系统课程的一个简单实验,有linux和win下的实现
上传时间: 2013-12-11
上传用户:ANRAN
This program is compare the data in sql server. And you can syncronize the table and views this is very beautiful program.
标签: syncronize the program compare
上传时间: 2013-12-30
上传用户:cuiyashuo
You can Creat SDF Database with the help of Code and you can insert data and Retrive the data in Windows Mobile Device or you can try at Emulator
上传时间: 2017-08-12
上传用户:sxdtlqqjl
第13章 ASP.NET内置对象,应用程序配置和缓存 Web应用程序在传统的意义上来说是无状态的,Web应用不能像Win Form那样维持客户端状态,所以在Web应用中,通常需要使用内置对象进行客户端状态的保存。这些内置对象能够为Web应用程序的开发提供设置,配置以及检索等功能。
上传时间: 2017-08-25
上传用户:xaijhqx
本USB转串口驱动是WIN XP的驱动。其他windows版本可能会有问题 本USB转串口驱动只适用于飞凌出售的USB转串口工具。
标签: USB转串口驱动
上传时间: 2015-04-25
上传用户:果果123
USB-Blaster_驱动安装方法 1、WIN XP 系统使用 QUARTUS自带的驱动程序,驱动路径选择 C:\altera\11.0\quartus\drivers,可以参考USB-Blaster_驱动安装方法&USBBALSTER.exe。 2、WIN 7 32位系统使用本目录USB_Blaster_WIN7 32下面的驱动,驱动路径选择 USB_Blaster_WIN7 32\CDM 2.04.16 WHQL Certified 3、WIN 7 64系统使用 QUARTUS自带的驱动程序驱动路径选择 C:\altera\11.0\quartus\drivers
上传时间: 2015-06-06
上传用户:qweasdex