学习vc++的基础书籍,必做的50道题目,非常实用,内容详细,涵盖常用技能,
上传时间: 2014-01-04
上传用户:784533221
Tomcat5.0.18+Apache2.0.50+Linux9整合过程(完全版)之安装篇
上传时间: 2013-11-25
上传用户:q123321
//建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win2, ACS_VLINE, ACS_HLINE) mvwprintw(win2, 2,1, "WINDOW 2") //建立子窗口 subwin = derwin(win2, 5, 25, 4, 5) box(subwin, ACS_VLINE, ACS_HLINE) mvwprintw(subwin, 2,1, "Sub Window of Window2") //刷新屏幕 refresh() wrefresh(win1) wrefresh(win2) touchwin(win1) wrefresh(win1) getch() touchwin(win2) mvwprintw(win2, 12,1, "Press any key to exit...") wrefresh(win2) //等待按键 getch() //结束 delwin(win1) delwin(subwin) delwin(win2) endwin()
标签: ACS_VLINE ACS_HLINE mvwprintw win
上传时间: 2017-06-12
上传用户:plsee
大概POJ上50道比较难的题的代码,欢迎分享
上传时间: 2013-12-26
上传用户:kytqcool
顺序栈的出栈、入栈、求栈长等基本操作 #include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef struct
标签: include STACKSIZE define stdlib
上传时间: 2014-01-10
上传用户:daguda
Universal.Data.Access.Components 2.50 Universal Data Access Components (UniDAC) is a library of components that provides direct access to most popular database servers from Delphi, Delphi for .NET and, C++Builder. UniDAC can work with such servers as Oracle, Microsoft SQL Server, MySQL, Interbase, Firebird. The UniDAC library is designed to help programmers develop faster and cleaner cross-database applications. UniDAC is a complete replacement for such standard universal technology as dbExpress. UniDAC is a handy in use and efficient data access solution bringing into play many features specific to each server.
标签: Components Universal Access Data
上传时间: 2017-07-04
上传用户:123456wh
50 mhz dijital counter kodlari
标签: dijital counter kodlari mhz
上传时间: 2017-07-19
上传用户:cazjing
编制计算N (N<50)个偶数之(2+4+6+…)的子程序和接收输入N及将结果(例如2+4+6=12)显示的主程序。对键盘输入的字符进行判断,如果不是数字,显示提示,输入两位数。对输入的数字进行判断,如果输入的数不在1~50之间,提示重新输入。结束时,显示提示,按任意键退出。在程序的开始显示自己的学号及姓名(拼音)。编制一个主模块,编制一个子程序模块。实现参数的传递。
上传时间: 2017-07-21
上传用户:标点符号
《MATLAB电机仿真精华50例》源代码
上传时间: 2013-12-26
上传用户:gxmm
电话号码管理系统 (1) 建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分; (2) 程序可接收输入人名及相应的电话号码,并把它们加入电话号码表中; (3) 凡有新的输入后,程序应按人名对电话号码表重新排序 (4) 程序可接收需要查找电话号码的人名,并从电话号码表中查找其电话号码,再在屏幕上以如下格式显示出来。 Name Tel
上传时间: 2013-12-25
上传用户:gxf2016