-
C语言精彩编程百例12
C语言精彩编程百例12-C programming language brilliant 100 cases 12
- 2022-01-27 08:57:02下载
- 积分:1
-
该系统是一套强大的bbs论坛系统,适合大中型网站进行套用。...
该系统是一套强大的bbs论坛系统,适合大中型网站进行套用。-祭敖包
- 2022-08-12 22:46:17下载
- 积分:1
-
java NIO源代码,初学者学习java NIO技术的基础代码
java NIO源代码,初学者学习java NIO技术的基础代码-java NIO source code, java NIO beginners to learn the basis of technical code
- 2023-07-06 22:05:03下载
- 积分:1
-
JSP learning good Dongdong, they can refer themselves to write something, I help
JSP学习的好东东,可以参考自已写一些东西,很在帮助-JSP learning good Dongdong, they can refer themselves to write something, I help
- 2023-07-11 11:15:02下载
- 积分:1
-
The demand for hotel management system, including a la carte Founding functions,...
酒店管理系统的需求包括开台点菜功能、智能化获取菜品功能、自动结账功能、营业额报表功能等。依据餐饮行业的特点,本系统实现以下目标:
操作简单方便、界面简洁大方。
方便快捷的开台点菜功能。
智能化定位菜品的功能。
快速查看开台点菜信息的功能。
自动结账功能。
按开台和商品实现的日结账功能。
按日消费额汇总统计实现的月结账功能。
按日营业额实现的年结账功能。
系统运行稳定、安全可靠。
-The demand for hotel management system, including a la carte Founding functions, access to food features intelligent, automatic closing function, reporting features, such as turnover. Based on the characteristics of food and beverage industry, the system to achieve the following goals: operation is simple and convenient, simple and elegant interface. Founding convenient features a la carte. dishes intelligent positioning function. Founding Quick View order information. automatic closing feature. Founding and commodities in accordance with the realization of the functional checkout of the day. daily consumption amount of aggregate statis
- 2022-01-25 20:15:54下载
- 积分:1
-
horrorshow.zipic类bitwisedemo {
horrorshow.zipic class BitwiseDemo {
static final int VISIBLE = 1
static final int DRAGGABLE = 2
static final int SELECTABLE = 4
static final int EDITABLE = 8
public static void main(String[] args)
{
int flags = 0
flags = flags | VISIBLE
flags = flags | DRAGGABLE
if ((flags & VISIBLE) == VISIBLE) {
if ((flags & DRAGGABLE) == DRAGGABLE) {
System.out.println("Flags are Visible and Draggable.")
}
}
flags = flags | EDITABLE
if ((flags & EDITABLE) == EDITABLE) {
System.out.println("Flags are now also Editable.")
}
}
}
-horrorshow.zipic class BitwiseDemo (sta Biomedical final int VISIBLE = a static final int DRAGGA i. = 2 static final int SELECTABLE static fin = 4 int al = 8 EDITABLE public static void main (Stri Vi args []) (int flags = 0 flags = flags | f VISIBLE lags = flags | DRAGGABLE if ((flags
- 2023-06-22 20:40:03下载
- 积分:1
-
本人写的一个简单VCD租赁系统,需JDK1.5.0编译,main()函数在maininterface.java文件中。...
本人写的一个简单VCD租赁系统,需JDK1.5.0编译,main()函数在maininterface.java文件中。-I wrote a simple VCD rental system, the need JDK1.5.0 compiler, main () function in maininterface.java document.
- 2023-05-20 14:05:03下载
- 积分:1
-
NFA转换成DFA的java语言
nfa convert to dfa by java language
- 2023-01-07 14:40:04下载
- 积分:1
-
Java写的一个mp3文件改名的小工具,还有编译成了exe的文件
Java写的一个mp3文件改名的小工具,还有编译成了exe的文件-Java write a small tool for renaming mp3 file
- 2023-08-16 20:25:03下载
- 积分:1
-
jive Study
jive Study
- 2022-06-19 12:05:29下载
- 积分:1