-
liushuizuoye
这是基于VC++的一个简单的流水作业程序(动态规划法)(This is based on the VC a simple routine procedure (Dynamic Programming))
- 2007-05-10 00:54:02下载
- 积分:1
-
tz_office
ckglxt仓库管理系统非常实用的管理信息系统,适用于一般的电脑(ckglxt warehouse management system)
- 2012-05-30 19:33:05下载
- 积分:1
-
intersection-between-line
快速排斥试验:设以线段 P1P2 为对角线的矩形为 R , 设以线段 Q1Q2 为对角线的矩形为 T ,如果 R 和 T 不相交,显然两线段不会相交。
(2) 跨立试验:如果两线段相交,则两线段必然相互跨立对方。若 P1P2 跨立 Q1Q2 ,则矢量 ( P1 - Q1 ) 和( P2 - Q1 ) 位于矢量 ( Q2 - Q1 ) 的两侧。
(intersection between line)
- 2011-12-20 20:36:08下载
- 积分:1
-
serial_int_cpp
Dos下中断驱动的串口类(CPP)(Dos Interrupt-driven serial port type (CPP))
- 2004-10-10 09:52:23下载
- 积分:1
-
i2c_master_slave_pic
This I2C library contains the following functionalities:
- master/slave communication
- timeout in case of bus failure
- self recovery after timeout
- possibility to write one of 32 bytes slave registers
In the archive you can find the hardware schematic, some photos of the working platform, the required libraries and an working example. In the example the master MCU writes 2 bytes to the slave MCU which then sums them together. Then the MCU read the result and print it on the LCD. In case of I2C failure, either a TIMEOUT or FAILURE message will be printed on the LCD depending of which line was break. The MCU uses for both master and slave was PIC16F887. It use internal clock at 8Mhz so no cristal is required.
- 2017-07-15 03:09:44下载
- 积分:1
-
jingchengtongbu
哲学家思考吃饭的问题,即进程同步问题!!!!!!!(Philosophers think about eating problems)
- 2012-11-25 21:00:08下载
- 积分:1
-
Clock
VC++可切换到数字模式的圆形时钟,VC++编程学习源码,很好的参考资料。(VC++ round the clock to switch to digital mode, VC++ programming learning source, a good reference.)
- 2014-02-08 17:22:58下载
- 积分:1
-
C#实现中值平均数滤波算法
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
///
/// 中位平均值滤波算法
///
public class DLMidPerFilter
{
private MHBetterList mOrignList = new MHBetterList(); //原始数组
private MHBetterList mFilterList = new MHBetterList(); //过滤数组
private float mCurrentValue; //记录当前值
private int mResetNum = 0; //均值重置个数
public bool mIfReset = false; //判断是否开始均值重置
///
/// 过滤算法
///
/// 新输入的值
///
- 2023-05-07 23:20:03下载
- 积分:1
-
介绍WCF服务发布地址的程序,用c#编写
介绍WCF服务发布地址的程序,用c#编写-Introduction WCF service publishing address the procedures
- 2022-02-20 03:32:36下载
- 积分:1
-
MIMO-OFDM
MIMO-OFDM系统基本结构,有仿真结果图,详细的描述了MIMO效系统调制解调傅里叶变换,信道估计,频域均衡等通信系统模块,具有较高的参考价值。有仿真结果图,详细的描述了MIMO效系统调制解调傅里叶变换,信道估计,频域均衡等通信系统模块,具有较高的参考价值。
- 2022-12-03 07:40:03下载
- 积分:1