-
简易登录注册平台
一款简易登录注册平台....................................................................................................................................................................................................................................................................
- 2022-12-16 10:55:04下载
- 积分:1
-
vb.net prepared by the Snake game. Rar
vb.net编写的贪吃蛇游戏.rar-vb.net prepared by the Snake game. Rar
- 2022-12-08 00:50:02下载
- 积分:1
-
用于得到CPU的信息,包括类型,厂家,支持的技术,有内嵌式汇编...
用于得到CPU的信息,包括类型,厂家,支持的技术,有内嵌式汇编-CPU to get the information, including type, manufacturer, supported by technology, there is built-in compilation of
- 2023-02-18 17:10:03下载
- 积分:1
-
哈夫曼编码
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。
赫夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的赫夫曼编码。
- 2023-03-09 19:15:02下载
- 积分:1
-
Windows上的挖地雷游戏,有源代码,希望对大家有帮助
Windows上的挖地雷游戏,有源代码,希望对大家有帮助-Windows digging mines on the game, the active code, we hope to help
- 2023-05-27 10:40:03下载
- 积分:1
-
随机文件读写,实现了从文本中读取个人资料,成绩等信息,并可以追加记录。运行时需要先创建一个文本文件,并修改读取路径。...
随机文件读写,实现了从文本中读取个人资料,成绩等信息,并可以追加记录。运行时需要先创建一个文本文件,并修改读取路径。-Random file read and write, realize from reading the text of personal information, results and other information and would provide an additional record. Run-time need to create a text file, and modify the path to read.
- 2022-02-26 07:04:35下载
- 积分:1
-
Online examination system is a set based on the B/S system, the use of large dat...
在线考试系统是一套基于B/S体系,采用大型数据库Sql Server2000和先进的JAVAscript、ASP技术开发的网络多用户版、支持在互联网和局域网组织各种无纸化考试的网上考试系统。-Online examination system is a set based on the B/S system, the use of large databases Sql Server2000 and advanced JAVAscript, ASP technology development network multi-user version of the Internet and LAN support to organize all kinds of paperless examination system examinations online.
- 2022-07-12 20:50:50下载
- 积分:1
-
在卡耐基网站上和教材配套使用的ssd1的选择题答案。
在卡耐基网站上和教材配套使用的ssd1的选择题答案。-In the Carnegie Web site and educational materials supporting the use of the multiple-choice answers to the ssd1.
- 2022-10-02 17:35:03下载
- 积分:1
-
smo 批量 转换 解压后和smo放在一起 然后运行就可
smo 批量 转换 解压后和smo放在一起 然后运行就可-Batch conversion smo and smo after decompression together can then run
- 2023-08-11 17:35:03下载
- 积分:1
-
win8平板调用摄像头工具
win8平板很牛叉的调用摄像头的库,通过.net调用COM库实现的,之前通过avicap.dll库,SendMessage方式都行不通的方式用这种方式能成功。
namespace AForge.Controls
{
using AForge.Video;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
public class VideoSourcePlayer : Control
{
private bool autosize;
private Color borderColor = Color.Black;
private IContainer components;
private Bitmap currentFrame;
private bool firstFrameNotProcessed = true;
- 2022-04-23 12:39:10下载
- 积分:1