-
files of c language,learn form base,lead you to be well up to application of c l...
c语言之文件篇,从基础学起,让你彻底精通c语言的应用。-files of c language,learn form base,lead you to be well up to application of c language
- 2022-01-25 17:36:48下载
- 积分:1
-
cJSONFiles
JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1
-
PQ
说明: 并网逆变器的PQ控制仿真 希望对大家有所帮助(PQ control simulation of grid-connected inverters is expected to be helpful to everyone.)
- 2019-04-15 15:52:05下载
- 积分:1
-
1-2.py
说明: 基于Python的BS公式计算期权的隐含波动率(Calculation of implied volatility of options based on BS formula of Python)
- 2020-09-16 18:17:56下载
- 积分:1
-
ronghe
利用小波进行图像融合,用到各种算子进行边缘检测。(Image Fusion Using Wavelet)
- 2019-04-07 10:19:56下载
- 积分:1
-
Reclosing protection
说明: 线路自动重合闸仿真模型,若发生的故障是瞬时性的,则重合成功,恢复供电;若故障是永久性的,保护再次动作使断路器跳闸。(In the simulation model of line reclosing current protection, if the fault occurs instantaneously, the reclosing is successful and the power supply is restored; if the fault is permanent, the protection acts again to trip the circuit breaker.)
- 2020-03-19 16:17:23下载
- 积分:1
-
Desktop
说明: 该MATLAB脚本为使用矩阵迭代法计算其固有频率及振型,(Matrix iteration method for calculating natural frequencies and modes)
- 2020-12-29 16:59:00下载
- 积分:1
-
贝尔曼
bellman-ford的模板,方便大家使用,可以直接粘贴使用-bellman-ford template to facilitate the use of paste can be directly used
- 2022-01-25 22:50:50下载
- 积分:1
-
用c# asp.net 编写b/s模式的管理系统
用c# asp.net 编写b/s模式的管理系统-asp.netc#
- 2022-02-25 22:41:04下载
- 积分:1
-
交通信号
应用背景交通信号是一个常见的事情,我们看到在我们的日常生活但实现它是某种有点困难。此代码是正确的工作关键技术AVR Studio是用于开发代码。希望你会喜欢我的工作。
- 2023-03-14 03:45:03下载
- 积分:1