-
Navier-Stokes 方程
用来解矩形区域不可压缩 Navier-Stokes 方程的(Solving incompressible Navier-Stokes equation in rectangular region)
- 2020-06-16 05:40:01下载
- 积分:1
-
虚拟串口源码
跟商业软件Virtual Serial Ports Driver XP3类似
- 2022-07-11 23:06:15下载
- 积分:1
-
这是一个图表组件C #你研究和推荐。
一个图表控件,c#语言实现,值得研究-推荐-This is a chart component in c# for you to study and recommendation.
- 2023-09-06 05:35:03下载
- 积分:1
-
transfers
局域网 实现文件的数据传输
传输进行了 文件属性的 处理, 接受后文件属性不变!(LAN file transfer data transfer carried out the deal with file attributes, file attributes unchanged accepted!)
- 2008-08-17 17:18:18下载
- 积分:1
-
ld3320
LD3320 是一颗基于非特定人语音识别(SI-ASR:Speaker-Independent
Automatic Speech Recognition)技术的语音识别/声控芯片。提供了真正的单
芯片语音识别解决方案。
LD3320 芯片上集成了高精度的A/D 和D/A 接口,不再需要外接辅助的
Flash 和RAM,即可以实现语音识别/声控/人机对话功能。并且,识别的关键词
语列表是可以动态编辑的。(Voice Recognition ;Speech Recognition ;Speech recognition technology
)
- 2011-08-19 22:47:10下载
- 积分:1
-
Kriging
克里金算法的重要介绍,想跟大家一起交流,把代码写的越来越好(Kriging algorithm introduced, would like to communicate with, and write the code is getting better and better)
- 2012-12-28 12:06:15下载
- 积分:1
-
C#读取cad缩略图
在不使用任务插件的情况下读取DWG文件的缩略图,以便在没有安装AutoCAD的计算机上浏览。
- 2022-01-25 20:06:03下载
- 积分:1
-
玩家PK
#include
#include
#include
#include
#include
#include
using namespace std;
class Role
{
protected:
int hp,ce,de,fa;
int flag;
string nn;
public:
Role(string n, int h, int c, int d, int f):nn(n),hp(h),ce(c),de(d),fa(f) {}
~Role() {}
void combat(Role &an)
{
if(fa>an.fa)
{
flag=1;
loop2:
cout
- 2022-08-02 18:23:20下载
- 积分:1
-
usart2
这是我收集的几个通信基础理论的Matlab仿真实现,包括bpsk、qpsk、ofdm以及信号衰减和延迟的仿真。尽管不是我本人原创,但比较都经典(gggggggggggggg)
- 2010-08-24 10:46:15下载
- 积分:1
-
11vs11robot-soccer
这个是11V11的平台,里面有简单的策略,代码都经过了注释,非常适合初学者学习。(This is the 11V11 platform, which has a simple strategy, the code have been annotated, very suitable for beginners to learn.)
- 2020-10-14 18:17:30下载
- 积分:1