-
数字黑洞
pat题目数字黑洞:给定任一个各位数字不完全相同的4位正整数,如果我们先把4个数字按非递增排序,再按非递减排序,然后用第1个数字减第2个数字,将得到
一个新的数字。一直重复这样做,我们很快会停在有“数字黑洞”之称的6174,这个神奇的数字也叫Kaprekar常数。(Pat Title Digital Black Hole)
- 2018-11-26 08:54:27下载
- 积分:1
-
一个unix和windows通用的socket函数封装的类
一个unix和windows通用的socket函数封装的类-A class which is encapulated by common socket functions and can be used in unix and windows.
- 2022-04-26 10:32:30下载
- 积分:1
-
16 WCDMA码分多址通信系统
说明: WCDMA码分多址通信系统的matlab仿真以及结果(Matlab simulation and results of WCDMA code division multiple access communication system)
- 2020-07-01 20:20:01下载
- 积分:1
-
客户服务器TCP/IP通信程序利用WINSOCK编程
客户服务器TCP/IP通信程序利用WINSOCK编程-client-server TCP/IP communications programming procedures using Winsock
- 2022-03-12 07:42:18下载
- 积分:1
-
HexStrToDemDlg
枚举网络设备的程序, vc6开发, 新手可以参考!(Enumeration of network equipment procedures, vc6 development, novice can refer to!)
- 2017-03-09 10:29:11下载
- 积分:1
-
huoqu
获取本地计算机信息的小代码,比较简单,适合初学网络编程(a simple program of geting information from computer)
- 2013-11-28 23:56:56下载
- 积分:1
-
网站设计的思考经典书籍
网站设计的思考经典书籍-Web site design of classic books
- 2022-03-16 19:06:35下载
- 积分:1
-
对xml+xsl实现分页排序的改进,使支持对所有数据进行排序
以往见过的利用xml+xsl来实现分页排序的基本都只能本页内排序,而不能对所有数据进行排序,...
对xml+xsl实现分页排序的改进,使支持对所有数据进行排序
以往见过的利用xml+xsl来实现分页排序的基本都只能本页内排序,而不能对所有数据进行排序,究其原因,简单分析如下:
xml+xsl分页原理:在xsl中,遍历节点的时候,可以获取当前节点的位置,而且还能限制显示特定位置的节点,例如有18条记录,可以在xsl中设置只显示第1-6条,也可以设置只显示第7-12条,再配合客户端脚本,就可以动态改变xsl文档中控制显示指定位置节点的属性,从而实现分页(具体见代码)。不过这个有一点就是在xsl中获取的这个位置信息是xml文档中的节点位置,而不是排序后的位置;
同样xml+xsl实现排序原理:xsl可以按照节点的属性来排序,我们可以通过动态改变xsl的相关属性值来达到动态排序的目的。如果两个合起来用,却只能对当前页进行排序。 -right xml xsl achieve Pagination sort of improvement backing the right of all data ranking ever seen in the use of xml xsl order to achieve the basic pagination can only Page Ranking within, but not all right for sorting data and the reason, simple analysis is as follows : Principle xml xsl Pagination : In xsl, traversing nodes, the nodes can access the current location, but will limit revealed specific locations of nodes, for example, 18 records, xsl can be installed in only 1-6 revealed that the first, can also set up only to No. 7-12, Coupled with the client script, it can change the dynamic control xsl docume
- 2023-06-11 07:55:02下载
- 积分:1
-
TCP
说明: TCP服务器和客户端C++类,提供简单的TCP通讯功能(TCP server and client c + + class, provide simple TCP communication function)
- 2021-03-06 21:37:18下载
- 积分:1
-
ChatRoom(Winsock)
这是一个用于局域网内部进行聊天通信的小软件源程序,对于学习和了解winsock编程很有借鉴意义。(This is a chat for LAN communications within a small software source code, for learning and understanding of referential significance to winsock programming.)
- 2008-12-28 13:45:26下载
- 积分:1