-
VCAD
适合于图形学的初学者学习的二维图形绘制包(Graphics for beginners to learn the two-dimensional graphics rendering package)
- 2011-12-18 16:19:25下载
- 积分:1
-
birth
数据库编程,生日管理系统,有增加、删除、修改、更新的功能,在VC6.0上可以运行,使用MFC编程!(Database programming, birthdays management system)
- 2014-04-08 00:33:15下载
- 积分:1
-
2dfft
c++ source
fft ifft
2-d FFT
ofdm
- 2013-12-08 16:47:48下载
- 积分:1
-
TestXListCtrlDlg
VC6测试XListCtrl,可以编译使用(VC6 XListCtrl)
- 2015-09-17 15:22:40下载
- 积分:1
-
TadaptiveOFDMh
本程序利用改进的CHOW算法,仿真了自自适应OFDM系统的性能,并画出了SNR
(This program makes use of improved CHOW algorithm simulates the performance of self-adaptive OFDM system, and draw the SNR)
- 2012-08-20 06:45:10下载
- 积分:1
-
physicjlsource
每次只能将与空格相邻的一个数字平移到空格中,试编程问题的求解码()
- 2018-04-10 10:20:50下载
- 积分:1
-
QTMQTTClientGUI-OK
图形界面实现MQTT通信协议的演示例子程序。(This is an MQTT GUI Demo application,to show how to progrrame with MQTT.)
- 2020-06-17 18:40: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
-
StGEMultiCameraSample
日本ricoh相机demo,包含include文件件和lib文件夹。(
Japan ricoh camera demo, containing pieces include files and lib folders.)
- 2013-12-03 17:39:07下载
- 积分:1
-
VQ-DHMM
语音识别配套的VQ及DHMM模型训练程序,C语言,已经定点化,可直接移植到8位MCU或16位DSP中。与目前市面的语音识别玩具的算法基本一致,非常实用,仅供大家参考,别去抢人家饭碗才好。(speech recognition and matching VQ DHMM model training procedures, C language, has been positioned, can be directly transplanted to eight 16-bit MCU or DSP. And the current market speech recognition algorithm toys basically the same, very practical, is for your reference. stealing jobs other people a better life.)
- 2020-09-30 14:47:42下载
- 积分:1