-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2023-07-09 00:40:03下载
- 积分:1
-
网络流行的开源回声消除算法,听说很好用,但是我没有用过,分享出来,给大家使用。...
网络流行的开源回声消除算法,听说很好用,但是我没有用过,分享出来,给大家使用。-popular network revenue echo cancellation algorithm, heard useful, but I never used to share out for everyone to use.
- 2022-05-30 09:07:08下载
- 积分:1
-
VB6 便携式
便携式版本:尝试使用它来快速预览部分源代码
- 2022-11-21 06:25:03下载
- 积分:1
-
排序算法
排序算法是一种算法,将列表中的元素放在特定的顺序。最常使用的命令是数值顺序和 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-22 22:01:54下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
基于汇编语言的电子琴设计.运用汇编语言实现!是完整的程序,有许多功能!...
基于汇编语言的电子琴设计.运用汇编语言实现!是完整的程序,有许多功能!-on assembly language, the flower design. Use language compilation! The procedure is complete, there are many functions!
- 2022-03-17 13:17:32下载
- 积分:1
-
一个创建和读写二进制文本文件的程序,开发环境VC
一个创建和读写二进制文本文件的程序,开发环境VC-create and read and write a binary version of the document procedures, the development of environmental VC
- 2023-05-04 17:30:03下载
- 积分:1
-
vc++文件教程中的例子 mfc中网络方面的的 下去看吧 挺有意思的...
vc++文件教程中的例子 mfc中网络方面的的 下去看吧 挺有意思的-vc++ example file tutorial mfc go on the network aspects of the Kanba quite interesting
- 2022-03-30 01:20:03下载
- 积分:1
-
Jabber IM服务器源码,开放源代码开发
jabber的源码,开源IM的服务器开发-jabber source, open source IM server development
- 2023-05-19 19:00:03下载
- 积分:1
-
java实现计算器,各种不同的+―*/四则运算,还支持浮点运算,感觉还不错...
java实现计算器,各种不同的+―*/四则运算,还支持浮点运算,感觉还不错-achieve calculators, and various-*+/4 operator, also support floating-point operations, also feeling good
- 2022-02-27 02:12:52下载
- 积分:1