-
dmt3
从互联网上搜索并下载至少3个英文原版TXT格式小说,设计程序统计每个小说中26个英文出现的次数,所占百分比。
根据程序输出结果分析莫尔斯码对各英文字母设计的编码的合理性。(Search and download from the Internet at least 3 TXT format, original English novel, the novel design process statistics for each of 26 English and the number of occurrences percentage. According to the procedure output of Morse code letters on the design of the code is reasonable.)
- 2010-12-07 22:32:51下载
- 积分:1
-
made use of IP Control
使用自制的IP控件-made use of IP Control
- 2023-08-29 23:20:03下载
- 积分:1
-
解码红外遥控器编码
红外线遥控器已被广泛使用在各种类型的家电产品上,它的出现给使用电器提供了很多的便利。红外遥控系统一般由红外发射装置和红外接收设备两大部分组成。红外发射装置又可由键盘电路、红外编码芯片、电源和红外发射电路组成。红外接收设备可由红外接收电路、红外解码芯片、电源和应用电路组成。 通常为了使信号能更好的被传输发送端将基带二进制 信号调制为脉冲串信号, 通过红外发射管发射。
这次编写的解码红外遥控器编码程序,通过单片机上8个LED灯表示解码值,十分简单
- 2022-02-20 20:07:02下载
- 积分:1
-
stm8s105 BLDC源代码
STM8S105 BLDC源代码,代码非常简单易读;
- 2023-06-28 15:00:04下载
- 积分:1
-
vaccumbreaker
真空断路器灭弧室涡流场计算的实例,是关于纵向触头结构方面的分析。(Vacuum circuit breaker chamber eddy current field calculation example of contact structure on the longitudinal analysis.)
- 2010-03-16 14:23:18下载
- 积分:1
-
dianjx
电极系测井曲线 用matlab编写的用于学测井同学用(Electrode system logs using matlab for students with learning logs)
- 2013-11-29 14:26:39下载
- 积分:1
-
QNX-develepement-sheet
QNX开发手册,希望能对开发QNX初学者有所帮助!(qnx develepement sheet)
- 2015-06-03 13:40:53下载
- 积分:1
-
此源码是《C#入门经典》一书第8章的源代码
此源码是《C#入门经典》一书第8章的源代码-This source is the C# Entry classic book, Chapter 8 of the source code
- 2022-02-15 07:06:24下载
- 积分:1
-
RayAABBCollision_D3D
d3d写的aabb与射线碰撞检测的例子,vs 编写,功能完整(d3d written aabb collision detection and ray example, vs the preparation of functional integrity)
- 2020-12-31 21:48:58下载
- 积分:1
-
pcb拼版算法
using System;using System.Collections.Generic;using System.Drawing;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;using Zm.Common;namespace Zm.Business{ /// /// 拼版管理 /// public class PinbanManage { public int BmapX = 520; public int BmapY = 249; /// /// 采用 /// #region 方案1 public void TestP5() { ///板子的尺寸 var B1 = new float[] { 53, 89, 10 }; var B2 = new float[] { 32, 102, 10 };
- 2022-10-12 14:05:03下载
- 积分:1