-
基于VC++的编程,这是一个声卡采集演示,显示WAV…
声卡数据采集播放演示源程序(vc),可以显示声卡书库的波形-Based on VC programming, it is a demo for sound card collection, showing the waveform of sound card library.
- 2022-09-25 12:10:03下载
- 积分:1
-
Gauss Projection
高斯投影,选择不同的椭球参数由大地坐标的正反算-Gauss Projection
- 2022-09-21 01:15:02下载
- 积分:1
-
使用流量交互分割
- 2022-03-13 07:11:55下载
- 积分:1
-
UDP Cliente make easy project
UDP Cliente make easy project
- 2022-01-25 23:04:39下载
- 积分:1
-
时间和费用管理
一个开放源码的“时间和费用管理系统”,由initechs,LLC组成。系统跟踪时间和费用项目的项目和客户的员工和承包商的报告,自动生成发票的详细信息。您可以打印每周的时间卡和雇员开支报告,项目,和帐户。它允许您在生成发票审批时间和费用。
- 2022-09-26 17:25:03下载
- 积分:1
-
验证指针的本质是共四个字节这东西代表的东西…
验证指针本质是一个占四个字节的东西,这个东西代表的是变量的地址,并可以通过四个字符保存下来(除函数指针):
将整型,字符型,结构体型数据的地址保存到一个字符数组中,每个地址都只占4个字节。然后从数组中每次取四个,转换成指针,再通过该指针找到原先存的数据。-Verify pointer essence is a total of four bytes of the things this thing represents the address of a variable, and can be preserved through the four characters (except function pointers): will be integer, character, structure, size of the address of the data saved to the an array of characters, each addresses only 4 bytes. And then taking four each from the array, converted into a pointer, and then through the pointer to find the original save data.
- 2023-08-06 14:35:03下载
- 积分:1
-
在VC中使用nntoolkit工具箱
1、 安装和注册nnToolKit组件
参见神经网络组件《nnToolKit安装手册》。
2、 导入nn...
在VC中使用nntoolkit工具箱
1、 安装和注册nnToolKit组件
参见神经网络组件《nnToolKit安装手册》。
2、 导入nnToolKit组件
新建一个MFC AppWizard[exe]工程后,导入nnToolKit
使用MFC ClassWizard,添加一个新类,选择From a type of library,
在弹出的对话框中选中nnToolKit.dll
确定后,可以在workspace中发现类InnToolKit
(本例中采用自动化方法来使用COM,)
-in VC nntoolkit use a toolbox, installation and registration nnToolKit components See neural network components "nnToolKit installation manual." 2. nnToolKit components into a new MFC AppWizard [exe] works, Introduction nnToolKit use MFC ClassWizard, add a new category, From choice of a type of library, in the pop-up dialog box selected nnToolKit.dll identified, can be found in the workspace InnToolKit category (in this case the use of automated means to use COM,)
- 2023-05-02 00:50:02下载
- 积分:1
-
实现飞机飞行的模拟,利用空气动力学原理实现飞机飞行时,空气流的模拟。...
实现飞机飞行的模拟,利用空气动力学原理实现飞机飞行时,空气流的模拟。-Of aircraft flight simulation, the use of aerodynamics to achieve flight, air flow simulation.
- 2022-02-22 04:18:49下载
- 积分:1
-
Including the application menu UIMENU, calculator division, the use of a single...
包括UIMENU菜单的应用,除法计算器,单选框的使用,添加环境效果,改变坐标轴范围等子程序-Including the application menu UIMENU, calculator division, the use of a single box, add the environmental effects of changes in the scope axis Subroutine
- 2022-02-09 17:15:58下载
- 积分:1
-
C-mex files for MATLAB encounter the following problem when compiling
them with WATCOM 11.0: All access-functions to files (fprintf, fscanf)
cannot handle double variables, only integer and strings are read or
written correctly. The file convert.c contains two functions: You may
read a double-variable as a string from the file and convert it to a
double (function string2double) and you may convert a double to a string
(function double2string) and write it to a file (see main() in
convert.c).
The file conditio.dat is an example of numbers read by convert.c. The
conv.exe was compiled on a Windows95-system.
The files were tested for MATLAB 5.2 and WATCOM 11.0a
result of "ver" is: MATLAB Version 5.2.1.1420 on PCWIN-C-mex files for MATLAB encounter the following problem when compiling them with WATCOM 11.0: All access-functions to files (fprintf, fscanf) cannot handle double variables, only integer and strings are read or written correctly. The file convert.c c
- 2022-06-01 01:50:17下载
- 积分:1