-
火车票查询
暂时只支持火车票的查询,可以显示各类坐席的当前余票数量,显示发车时间和到达时间,显示途中耗时。定票功能将在后续完善。
- 2022-05-29 18:57:30下载
- 积分:1
-
.NET开发环境组的Ajax组件
一个在.NET环境下开发的群多AJAX组件-A. NET development environment groups AJAX components
- 2023-01-27 10:15:04下载
- 积分:1
-
这是孙鑫老师给出的基于UDP的网络编程,刚开始学习,
这是孙鑫老师给出的基于UDP的网络编程,刚开始学习,-This is given by the teacher SUN Xin UDP-based network programming, just started learning,
- 2022-08-14 12:54:33下载
- 积分:1
-
自动投票的小工具,可以帮助你自动投票的自动投票的小工具。...
自动投票的小工具,可以帮助你自动投票的自动投票的小工具。-Gadget automatically vote, I can help you automatically vote to vote gadget automatically.
- 2022-01-24 18:46:53下载
- 积分:1
-
visual basic 2005 源代码,适合vb初学者
visual basic 2005 源代码,适合vb初学者-visual basic 2005
- 2022-08-23 19:52:26下载
- 积分:1
-
实现对BMP位图的显示,主要了解dc(设备环境)的使用方法
实现对BMP位图的显示,主要了解dc(设备环境)的使用方法
- 2022-02-25 12:09:47下载
- 积分:1
-
dotNETlearning-
dot NET学习电子书ASP.NET 2.0网络开发技术(182页)
第0章 Web开发基础知识
第1章 走进ASP.NET 2.0
第2章 类、对象和命名空间
第3章 ASP.NET 2.0核心对象
第4章 标准服务器控件
第5章 HTML服务器控件
第6章 数据验证控件
dot NET学习电子书Visual C# 2005开发技术(199页)
第1章 C#与.NET Framework简介
第2章 C#程序设计基础
第3章 与用户交互
第4章 常用控件
第5章 类
第6章 抽象类、多态及接口
第7章 处理异常和错误
第8章 XML编程
第9章 应用程序部署
第10章 时间跟踪系统
dot NET学习电子书dot NET数据库开发技术(154页)
第1章 操作数据库
第2章 使用数据库
第3章 使用数据绑定和DataSet
第4章 SQL Server XML的功能
第5章 XML编程
第6章 数据映射方案
第7章 NHibernate事务、并发和缓存
第8章 NHibernate高级数据映射和查询
dot NET学习电子书ASP.net Ajax开发(124页)
第1章:初识ASP.NET AJAX
第2章:AJAX Control Toolkit中的文本输入处理
第3章:基于AJAX的电子邮件处理(dot NET learning eBook ASP.NET 2.0 Web development technologies (182)
Chapter 0 the basics of Web development
Chapter 1 into ASP.NET 2.0
Chapter 2 classes, objects and namespaces
Chapter 3, ASP.NET 2.0 Core Object
Chapter 4 standard server controls
HTML server controls in Chapter 5
Chapter 6 Data Validation Controls
dot NET learning eBook Visual C# 2005 development technologies (199)
Chapter 1 C# and. NET Framework Overview
Chapter 2 C# programming based
Chapter 3 interacts with the user
Chapter 4 Common Controls
Chapter 5 Class
Chapter 6 abstract classes, polymorphism and interfaces
Chapter 7 dealing with exceptions and errors
Chapter 8 XML Programming
Chapter 9 Application Deployment
Chapter 10 Time Tracking System
dot NET learning eBook dot NET database development technologies (154)
Chapter 1 Operating the database
Chapter 2 Using the database
Chapter 3 Using the data binding and DataSet
Chapter 4 SQL Server XML functionality
Ch)
- 2011-06-27 14:24:28下载
- 积分:1
-
毕业生求职网站搭建
这是一个毕业生求职招聘网站的简易搭建
- 2023-05-05 10:50:03下载
- 积分:1
-
Upload-AND-Download-File
使用FileReference+HttpHandler 实现文件上传/下载( use FileReference and HttpHandler
upload and download)
- 2013-09-23 15:38:37下载
- 积分:1
-
Description n elements (1,2 ,..., n) there are n! Different order. This n! Were...
Description
n个元素{1,2,..., n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下:
任务:给定n 以及n 个元素{1,2,..., n }的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。
Input
第1 行是元素个数n(n < 15)。接下来的1 行是n个元素{1,2,..., n }的一个排列。
Output
第一行是字典序值,第2行是按字典序排列的下一个排列。
Sample Input
8
2 6 4 5 8 1 7 3
Sample Output
8227
2 6 4 5 8 3 1 7
-Description n elements (1,2 ,..., n) there are n! Different order. This n! Were arranged according to lexicographic order, and numbered 0,1, ..., n!-1. With the numbering of each sequence value for the dictionary. For example, when n = 3 when six different lexicographic order of value are as follows: Missions: given n and n elements (1,2 ,..., n) an array to calculate the lexicographic order of value , as well as lexicographic order with the next. Input Line 1 is the number of elements n (n
- 2022-05-07 05:31:16下载
- 积分:1