-
vc write with a hotel management system
一个用vc写的酒店业务管理系统-vc write with a hotel management system
- 2022-03-12 03:26:27下载
- 积分:1
-
VB语言参考手册 VB编程学习的好资料
由美国微软公司授权出版的VB学习书...
VB语言参考手册 VB编程学习的好资料
由美国微软公司授权出版的VB学习书-VB Language Reference Manual to learn good information on VB programming
- 2023-09-07 12:25:04下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
本系统为ASP版
1,安装使用方便,只需解压缩后全部上传到空间即可
2、发表文章采用功能强大的在线编辑器,实现所见即所得的录入功能
3、发表文...
本系统为ASP版
1,安装使用方便,只需解压缩后全部上传到空间即可
2、发表文章采用功能强大的在线编辑器,实现所见即所得的录入功能
3、发表文章分为前台录入和后台录入,前台录入为注册用户即可添加文章后台只有管理员可以录入,使得录入更便捷
4、软件只有后台可以录入
5、黑马荐股为网站为付费用户查看的页面,只有付费用户可以查看,网站自带在线支付系统,用户在线支付后即时开通
6、网站自带一个简易论坛,用户无需注册即可发帖
7、管理员可以在线修改自己的资料、密码;使得系统更安全
8、管理员可以在后台查看注册用户的资料以及付费情况。
9、如修改数据库目录请同时修改inc和admin下的conn.asp-err
- 2022-04-14 10:55:21下载
- 积分:1
-
没有什么要说的!!! 只是这个可能毕业生能用到
没有什么要说的!!! 只是这个可能毕业生能用到-nothing to say! ! ! This may only used up to the graduates
- 2022-03-18 07:56:32下载
- 积分:1
-
prgramming of game of java
prgramming of game of java
- 2022-03-18 17:49:41下载
- 积分:1
-
对网络爬虫的优化的一些方法,通过本文能对网络爬虫的优化有一个新的认识。
对网络爬虫的优化的一些方法,通过本文能对网络爬虫的优化有一个新的认识。-Optimization of network reptiles some ways, through this article on the network can be optimized reptiles have a new awareness.
- 2022-02-04 03:30:31下载
- 积分:1
-
595技术资料, 仔细看过后可以发现很多 编程方面的便利
595技术资料, 仔细看过后可以发现很多 编程方面的便利-595 technical information can be found after carefully reading a lot of programming convenience
- 2022-12-27 12:45:03下载
- 积分:1
-
LPC2200 project templates, ARMExecutableImageforLPC
LPC2200工程模板,ARMExecutableImageforLPC-LPC2200 project templates, ARMExecutableImageforLPC
- 2022-08-25 17:21:56下载
- 积分:1
-
master plan adjacency matrix storage structure; Implementation plans of the two...
掌握图的邻接矩阵的存储结构;实现图的两种遍历:深度优先遍历和广度优先遍历。-master plan adjacency matrix storage structure; Implementation plans of the two traverse : depth-first traversal and breadth traversal priority.
- 2022-08-16 14:45:07下载
- 积分:1