-
distance_between_two_lines
对于给定的两个线段,程序输出这两个线段之间的距离(For a given two line segments, the program output that the distance between two line segments)
- 2009-03-25 16:04:31下载
- 积分:1
-
CS05_fileencodingtransform_src
VC8源代码,VS.NET 2005 下开发,托管代码。功能:文件编码转换(VC8 source code, VS.NET 2005 under development, managed code. Function: file encoding conversion)
- 2009-02-20 15:01:02下载
- 积分:1
-
Fuzzy-Programming
C语言,模糊控制程序(The C language, misty control procedure)
- 2021-01-13 21:08:48下载
- 积分:1
-
svpwm
svpwm仿真模型,通过仿真确定svpwm的最佳配置模式(svpwm simulation model to determine the optimal configuration of the simulation model svpwm)
- 2013-12-28 23:37:56下载
- 积分:1
-
dsa
通通过DSA算法的C编程说明加密算法的运用(Pass through the DSA algorithm in C programming note the use of encryption algorithms)
- 2011-09-19 15:24:22下载
- 积分:1
-
QuartercarJJJ
通过具有随机结构参数的四分之一车辆模型研究了具有不确定性结构参数的车辆在受到来自道路的随 机激励作用下的振动响应问题。将簧上质量、簧下质量、悬挂阻尼、悬挂刚度以及轮胎刚度均认为是随机变量。将路面的不平整引起的对车辆的激励看作高斯随机过程并通过简单指数功率谱密度来建立力学模型。(By a quarter vehicle model with random parameters studied vehicle structure uncertain structural parameters of the vibration by the random excitation the road response under question. The sprung mass, unsprung mass, suspension damping, suspension stiffness and rigidity of the tire are considered to be random variables. The excitation caused by uneven road vehicle regarded as Gaussian random process and to create a mechanical model of a simple exponential power spectral density.)
- 2020-11-02 10:09:53下载
- 积分:1
-
漫水填充
漫水填充算法的实现,例子比较详细,可供参考
- 2022-03-17 19:31:35下载
- 积分:1
-
ESP8266资料
说明: 基于stm32的esp8266 wifi模块开发源码与说明(Source code and description of the development of esp8266 WiFi module based on stm32)
- 2019-11-10 23:27:28下载
- 积分:1
-
C#的链表
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections;
namespace NodeList
{
///
/// 自定义Information类
///
public class Information
{
public int nID = 1;
public string StrName = "";
///
/// 构造
///
///
///
public Information(int id,string name)
- 2022-06-13 20:33:26下载
- 积分:1
-
C程序员面试宝典 PDF
C程序员面试宝典下载(pdf版),没办法,我找了很多这本书的电子版,这个是我见到的目前最清晰的了。写的非常好!用很多企业,公司的面试题。有需要的朋友可以下载看看!(C programmers interview book download (pdf version), no way, I find a lot of this electronic version of this book, this is what I see most clearly the. Very well written! With many enterprises, the company s face questions. In need of a friend can download to see!)
- 2020-06-26 01:00:02下载
- 积分:1