-
-
-
mydomain.rar
一个比较简单的域名管理系统。安装:1.解压上传。
2.设置list.php 属性为777(windows主机不用设置)
使用:进入cp.php,初始密码my。
点击edit admin file编辑配置文件
第一行password=my|(my就是管理密码,可以更改)
第二行开始每行填写一个域名信息,格式如下:
域名|管理网址|密码信息|注册商|备忘信息|
-
ListDemo.rar
一个自我封装的List类,很号用,解决VC++中MFC中CListCtrl类的缺陷,在控件编程中有很大的用途,也可以更具自己的需要做一些修改!
-
jieshu.rar
a C language library management system, a two-way linked-list data structure. Already have basic functions
-
shunxu.rar
... 结点
int length //当前表长度
} SeqList
//插入元素
insertList(SeqList *list, int e)
{
int i=list->length-1 //先将i指定为最后一 ...
-
Atoolbox.zip
... are called in the style of the Matlab Wavelet Toolbox. Many small and a few elaborate examples have been included, ranging from the
computation of moment invariants to
multiresolution image fusion. Please
see Contents.m for an exhaustive list.
-
-
-
rawtcpip.rar
... out much error handling.
I will try to include some error handling in it.
Arguments to pass are all type string.
Argument list is : Destination IP, Destination Port.
Source IP,Source Port, TTL, Flags(URG,ACK,PSH,RST,SYN,FIN)
it will return 0 in ...
-
QuanPaiLie.rar
这是用VC实现的全排列递归排序。算法中perm(list,k,m)递归的产生所有前缀是list[0:k-]的全排列的所有排列。
-