-
myVAD
calculate a voice detection.also one can calculate the frequency of his/her voice.
- 2009-11-17 00:16:38下载
- 积分:1
-
Trilateration-Network
测绘程序,计算测边网各点坐标的评查程序,值得借鉴(Mapping program to calculate the coordinates of each point measured the side-netting of assessment investigative procedures, worth learning)
- 2013-08-20 15:13:21下载
- 积分:1
-
飞思卡尔KEA128芯片串口Bootloader程序
该程序为完整的Bootloader启动代码,可以正常更新应用代码,注释详细,仅供参考学习
- 2022-01-25 21:12:44下载
- 积分:1
-
详谈用API读取Revit对象的参数值 .
public static string ParameterToString(Parameter param)
{
string val = "none";
if (param == null)
{
return val;
}
// To get to the parameter value, we need to pause it depending on its storage type
switch (param.StorageType)
{
case StorageType.Double:
double dVal = param.AsDouble();
val = dVal.ToString();
break;
case StorageType.Inte
- 2022-05-07 23:57:30下载
- 积分:1
-
datagrid 的手写样式。怎样使得你在绑定数据源的时候更快捷与方便、美观。...
datagrid 的手写样式。怎样使得你在绑定数据源的时候更快捷与方便、美观。-datagrid handwritten forms. What makes you bundled data sources in the more efficient and convenient and attractive.
- 2023-03-02 18:20:03下载
- 积分:1
-
VCGAME
本文件夹提供了扫雷游戏、俄罗斯方块等游戏的源码(this is a good source code)
- 2010-11-23 19:09:49下载
- 积分:1
-
MATLAB2
以计算机软件MATLAB为操作平台,将数值分析的理论与上机实验相结合,采用数值解法、解析解法和图形可视化显示并举的全新写作手法(MATLAB is a computer software operating platform, the numerical analysis of the theoretical and experimental-on combined use of numerical method, analytical method and graphical visual display simultaneously a new writing style)
- 2009-10-17 20:29:58下载
- 积分:1
-
平台基于visual studio2015 bilateralFilter
平台基于visual studio2015,使用opencv函数实现双边滤波,进行图像处理(bilateral Filter based on opencv)
- 2020-06-20 05:00:01下载
- 积分:1
-
hm5065_yuv-hal
HM5065驱动kaifachnegxu(driver develpe)
- 2021-03-16 14:39:22下载
- 积分:1
-
KEY_TEST
用C语言对LED灯进行测试 通过实际按下键盘进行测试笔(the test of LED with C language and the keyboard is a necessity
)
- 2011-11-30 19:32:38下载
- 积分:1