生成50年内的阴历表的sqlserver代码,能够在sqlserver中创建阴历表,并写入阴历值.
上传时间: 2017-06-01
上传用户:luke5347
学习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
matlab实用程序百例 1-32是:图形应用篇 33-66是:界面设计篇 67-84是:图形处理篇 85-100是:数值分析篇
上传时间: 2013-12-17
上传用户:trepb001
关于学习E2PROM,以及CSI93C46/56/57/66/86 的只是
上传时间: 2013-12-18
上传用户:15071087253
50 mhz dijital counter kodlari
标签: dijital counter kodlari mhz
上传时间: 2017-07-19
上传用户:cazjing