资源列表
文件的~1
- 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并
发射部分采用锁相环式频率合成器技术
- 发射部分采用锁相环式频率合成器技术, MC145152和MC12022芯片组成锁相环,将载波频率精确锁定在35MHz,输出载波的稳定度达到4×10-5,准确度达到3×10-5,由变容二极管V149和集成压控振荡器芯片MC1648实现对载波的调频调制;末级功放选用三极管2SC1970,使其工作在丙类放大状态,提高了放大器的效率,输出功率达到设计要求。,Part of the launch phase-locked loop frequency synthesizer using technolog
audiowatermark
- 音频水印算法实现,其中包括水印的嵌入,音频水印常用攻击,以及检测算法的实现。-Audio watermarking algorithms, including the watermark embedding, audio watermarking common attacks, and the detection algorithm.
perfect code
- 这个程序用来实现HUFFMAN编码及译码,程序小巧而实用-the procedures used to achieve HUFFMAN encoding and decoding, compact and practical procedures
hundun_svd_0525
- 效果非常好的数字水印的源代码,实现了基于小波变换的奇异值分解算法,选取载体图像的LH子带作为载体,并进行攻击测试算法性能-The effect of a very good source of digital watermarking, wavelet transform based on the realization of the singular value decomposition algorithm, select the carrier of the LH sub-band ima
DFT
- DTMF产生与检测的软件实现。。可以在ccs软件下进行仿真-DTMF generation and detection software. . Ccs software can be simulated under
PaypalController
- CONTROLLER ES UN CONTROLLER DE MVC QUE SIRVE PARA USAR PAY
gmsh
- gmsh 使用实例 生成一个表面有周期缝隙的盒子 作EMI/EMC 测试~-gmsh example for using creating a chamber with periodic seams on the front plane typical instance for emc test
CALENDAR
- C 语言开发日历的源程序 C language source development calendar-C language source development calendar
WSL1
- c写的简单迷宫游戏源代码在tc下可直接运行-c write a simple maze game source code in tc can be run directly
hannuota
- 数据结构的通过栈实现汉诺塔的程序,主要用到递归的思想,以及栈和链表以及数组的知识。-Data structures through the stack HANOR program, mainly used recursive thought and knowledge as well as an array of stacks and lists.
Wireless-infrared-program
- 无线红外程序,典型的红外无线发射接收程序。-Wireless infrared program,The typical infrared wireless transmitting the receiving application.