-
MaTeyou-CFD
马铁犹-计算流体动力学,一本介绍CFD很好的书,希望大家有用(Ma Teyou-CFD, hope the book can help you.)
- 2010-12-17 09:57:31下载
- 积分:1
-
randomforest-master
randomforest-maste
深度学历领域的随机森林算法(Random forest-maste
Random Forest Algorithms for Deep Education)
- 2020-06-17 13:00:02下载
- 积分:1
-
NVelocityTest
基于NVelocity模板引擎实现的简单分页实例(A Simple Example Based on NVelocity Template Engine)
- 2020-06-24 16:40:02下载
- 积分:1
-
Mstar-Tool-operating-guide
Mstar-Tool-operating-guide
- 2020-06-15 23:20:01下载
- 积分:1
-
My_first_BP
说明: matlab实现BP模型。注释明白直观,使用方便。(Matlab implements BP model. The notes are clear, intuitive and easy to use.)
- 2020-06-21 20:00:02下载
- 积分:1
-
server20033389
用于远程登陆,密码可以直接复制粘贴,实用方便,比windows自带的远程工具好用。(For remote login, password, you can directly copy and paste, practical and convenient, than windows own remote tools handy.)
- 2013-12-27 09:30:19下载
- 积分:1
-
无线定位算法代码
关于无线传感网络二维的TDOA定位算法,内容详细(TDOA, TOA and AOA localization algorithms for wireless sensor networks are detailed.)
- 2018-05-22 09:01:38下载
- 积分:1
-
AnimatedForm
a Cool animated Form
- 2010-04-14 05:24:19下载
- 积分:1
-
Scara机器人 TCP UDP通信
说明: 支持功能为以太网 modbus TCP/UDP通信 , 10进制转16进制 ,16进制转10进制 ,简单MFC界面,软件版本为VS2010源码,字符解析,报文解析。封装Modbus TCP通信类可以直接用(The supporting functions are Ethernet Modbus TCP / UDP communication, hexadecimal to hexadecimal, hexadecimal to hexadecimal, simple MFC interface, software version is VS2010 source code, character parsing, message parsing. Package Modbus TCP communication class can be used directly)
- 2019-12-27 21:57:08下载
- 积分:1
-
屏幕保护
// 进化版.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include
#include
#include
#include
using namespace std;
#define SCREEN_WIDTH 1600
#define SCREEN_HEIGHT 900
#define DEF_RAIN_NUM 106 //雨的列数
//数字雨开始的位置
int g_nRainPos[DEF_RAIN_NUM] = { 0 };
//数字雨的字符串
char g_strRain[DEF_RAIN_NUM][10] = { 0 };
IMAGE apple;
//加载图片
// void Comeinit()
// {
// loadimage(&apple, L"./res/apple.jpg", 640, 480);
// }
//随机产生一个字母
char CreateRandomNum() {
// cleardevice();
// putimage(0, 0, &apple);
- 2022-05-15 17:29:01下载
- 积分:1