一个matlab与stk的联合仿真,自己编的一个小程序,感兴趣的话可以交流一下。
2022-11-05 19:51:51 1KB matlab_stk stk stk_matlab stk_仿真
1
在MATLAB中计算两个正态云模型之间的相似度,源代码,数值可修改
1
低功耗;灯光亮度调整;灯光冷暖色调整;锂电方案
2022-11-01 12:00:41 300KB 补光灯程序 NY8A051 冷暖
1
This document describes the Heterogeneous System Architecture Intermediate Language (HSAIL), which is a virtual machine and an intermediate language. This document serves as the specification for the HSAIL language for HSA implementers. Note that there are a wide variety of methods for implementing these requirements.
2022-10-31 20:32:38 3.99MB heterogenous system architecture program
1
有限元源程序,结构分析软件,可以用于结构工程、近海工程等领域。
1
C语言实现的简单命令行解析器(Simple shell) 支持用户输入命令行并在后台运行即&后台命令运行模式 支持history命令功能,用户可以查看最近使用的10条命令行,并且调用他们。
2022-10-19 21:01:00 5KB shell linux C program
1
PDG:程序依赖图 由以下规则定义的非常基本的命令性程序的程序依赖关系图创建器。 assignment := x=Aexpr; conditional1 := if(Bexpr){ stmts; } else {stmts; } endif conditional2 := if(Bexpr){ stmts; } endif iterative := while(Bexpr){stmts; } stmt := assignment | conditionsal1 | conditional2 | iterative stmts := stmt | stmts; stmt Aexpr: = constant | variable | Aexpr + Aexpr | Aexpr – Aexpr | Aexpr * Aexpr | Aexpr /
2022-10-06 13:03:18 294KB C++
1
BPSK the modulation and demodulation, with the main program in C
2022-09-23 13:01:23 657B the_program bpsk
提供给初学者一些经典的opencv源代码,包含很多方向的内容,代码可读性高。
2022-09-21 13:01:16 1.57MB 方向