-
用VC6.0实现的一个小游戏,很简单,使用于初学者
使用vc6.0实现方块小游戏,非常简单,使用于初学者-Use vc6.0 to achieve a small box games, very simple, used in beginners
- 2022-03-03 08:31:24下载
- 积分:1
-
OGRE开发包的依赖包,是VS2003版本的,不能用于其它VC版本
OGRE开发包的依赖包,是VS2003版本的,不能用于其它VC版本-Ogre dependence development kit package is VS2003 version, can not be used for other VC version
- 2022-01-25 23:09:05下载
- 积分:1
-
This program uses virtual base classes
This program uses virtual base classes
- 2022-03-21 09:54:43下载
- 积分:1
-
基于LMS算法,此程序用于产生凹口滤波器
基于LMS算法,此程序用于产生凹口滤波器-Based on LMS algirithm,this codes are useded to creat adapyive filter.
- 2023-05-26 10:55:03下载
- 积分:1
-
RPG elements of a typing game developed by Delphi small game can be extended ind...
有RPG要素的打字游戏
由DELPHI开发的小游戏
通关后可挑战无限城-RPG elements of a typing game developed by Delphi small game can be extended indefinitely City challenge
- 2022-03-16 14:58:04下载
- 积分:1
-
CRC 生成器
循环冗余检查 (CRC) 是在数字系统中,例如,常用的试验压实密度泛函理论 (可测性设计) 电路中,网络和存储设备检测到的原始数据意外更改错误检测代码。输入一个短校验值附加,这些系统得到的数据块的基于及其内容 ; 及多项式除法的余数检索重复计算,并且检查值不匹配时,可以对推定的数据损坏或有缺陷的结果采取适当的行动。
在这个实验室中,我们需要设计参数化的 crc 校验模块 (在 Verilog) 来生成固定长度检查值根据给定的多项式函数。我们使用一种脚本语言 (Perl 或 Python) 来生成用户定义的参数化的 CRC 模块数据宽度和多项式函数.
- 2022-08-13 17:44:20下载
- 积分:1
-
自己业余时间编的一些小游戏,只供学习之用。实现逻辑也非常简单。
用户可以根据 箭头指示。 来让小人跳舞...
自己业余时间编的一些小游戏,只供学习之用。实现逻辑也非常简单。
用户可以根据 箭头指示。 来让小人跳舞 -none
- 2022-03-15 06:21:51下载
- 积分:1
-
C++ INPUT_OUTPUT using iostream in console application
C++ INPUT_OUTPUT using iostream in console application
- 2022-08-12 07:15:29下载
- 积分:1
-
水准网间接平差,是软件设计课编写的小应用程序,希望对刚学习VB的筒子有用...
水准网间接平差,是软件设计课编写的小应用程序,希望对刚学习VB的筒子有用-Indirect leveling network adjustment, the software design course to prepare a small application that just want to be useful to learn VB-cheese
- 2023-03-28 12:20:03下载
- 积分:1
-
his little function rounds a number (or the elements of a vector ot matrix) towa...
his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits.
Examples:
roundsd(0.012345,3) returns 0.0123
roundsd(12345,2) returns 12000
This is a useful complement to Matlab s ROUND, ROUND10 and ROUNDN (Mapping toolbox), especially when dealing with data with a large variety of order of magnitudes.
I was about to upload this file when I found "sd_round.m" by Edward Zechmann (see aknowledgment), which has similar feature (and more). But, because my script is very different in coding (much much shorter), I decided to share it anyway.
- 2022-06-30 21:07:55下载
- 积分:1