-
射线追踪
关于射线追踪模型的源代码,有日本人所写 非常实用有参考价值 可以根据自己的需求 更改程序的代码 使其能够满足你自己的需求
- 2022-03-03 20:15:20下载
- 积分:1
-
The algorith divides rows in to four equal groups. The rows are then used to fro...
The algorith divides rows in to four equal groups. The rows are then used to from a distance graph which is then transformed into a matrix. girth of eight is maintained by avoiding six-cycles in the graph construction
- 2022-08-21 23:38:50下载
- 积分:1
-
仅仅是连接的本地化
了解节点的地理位置通常很有用
- 2022-05-26 03:48:11下载
- 积分:1
-
用VB6实现仪器串口通信及检测功能
用VB6实现仪器串口通信及检测功能-with VB6 achieve serial communication equipment and detection capabilities
- 2022-04-11 10:00:03下载
- 积分:1
-
卷积码译码器,采用sova算法译码
卷积码译码器,采用sova算法译码-Convolutional Decoder, decoding algorithm used SOVA
- 2023-01-25 01:05:04下载
- 积分:1
-
Modbus通信VB源代码,基本上可以适合任何Modbus的用途
Modbus通信VB源代码,基本上可以适合任何Modbus的用途-Modbus Communication VB source code, basically suitable for the use of any Modbus
- 2022-01-27 13:33:04下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1
-
Turbo码译码器的释放0.3
Turbo Decoder Release 0.3
* Double binary, DVB-RCS code
* Soft Output Viterbi Algorithm
* MyHDL cycle/bit accurate model
* Synthesizable VHDL model
-Turbo Decoder Release 0.3* Double binary, DVB-RCS code* Soft Output Viterbi Algorithm* M yHDL cycle/bit accurate model* Synthesizable VHDL model
- 2022-01-24 17:41:36下载
- 积分:1
-
微软亚洲研究院论文:无线网络音频广播的省能量速率分配机制
微软亚洲研究院论文:无线网络音频广播的省能量速率分配机制-Microsoft Asia Research Institute Papers : wireless network audio broadcast of the provincial energy distribution rate mechanism
- 2023-04-06 01:05:03下载
- 积分:1
-
MC52233 based data acquisition schematic
MC52233 based data acquisition schematic
- 2022-03-23 21:28:16下载
- 积分:1