-
数据结构源代码,c语言版本
数据结构源代码,c数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关。
- 2022-03-21 15:33:54下载
- 积分:1
-
银行家算法
基于c++的简易银行家算法。。。。....(A simple banker algorithm based on C + +....)
- 2020-06-24 00:20:02下载
- 积分:1
-
先跑的那个车
说明: 基于k60单片机的机器人接力竞速程序,前车(Robot Relay Speed Competition Program Based on K60 Single Chip Microcomputer)
- 2020-06-18 15:00:01下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1
-
4840-1
这是我和同学合作做的一个小表达式求解器!(This my classmates and cooperation in a small expression solver!)
- 2004-12-21 09:58:25下载
- 积分:1
-
图象压缩开发包 Jpeg2000 SDK
一个强大的图象压缩开发包,支持压缩格式为jpeg,jpeg2000有损无损压缩(A powerful image compression development kit, support for compression formats jpeg, jpeg2000 detrimental to lossless compression)
- 2008-06-08 00:10:01下载
- 积分:1
-
ML
说明: %极大似然方法 gcn为高斯有色噪声!!!比较不同点( Maximum likelihood method for Gaussian colored noise GCN! ! ! Compare different points)
- 2008-09-16 21:22:46下载
- 积分:1
-
junzhilvbonmd
MATLAB对数字信号进行均值滤波,尤其是对数字图像(MATLAB for digital signals mean filter, especially for digital images)
- 2014-02-22 18:43:06下载
- 积分:1
-
Modbus_Slave_TM4C123G
说明: TM4C123G编程的Modbus辅助网络(Modbus slave using tm4c123g)
- 2020-02-03 12:09:24下载
- 积分:1
-
212
基于图像预处理的DCT数字水印算法及其MATLAB实现,作者:QQ 64134703 ,电子毕业设计,欢迎咨询
(DCT-based image preprocessing for digital watermarking algorithm and MATLAB implementation of: QQ 64134703, e-graduate design, please consult)
- 2010-09-06 10:03:39下载
- 积分:1