-
经典的扫雷游戏,很实用,是用C写的,已经运行过了,好用!
经典的扫雷游戏,很实用,是用C写的,已经运行过了,好用!-The classic minesweeper game, it is practical, is written in C, has run off, and easy to use!
- 2022-01-21 03:04:27下载
- 积分:1
-
通信系统传输模型
这是信息论与编码的作业,有3种信源编码方式,费诺编码、唯一可译码、香农码。
唯一可译码:若码的任意一串有限长的码符号序列只能被唯一地译成所对应的信源符号序列,则此码称为唯一可译码,否则,就称为非唯一可译码。
香农码:按不等式选择的码长所构成的码称香农码,香农码满足克拉夫特不等式。
- 2022-05-09 14:36:43下载
- 积分:1
-
计算机主机网关的作用是什么?假设你的名字叫小不点,你住在一个大院子里,你的邻居有很多小伙伴,在门口传达室还有个看大门的李大爷,李大爷就是你的网关...
计算机主机网关的作用是什么?假设你的名字叫小不点,你住在一个大院子里,你的邻居有很多小伙伴,在门口传达室还有个看大门的李大爷,李大爷就是你的网关-Mainframe computer What is the role of gateway? The assumption that your name does not叫小point, you live in a compound yard, your neighbors, there are many small partners, at the door there is a janitor
- 2022-10-24 21:55:03下载
- 积分:1
-
金额数字小写转大写
应用背景 企业财务、出纳、资产评估师、土地评估师、房产评估师等在日常工作中经常需要金额大写的情况,这个工具将小写的数据转换为大写的数据。方便工作人员填写报表等。关键技术 采用VB编程,代码可以用到任何地方。Private Function changnum(num As Integer) As String Select Case num Case 0 changnum = "零" Case 1 changnum = "壹" Case 2 changnum = "贰" Case 3 changnum = "叁" Case 4 changnum = "肆" Case 5 changnum = "伍" Case 6 changnum = "陆" Case 7 changnum = "柒" Case 8&nb
- 2023-03-22 09:15:04下载
- 积分:1
-
帮助菜鸟学习,掌握基本基础知识,可以很大提高。
帮助菜鸟学习,掌握基本基础知识,可以很大提高。-Help rookie learning to master basic knowledge, can be greatly improved.
- 2022-03-24 17:17:36下载
- 积分:1
-
基于SDK,视频卡的,VC++视频采集应用程序设计
基于SDK,视频卡的,VC++视频采集应用程序设计-Based on the SDK, video cards, VC++ Video capture application design
- 2023-07-02 23:20:03下载
- 积分:1
-
hlsl示例程序,适合初学者,能够调用纹理,采用c++编写
hlsl示例程序,适合初学者,能够调用纹理,采用c++编写-hlsl sample procedure is suitable for beginners, to call the texture, the use of c++ to prepare
- 2023-05-08 22:05:04下载
- 积分:1
-
改变分辨率 很简单通过一个函数
一看便懂
改变分辨率 很简单通过一个函数
一看便懂-Change the resolution through a function is very simple one would look to understand
- 2022-01-26 01:31:18下载
- 积分:1
-
学生运动会成绩数据库
每个功能的实现均以函数形式实现,系统结构清晰,有必要的注释和说明。数据结构设计合理,系统各项功能以菜单形式进行选择。...
学生运动会成绩数据库
每个功能的实现均以函数形式实现,系统结构清晰,有必要的注释和说明。数据结构设计合理,系统各项功能以菜单形式进行选择。-Student Games results database realize each function are in the form of the realization of function, system structure clear, it is necessary annotations and notes. Data structure design is reasonable, the system functions in the form of menu choices.
- 2022-09-05 17:10:02下载
- 积分:1
-
对于下雪的景象大家可能都不陌生,我们还是用VB来制作一个下雪的景象吧。其实制作这样一个下雪的景象并不复杂,它的原理是首先在底色为黑色的屏幕上随机画出许多白点(雪...
对于下雪的景象大家可能都不陌生,我们还是用VB来制作一个下雪的景象吧。其实制作这样一个下雪的景象并不复杂,它的原理是首先在底色为黑色的屏幕上随机画出许多白点(雪花),然后使这些雪花不断地向下移动(重画),反复循环,就成功地模拟了下雪的景象。下面是这个小程序,你可以修改其中的一些数据调整雪花的密度和雪花落下的快慢。-The snow scene you may not be familiar with, we still use VB to create a snow scene of it. In fact, the production of such a scene of snow is not complicated, it is the first principle of a black background for the screen to draw a random number of white spots (snow), and then make these snowflakes down constantly (re-drawing), repeated cycle, on the successful simulation of the snow scene. The following is a small program, you can modify some of the data to adjust the density of snowflakes and the speed of falling snowflakes.
- 2023-01-03 02:40:03下载
- 积分:1