-
此程序是DOS下的用来枚举USB设备接口的一个小程序
此程序是DOS下的用来枚举USB设备接口的一个小程序-This procedure is used under DOS enumerate USB device interface, a small program
- 2022-01-27 21:31:13下载
- 积分:1
-
1.沿袭今晚在线论坛独有的双风格分桢形式
2.社区最多可进行3级分类,大部分论坛应该够用了。
3.多种发帖类型: 普通帖、积分浏览帖、金钱购买帖、散分(...
1.沿袭今晚在线论坛独有的双风格分桢形式
2.社区最多可进行3级分类,大部分论坛应该够用了。
3.多种发帖类型: 普通帖、积分浏览帖、金钱购买帖、散分(求助)帖、 回复可见帖
4.更贴心得发帖辅助功能,可自动识别URL和图片。
5.采用类似今晚在线文章系统的后台管理等级无限级自定义分类,真正适合多用户管理。
6.其它基本具备了GVbbs v5.0的全部功能这里不再敖述。
管理员目录admin 用户名gamvan 密码为-1. This followed a unique online forum-style form of two sub-Lo. Communities up for three classifications, most of the Forum should be enough. 3. Posting a variety of types : general security, Integral View proposal, money to buy invitations and scattered (for assistance) invitations and reply can be seen TIE 4. More experience affixed posting ancillary functions that can automatically identify URL and photos. 5. Similar articles online tonight systems management background levels since the unlimited class classification definition, is really suitable for multi-user management. 6. Other basic GVbbs v5.0 with the full functionality of today is AO stated. Administrators directory admin username password to 111,111 gamvan
- 2023-04-04 05:55:04下载
- 积分:1
-
Intruction: Administrator, worker in library and readers can log in this system...
本系统可以被管理员、图书馆工作人员、和读者三种身份的人员通过帐号和密码以不同身份登陆到本系统,并实现各自的功能操作。-Intruction: Administrator, worker in library and readers can log in this system according to the user name and password respectly,then do some operations granted.
- 2023-01-02 11:00:13下载
- 积分:1
-
通过对象的集合可以动态的进行vb控件的设置.
通过对象的集合可以动态的进行vb控件的设置.-Through a collection of objects can dynamically control the conduct of vb settings.
- 2022-02-09 20:46:25下载
- 积分:1
-
用VC++实现集合的并 交 差和运算是双链表形式的
用VC++实现集合的并 交 差和运算是双链表形式的-With VC++ Achieve a collection and call it a day and the operation is double-chain forms of
- 2022-01-27 11:40:54下载
- 积分:1
-
用EVC开发的WINCE下的电池电量显示软件
用EVC开发的WINCE下的电池电量显示软件-Developed with the EVC battery under WINCE display software
- 2022-03-20 20:07:46下载
- 积分:1
-
一个用构造ICMP数据包形式完成的PING程序组件
一个用构造ICMP数据包形式完成的PING程序组件-with a tectonic ICMP packet of completed forms PING procedures components
- 2022-04-22 09:30:42下载
- 积分:1
-
wince开发的网络服务端,可以作为wince开发服务器的实例!可以进行c/s模式的开发!...
wince开发的网络服务端,可以作为wince开发服务器的实例!可以进行c/s模式的开发!-wince development of Web services client can be used as examples of wince development server! Could be c/s model of development!
- 2022-05-21 13:55:15下载
- 积分:1
-
rle和huffman的集中编码解码
rle和huffman的集中编码解码-eps, and Huffman encoding and decoding of focus
- 2022-10-30 21:00:03下载
- 积分:1
-
哈夫曼编码
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。
赫夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的赫夫曼编码。
- 2023-03-09 19:15:02下载
- 积分:1