-
梁的有限元C++程序设计
主要是有限元分析,建立梁的模型,对照《有限单元法》这本书学习,事半功倍(It is mainly the finite element analysis, the establishment of beam model, compared with the book "finite element method" study, get twice the result with half the effort)
- 2020-06-19 17:20:02下载
- 积分:1
-
bspguide
主要介绍指针的概念和常用的方法,包括一些容易错误的使用(Introduces the concept of pointers and common methods, including the use of a number of easy mistakes)
- 2009-09-15 21:29:39下载
- 积分:1
-
xuesheng
学生成绩管理系统,适合初学者用 内容比较简单但是很实用 基本的vc++知识都在里面(Student performance management system is suitable for beginners)
- 2010-12-05 15:21:04下载
- 积分:1
-
备忘录模式-基本代码
Jogo em C codigo, batalha naval para 2 jogadores
- 2020-06-24 17:40:01下载
- 积分:1
-
mSmallBallla
基于MATLAB实现的来源球运动,良好的Mattlab GUI编程例程,可以直接使用。
(Realized by MATLAB source of ball movement, the good Mattlab GUI programming routines that can be used directly.)
- 2012-08-12 12:22:59下载
- 积分:1
-
排课系统
/*头文件*/
#include
#include
#include
#include
/*宏定义*/
#define NULL 0
#define OK 1
#define ERROR -1
#define ESC 0x011b
#define TAB 0x0f09
#define ENTER 0x1c0d
#define UP 0x4800
#define DOWN 0x5000
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define BACKSPACE 0x0e08
#define SPACE 0x3920
/*结构体类型定义*/
struct weekday{
int wday;
char addr[5][10];
struct weekday *next;
};
struct course{
char cnumber[10];
char cname[10];
char period[10];
struct weekday *whead;
struct course
- 2022-06-03 02:01:58下载
- 积分:1
-
WSN Fuzzy
说明: 分簇协议fuzzy 亲测可以使用 代码很齐全 很有用 可以是通过MATLAB 直接是以哦那个(Clustering protocol, leach pro test can use a full range of codes, very useful can be directly through MATLAB)
- 2020-06-27 19:19:51下载
- 积分:1
-
ME3000ATV2
中兴模块ME300的AT命令集,详细说明了各个AT命令的使用。
- 2010-12-26 13:57:33下载
- 积分:1
-
fdtd_waveguide
计算电磁学FDTD(有限时域差分法)计算波导的场(Computational electromagnetics FDTD (finite difference time domain method) to calculate the waveguide field)
- 2012-03-22 22:44:47下载
- 积分:1
-
基于偏微分的CDD模型,且附有处理图像,点击运行就可使用
基于偏微分的CDD模型,该程序运行效果非常理想,且附有处理图像,点击运行就可使用,程序很好理解,让大家少走弯路,强烈推荐!,请放心下载-Based on partial differential of the CDD model, the program runs very good results, and with image processing, click Run can use the program well understood so that we can avoid detours, strongly recommended! Please be assured downloads
- 2023-05-16 11:55:03下载
- 积分:1