Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - VC 6.0
Search - VC 6.0 - List
DL : 0
API控制 2.0,这是一个封装了500多个Windows API的控件,覆盖了网络、系统、界面、多媒体、图形、文字等各个方面,提供了外接的80个左右的方法使您能更快速有效的写出功能强大的程序.适用于VB、VC、Delphi、Cbulider等各类可以使用ActiveX控件的编程环境-API Control 2.0, which is a package of more than 500 Windows API control, covering the network, system, interface, multimedia, graphics, text and other aspects, providing about 80 external method allows you to more quickly and effectively The write powerful procedures. applicable to VB, VC, Delphi, Cbulider such as ActiveX controls can use the programming environment
Date : 2025-12-17 Size : 42kb User : 站长

DL : 0
RS(15,9)上的C语言纠错源码.在VC++6.0平台上调试通过,可以纠正任意24bit的错码-RS (15,9) on the C language source code error correction. In VC++ 6.0 platform debugging passed, to correct the fault of any 24bit code
Date : 2025-12-17 Size : 173kb User : ATK

DEC-5502板和主机通信程序,PC机端代码,由VC++6.0编写,可以实现端点1,2的批量数据传输-DEC-5502 board and the host communication program, PC-side code, by VC++ 6.0 to prepare, you can achieve the endpoint of the bulk data transfer 1,2
Date : 2025-12-17 Size : 4.01mb User : 单振宇

FFT算法研究,看看对要使用VC++进行数字信号处理的朋友还是很实用的-FFT algorithm to see if want to use VC++ For digital signal processing of a friend or a very practical
Date : 2025-12-17 Size : 8kb User : 陈刚毅

DL : 0
FFT源代码在VC++6.0下调试通过。作为DSP处理器软件设计的基础-FFT source code
Date : 2025-12-17 Size : 204kb User : 双凯

详细分析TI高速DSP,TMS320C6416的bootloader原理,给出了基于CCS 3.1和VC6.0的整套实现代码,配备WORD文档。原创-a board-proved bootloader solution for TI high-performance dsp tms320c6416, using CCS 3.1 and VC++ 6.0, however, the documentation file is in Chinese.
Date : 2025-12-17 Size : 1.44mb User : GongPing

DL : 0
胡广书的《数字信号处理 理论 算法》书中代码,c语言,开发环境VC++6.0,经过调试-Hu Guang book " Theory of digital signal processing algorithms," in the book code, c language, development environment, VC++6.0, after commissioning
Date : 2025-12-17 Size : 41kb User : yangfu

AD 采样的C程序 VC++6.0 可以用做实验前的仿真-AD sample C programs can be used VC++6.0 simulation before the experiment
Date : 2025-12-17 Size : 510kb User : 谢金鹏

DL : 0
介绍了基于TMS320F240 DSP的变频调速系统与PC机的串行通信设计方法,阐述了Win- dows 98环境下的多线程通信编程技术,并给出了VC++6.0、DSP汇编语言编写的主要程序段代码. -Introduced based on the variable speed system TMS320F240 DSP Serial communication with the PC design method described under Win-dows 98 multi-thread communication programming, and gives the VC++6.0, DSP assembly language major block code.
Date : 2025-12-17 Size : 25kb User : 蔡丽

包含创建VC工程文件(Visual stdio 6.0及以上版本的源代码组织文件)的源代码,程序及使用说明. 该程序用于重建 丢失的 VC 工程文件dsp文件。或者用于使用VC编辑器查看和编辑linux下的源代码。 1. 把MakeDspFile.exe和make.bat拷贝到需要创建工程文件的主目录。 2. 修改make.bat文件的命令:把MakeDspFile.exe ViewCode >>ViewCode.dsp中的 ViewCode 替换成需要产生的工程的名字。 3. 双击make.bat即可产生工程文件ViewCode .dsp。 4. 使用VC打开ViewCode .dsp即可。-VC project file contains the production (Visual stdio 6.0 and above versions of source code organization file) of the source code, procedures and instructions of the program for the reconstruction of the missing VC project files dsp file. Or for the use of VC editor to view and edit the source code under linux. 1 to MakeDspFile.exe and make.bat need to create a project file copied to the home directory. (2) modify make.bat file command: the MakeDspFile.exe ViewCode> > ViewCode.dsp in ViewCode need arise to replace the name of the project. Double-click to generate project files make.bat ViewCode. Dsp. 4 using the VC open ViewCode. Dsp can.
Date : 2025-12-17 Size : 420kb User : hanjie

随机信号处理实验,VC编程实现。(1)、产生(0,1)均匀分布随机数,期望,方差,概率密度统计 (2)、产生(0,1)高斯分布随机数,期望,方差,概率密度统计 (3)、2组独立的(0,1)均匀分布随机数做和后的概率密度统计 (4)6组独立的(0,1)均匀分布随机数做和后的概率密度统计。(5)、产生(0,1)高斯序列的自相关序列;(6)计算(5)的序列的功率谱密度。 -(1), resulting in (0,1) uniformly distributed random numbers, the expectations, variance, probability density statistics (2), a (0,1) Gaussian random numbers with expectation, variance, probability density statistics (3)two independent (0,1) uniformly distributed random numbers to do and the probability density statistics (4) independent (0,1) uniformly distributed random numbers to do and probability density statistics. (5), resulting in (0,1) Gaussian autocorrelation sequence (6) calculation of the sequence (5) power spectral density.
Date : 2025-12-17 Size : 16kb User : 鲍慊

SZDSPⅡ型开发实验平台54X实验指导书,有详细例程-Three-dimensional ray tracing program, mainly compiled under VC++ environment
Date : 2025-12-17 Size : 633kb User : fengshaohua

台湾国立最新的svm工具箱 1. matlab自带了C编译器Lcc-win32C,但是libsvm原始版本是C++实现的,因此需要C++的编译器来编译,这就是不适用matlab默认编译器而选择其他C++编译器的原因。 matlab支持的编译器也是有限的,可以查看不同版本matlab支持的编译器列表 2. 如果matlab版本太低,如matlab 7.0是不能用VS作为编译器的,只能用VC++ 6.0 3. .mexw32 文件是经过加密的,打开是乱码,函数本身没有帮助。-SVM toolbox for matlab
Date : 2025-12-17 Size : 568kb User : Tommy
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.