-
Inline combinational language in VC.
Can build the merit of combinational langu...
VC中的内联组合语言。
- 2022-04-20 03:30:29下载
- 积分:1
-
C#上位机串口
根据网上搜索的DEMO 经过修改 作的一个上位机程序,但是在和单片机过程通讯的时候,只接收可以完整的打印出来,当处理一下数据的时候,接收的数据就会出现错乱 接收不全!
- 2022-03-23 01:01:09下载
- 积分:1
-
Datetime converter.
:先输出一个表示英文月份的字符数组,再输如任意一表示时间的数组;再用cin.getline读取,最后输出所求结果。-Datetime converter.
- 2022-04-02 04:40:48下载
- 积分:1
-
简单好用的电话薄 容易简单好用 实际用处大 适合家庭受用
简单好用的电话薄 容易简单好用 实际用处大 适合家庭受用
-GOOD
- 2022-12-25 19:15:04下载
- 积分:1
-
水准计算程序,输入高差,程序自动平差,并计算闭合差
水准计算程序,输入高差,程序自动平差,并计算闭合差-Standard computer program, enter the height difference, the program auto-adjustment, and calculate the difference closure
- 2023-05-03 19:05:03下载
- 积分:1
-
QW2410开发套件wince的说明,附有详细的图片说明
QW2410开发套件wince的说明,附有详细的图片说明-QW2410 Development Kit wince note, accompanied by a detailed description of the picture
- 2022-02-09 13:59:57下载
- 积分:1
-
一本C++的进阶教程,看了以后对编程有很大帮助。(中文版)...
一本C++的进阶教程,看了以后对编程有很大帮助。(中文版)-1 C++ The Advanced Course, looking after the programming has great help to me. (Chinese Version)
- 2022-07-15 04:52:07下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1
-
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将...
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等.-1.making a virtual diskete memory as file storyge,in this district it can implement a simple single user file system .when quit this simple file system ,it shoud save the virtual file system to diskete,then it can be resumed to virtual diskete district in the memory.3.we can choose location hint map to manage the idle space or orther means.if we choose locationhint map to manage file saving space,and adopt show linking distribution mode,we can combine location hint map into FAT table.4.file directory confiuration adopts multilevel directory confiuration.to simplify,it doesn t use index dot,evrery term shoud include file name,physical dress and lenght.
- 2022-07-20 06:41:57下载
- 积分:1
-
费舍尔,pseudoinverse,感知器,放松,呵
Fisher, Pseudoinverse, Perceptron, Relaxation, Ho-Kashyap and LMS method for pattern classification
- 2022-05-15 20:16:40下载
- 积分:1