-
DataReport_SQl
用VB6.0在DataReport中使用带参数的SQL语句实现选择数据(Select the data achieved using VB6.0 with parameters in the SQL statement DataReport)
- 2014-06-23 20:48:38下载
- 积分:1
-
896548679
基于VB.NET写的的2D汽车游戏引擎源码,很好的资料。(Based on a 2D car VB.NET written game engine source code, very good information.)
- 2013-08-05 12:57:22下载
- 积分:1
-
resumeprint
打印简历文件CSV,能够快速的从本地和远程的数据库访问.(Print CV file CSV, to quickly from local and remote database access.)
- 2007-12-04 17:33:14下载
- 积分:1
-
NETSeeSystem
本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,屏幕信息需要时时显示,网络延时不能大于1秒,服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。(This system belongs to a small local area network monitoring system that can carry out the screen of a computer monitor, the screen displays information needs from time to time, the network delay can not be greater than 1 second, the server-side ready to run, as long as the client is running, you can display on-screen information .)
- 2010-01-24 15:54:57下载
- 积分:1
-
MIPS五级流水线模拟程序
MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念(MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.)
- 2021-04-26 15:18:45下载
- 积分:1
-
C
c语言初学者必备的一些知识,大学c语言课程很好的辅助课件(c language for beginners some of the necessary knowledge, university c language courses good supporting courseware)
- 2013-11-26 13:46:05下载
- 积分:1
-
7865435678
VB挖金子扫雷游戏的外挂代码,有需要的下载。(VB digging for gold mine game plug-in code, there is a need to download.)
- 2013-08-08 08:02:36下载
- 积分:1
-
vbchartsample
说明: 直方图-柱状图-曲线图绘制及生成控件VB版附示例(Histogram Curve chart drawing and generating control VB version with examples)
- 2020-06-18 17:18:21下载
- 积分:1
-
hafuman
一 . 需求分析:
1) 输入形式和输入值范围:
输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。
2) 输出形式:
输出相应的编码压缩文件和解码原文件
3) 程序所能达到的功能:
利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。
4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果)
测试输入或者输出文本框是不是有空的,是不是不是有效路径。进行条件判断,实现错误处理。
比如要压缩:c:a.txt 文件路径就是:c:a.txt。如果输入框是空的,就判断,然后用MessageBox处理信息。
如果文件路径和文件的输出路径都写正确的话,就会输出相应的压缩或者解压文件,否则用函数MessageBox提示错误。然后进行更正。
二 . 概要设计:
1) 哈夫曼树的特点
a) 是二叉树的一种,而且是一种没有度数是1的二叉树
b) 一棵树有n个叶子,就会用2n-1个节点
c) 一种“最优”二叉树,由于树的带权路径(WPL)最小
d) 由于它是由下到上顺序构造的,使得分支节点和叶子节点从下到上,权值都是从小到大的顺序排列的
()
- 2007-07-16 22:04:12下载
- 积分:1
-
TemplateTrans
利用VC++对图像进行增强处理,包括图像平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色编码(Using VC++ to enhance the image processing, including image smoothing, median filter, sharpening the gradient, Laplacian sharpening, pseudo-color coding)
- 2009-06-09 15:39:30下载
- 积分:1