-
g729a_c_linux
说明: g729a 语音编码,再linux c 环境下实现,有非常的好的移植性,通话质量好(g729a voice coding, and c linux environment, and it is very good transplant, good call quality)
- 2005-11-07 08:53:15下载
- 积分:1
-
Matlab--one-hundred-cases
Matlab 实用程序百例,对初学者很有用,推荐下载。(Matlab utility, one hundred cases, very useful for beginners, recommended download.)
- 2011-10-23 16:50:41下载
- 积分:1
-
railway
Reservation for railway system
- 2018-02-21 14:42:47下载
- 积分:1
-
Dictionary
这是在visualstudio中使用C语言制作的WPF字典。表单还可以选择说单词。所有的单词和它们的意思都来自公共资源。单词及其含义的数据库是用SQL实现的。
- 2022-07-15 07:02:20下载
- 积分:1
-
Detours库基本用法
Detours库基本用法 typedef void(__stdcall *D3D11DrawIndexedHook) (ID3D11DeviceContext* pContext, UINT IndexCount, UINT StartIndexLocation, INT BaseVertexLocation);D3D11DrawIndexedHook phookD3D11DrawIndexed = NULL;void __stdcall hookD3D11DrawIndexed(ID3D11DeviceContext* pContext, UINT IndexCount, UINT StartIndexLocation, INT BaseVertexLocation){ return phookD3D11DrawIndexed(pContext, IndexCount, StartIndexLocation, BaseVertexLocation);}
- 2023-07-30 23:35:13下载
- 积分:1
-
hanoi
实现汉诺塔的操作步骤输出,可以设置1,2,3三个塔柱,输出结果为用1,2,3表示的操作(Tower of Hanoi the steps to achieve the output, you can set 1,2,3 3 Pylon, the output result of the operation that used 1,2,3)
- 2009-12-05 22:11:52下载
- 积分:1
-
MATLAB
清楚,MATLAB命令大全
管理命令和函数
help 在线帮助文件
doc 装入超文本说明
what M、MAT、MEX文件的目录列表
(clear)
- 2010-12-19 17:38:40下载
- 积分:1
-
Shamir门限算法
门限方案(也称秘密共享或秘密分享)。通常将秘密(比如密钥)被分割成几份,某些份额必须结合在一起才能恢复秘密。Shamir建议了一种可达到理论上无条件保密的密钥分散保存方案,把主密钥按下列方法分为W个子密钥K1、K2、… 、KW,并把子密钥分发给W个有合法权力的人,并做到:1.用W个子密钥中的任意t个计算主密钥K容易;2.用W个子密钥中的任意少于t个确定主密钥理论上不可解的问题,因为缺少信息。
- 2022-04-21 04:50:47下载
- 积分:1
-
20100711(last)
使用2812产生占空比可变的方波,用于电力牵引中DCDC变换器的控制(generate PWM with DSP 2812)
- 2012-04-24 10:12:16下载
- 积分:1
-
test1
TMS320X281xDSP原理及C程序开发示例程序,初学者很实用(Principle TMS320X281xDSP and C program development sample program, very useful for beginners)
- 2013-05-14 12:46:05下载
- 积分:1