-
简单潜艇大战是一个很有意思的游戏,简单好玩。
简单潜艇大战是一个很有意思的游戏,简单好玩。-Simple World War II submarine is a very interesting game, simple fun.
- 2022-08-06 10:59:27下载
- 积分:1
-
这是一个反字代码
this a code to reverse words-this is a code to reverse words
- 2023-08-26 11:35:04下载
- 积分:1
-
局域网视频监控系统,本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能:
系统采用人机交互的方式,界面...
局域网视频监控系统,本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能:
系统采用人机交互的方式,界面美观友好。
屏幕信息需要时时显示,网络延时不能大于1秒。
服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。
系统运行时占用内存不能大于10MB,以免影响系统性能。
客户端运行时需要隐藏显示窗口,起其感觉不到在运行。
-The system belong to a small local area network monitoring system can be carried out on a computer screen monitoring, implementation of this system is mainly the following functions:
Human-Computer Interaction system the way attractive and friendly interface.
screen display information required from time to time, the network delay should not exceed one second.
can run server-side, as long as the client is running, information on the display screen can.
system memory run-time should not exceed 10MB, so as not to affect system performance.
necessary run-time client to hide the window, starting at less than the feeling of running.
- 2022-02-26 05:06:51下载
- 积分:1
-
这是一个ASP编写的关于制作网页论坛的程序,首先声明这段程序并不是我编的,我只是觉得这段程序写得很好,对ASP初学者有好处....
这是一个ASP编写的关于制作网页论坛的程序,首先声明这段程序并不是我编的,我只是觉得这段程序写得很好,对ASP初学者有好处.-This is an ASP, on the Forum website production process, the first to declare that this procedure is not my series, I just feel that this was very well written procedures for beginners ASP good.
- 2022-09-24 23:35:04下载
- 积分:1
-
CATIA script generated in VB. this script is used to Create Separated Boundaries...
CATIA script generated in VB. this script is used to Create Separated Boundaries in catia. which is 100 automated. very useful Catia CAD users.-CATIA script generated in VB. this script is used to Create Separated Boundaries in catia. which is 100 automated. very useful Catia CAD users.
- 2022-03-16 23:16:55下载
- 积分:1
-
商城名称: 新普网络商城XpShop
官方网站: http://www.XpShop.cn/
初始帐号: admin / admin
最新发布: X...
商城名称: 新普网络商城XpShop
官方网站: http://www.XpShop.cn/
初始帐号: admin / admin
最新发布: XpShop .Net 2.4
欢迎使用新普网络商城,XpShop .Net v2.4具有如下特点:
1、使用ASP.Net(c#)、三层结构开发;
2、支持多语言,详细使用方法请咨询新普公司客服;
3、支持多模板,现有版本已经附带5套模板,官方网站不定时发布新模板;
4、兼容主流浏览器,界面美观,皮肤设计灵活多变;
5、可定制缺货处理功能;
6、支持附件销售功能;
7、支持会员组批发功能;
8、支持预付款;
9、自动核算配送价格;
10、商品支持多类别;
11、支持在线备份数据库;
12、支持无限级商品类别;
13、可添加无限多种商品扩展属性,并可将扩展属性加入高级搜索;
14、支持多管理员,可自由设定管理员的可管理项;
15、自动生成报价单,商品价格一目了然;
16、用UTF-8编码,适用在全球各地的网络空间运行;
17、集成多种在线支付方式,除国内的主流支付方式支付宝、网银在线,贝宝外,还集成了适合于国外支付的Paypal和网银在线外卡;
18、不断升级,并可免费下载使用;-place names : New Pronk network Mall XpShop official website : http :// www.XpShop.cn/ initial account : admin/admin latest release : XpShop. Net 2.4 Pronk welcomed the use of new network Mall, XpShop. Net time monitor has the following characteristics : 1, the use of ASP.Net (c#) the three-tier structure development; 2, multi-language support, detailed advice please use the new Cape company customer service; 3, for the multi-
- 2022-04-14 22:38:52下载
- 积分:1
-
jsp Video Guide, maintain the previous courses. We have to do it quickly under.
jsp视频教程,接续上次的课程。大家要下就快点。-jsp Video Guide, maintain the previous courses. We have to do it quickly under.
- 2022-11-18 09:15:04下载
- 积分:1
-
一个MP3程序的源代码,有动态显示屏,带控件 希望大家喜欢!
一个MP3程序的源代码,有动态显示屏,带控件 希望大家喜欢!-a program"s source code, a dynamic screen, with controls hope you like them!
- 2022-03-09 13:14:23下载
- 积分:1
-
person类
数据成员:
姓名name、性别sex、年龄age
成员函数
(1)构造函数
(2...
person类
数据成员:
姓名name、性别sex、年龄age
成员函数
(1)构造函数
(2)输出姓名、性别、年龄
派生类student
数据成员:
学号、专业(代号) 、考试成绩score[5]、平均成绩
成员函数
(1)构造函数
(2)输出学号、姓名、性别、年龄、专业
(3)计算平均成绩
(4)输出学号、姓名、单科成绩和平均成绩
派生类teacher
数据成员:
职工号、职称、讲授课程(课程代号)
成员函数
(1)构造函数
(2)输出职工号、姓名、性别、年龄、职称
(3)设置讲授课程
(4)输出姓名、讲授课程
派生类graduate_student
成员函数
(1)构造函数
(2)输出姓名、性别、年龄、职称、研究生专业
-person category
- 2023-05-21 13:45:03下载
- 积分:1
-
LabWindows CVI方面的经典教材
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第9章中的例题源码,使用LabWindows CVI的人用得着。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindows CVI aspects of the classic textbook
- 2022-12-03 03:40:03下载
- 积分:1