-
Game
这是一本关于游戏服务器打包方法的介绍,在通信传输中,总也离不开打包、解包操作(This is a book about the game server packing method is introduced, in the communication transmission, also always cannot leave packing, unpacking operation
)
- 2012-09-18 11:07:49下载
- 积分:1
-
中国象棋游戏,是基于网络游戏的网络游戏,无需…
中国象棋游戏,该游戏是基于WEB的在线WEB游戏,无需安装任何软件,只要浏览器,便可运行-Chinese Chess Game, which is based on the WEB Games WEB Games online, no need to install any software, as long as the browser, can run
- 2023-05-25 20:25:03下载
- 积分:1
-
【算法与数据结构】105《Python算法教程》
【算法与数据结构】《Python算法教程》,适合python开发的人。([algorithm and data structure] "Python algorithm tutorial", suitable for the python development of people.)
- 2018-01-12 15:08:20下载
- 积分:1
-
Three_SPWM_Inverter_xiebo
说明: 此程序为功率因数校正程序,可以直接烧录到DSP28335中,可以直接使用。(This program is a power factor correction program, which can be directly burned to the DSP 28335, and can be used directly.)
- 2019-03-01 21:33:01下载
- 积分:1
-
带压缩,学习因子
说明: 在matlab用于各种算法粒子群和遗传的测试函数性能比较,画图等等(Performance comparison of particle swarm and genetic test functions used in various algorithms in matlab, drawing, etc.)
- 2020-03-28 15:44:20下载
- 积分:1
-
"vos mini edition"是目前非常流行的模拟钢琴类游戏的mini版,用java实现,通过程序的学习和编写,java学习者可以对java的图形和多媒体...
"vos mini edition"是目前非常流行的模拟钢琴类游戏的mini版,用java实现,通过程序的学习和编写,java学习者可以对java的图形和多媒体应用有了更深入的了解.-"Vos Mini Edition" is a popular emu-piano game in its mini version. Written in Java, you can get more details about the Java MultiMedia and Graphics with the coding and learning the program.
- 2023-01-01 14:55:03下载
- 积分:1
-
Test11
属于C++里继承与派生类的小程序,主要是多层派生里的指针继承问题,仅供参考(Belonging C++ inheritance and derived classes in a small program, mainly derived pointers in multilayer succession for reference purposes only)
- 2013-06-28 16:53:30下载
- 积分:1
-
SVM程序
主要是实现分类的功能,多分类,很容易理解,更换数据就可以实现不同东西的分类(The main function is to achieve classification)
- 2017-08-10 20:20:58下载
- 积分:1
-
CompAct-VSA Design and modelling
本文介绍了一种新型变刚度执行机构(CompAct-VSA)的设计与建模。压实- vsa的工作原理是基于具有连续调节枢轴点的杠杆臂机构。提出的概念允许开发具有大刚度范围和快速刚度调节响应的驱动单元。执行机构的实现利用凸轮形杠杆臂与可变枢轴驱动齿条和小齿轮传动系统。这种实现导致了高度集成和模块化的组装。尺寸和重量确实是VSAs设计中的一个开放问题,这最终限制了它们在多自由度机器人系统中的实现。本文介绍了执行机构的原理、工作原理和模型。初步结果表明,所提出的压实vsa设计具有快速的刚度调节响应和较大的刚度范围。(This paper describes the design and modelling of a new variable stiffness actuator (CompAct-VSA). The principle of operation of CompAct-VSA is based on a lever arm mechanism with a continuously regulated pivot point. The proposed concept allows for the development of an actuation unit with a wide range of stiffness and a fast stiffness regulation response. The implementation of the actuator makes use of a cam shaped lever arm with a variable pivot axis actuated by a rack and pinion transmission system. This realization results in a highly integrated and modular assembly. Size and weight are indeed an open issue in the VSAs design, which ultimately limit their implementation in multi-dof robotic systems. The paper introduces the mechanics, the principle of operation and the model of the actuator. Preliminary results are presented to demonstrate the fast stiffness regulation response and the wide range of stiffness achieved by the proposed CompActVSA design.)
- 2019-03-19 23:31:15下载
- 积分: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