-
qqwuxiamb
一个简单的武侠小游戏源码。喜欢的可以下载来参考一下。本人也比较喜欢文字游戏。怀旧(A simple martial arts games source code. What you like can be downloaded for reference. I also prefer word games. Nostalgia)
- 2020-06-24 03:40:02下载
- 积分:1
-
A vc++ Write small games, covering a game should be some methods and techniques,...
一个vc++写的小游戏,基本涵盖了一个游戏应该有的方法和技巧,有一定参考价值-A vc++ Write small games, covering a game should be some methods and techniques, has a certain reference value
- 2022-09-20 12:55:02下载
- 积分:1
-
asm-headers
说明: Header for asm, SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
- 2019-05-20 22:01:28下载
- 积分:1
-
Knuth的快速模式匹配算法改良,可以匹配含通配符?和*的标准串...
Knuth的快速模式匹配算法改良,可以匹配含通配符?和*的标准串-the rapid improvement of pattern matching algorithm can match with wildcards?* And the standard Series
- 2022-05-13 16:58:51下载
- 积分:1
-
MATLAB基础视频教程一
MATLAB基础视频教程是关于matlab入门的菜鸟教程(MATLAB basic video tutorial)
- 2017-08-07 16:23:13下载
- 积分:1
-
Beijing.osm.shp
说明: 北京矢量道路、建筑shape数据,gis(Beijing Vector Road Building and Other Data)
- 2020-06-23 12:20:02下载
- 积分:1
-
Vibration Shocks
Electronic equipment can be designed to withstand extreme mechanical stress, without the weight and cost penalties of over design.
- 2020-06-16 04:40:02下载
- 积分:1
-
hkit_widmac
说明: 一份不错的php源码,这是一个用php脚本语言写的上传下载,LinkBox v0.2,程序介绍:简单的大众文件上传系统,支持文件地址直链说明:1.请用notepad2等软件编辑“config.php”,修改为您的网站地址。2.将文件夹内容上传到您的网站目录。3.将顶级目录及文件夹“u”设置777权限。,简单全面供给各类学习参考(A good PHP source code, this is a written in PHP scripting language uploads and downloads, LinkBox v0.2, program is introduced: the simple mass file upload system, supporting documents address straight-chain description: 1. Please use the software such as notepad2 editor "config.php", change for your website address, 2. Upload folder content to your web site directory, (3) set the top-level directory and file folders "u" 777 permissions, and simple comprehensive supply of various types of reference study)
- 2020-10-19 11:35:03下载
- 积分:1
-
Js Select下拉框级联菜单 5级列表菜单
Js Select下拉框级联菜单,一共支持5级联动,相信够用了,这种菜单不用多介绍吧,后一级的值与前一级是父、子关系,该示例还演示了动态添加菜单、减少菜单的功能,还有显示/不显示空值的功能,如演示截图所示。
- 2022-05-14 18:41:35下载
- 积分:1
-
hulf
说明: 设计一个哈夫曼编码器
要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。
① 组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。
② 输入数据序列的长度为256。
③ 先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Designing a Huffman Encoder
Huffman coding is required for a data sequence to minimize the average code length and output the coded and coded data sequence of each element.
(1) The elements that make up the sequence are the 10 digits [0-9], and each digit is represented by its corresponding 4-bit binary number. For example, 5 corresponds to 0101, 9 corresponds to 1001.
(2) The length of the input data sequence is 256.
(3) First output the encoding of each element, and then output the Huffman encoding sequence corresponding to the data sequence.)
- 2019-06-19 21:49:58下载
- 积分:1