-
两个显示时间的,用java实现的小程序
两个显示时间的,用java实现的小程序-2 shows the time, using java applets to achieve
- 2022-04-10 12:08:52下载
- 积分:1
-
ALOHA
防碰撞程序,基于二进制树的防碰撞MATLAB(ADFA Protocol for RFID Tag Collision Arbitrition)
- 2017-09-27 18:41:38下载
- 积分:1
-
多边形图片网格布局代码
SVG多边形图片网格布局代码特效是一款通过SVG来将屏幕划分为多个多边形,每个多边形中设置一张背景图片。(SVG Polygon Picture Grid Layout Code is a special effect that divides the screen into multiple polygons through SVG, and sets a background picture in each polygon.)
- 2018-11-29 13:57:42下载
- 积分:1
-
CST方向图数据可视化
说明: 将CST中方向图导入到MATLAB中,包括二维模型和三维模型(Importing the CST pattern into MATLAB, including two-dimensional model and three-dimensional model)
- 2018-12-28 12:42:19下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
LED Banner array
说明: 跑马灯小程序,基于数组方式的编程,有很多方式可以实现,献丑献丑,我是新人,还请多多关照(Running horse lantern program, based on array programming, there are many ways to achieve, offering ugliness, I am a new person, but also please take care of more.)
- 2020-06-25 14:20:02下载
- 积分:1
-
Labview-shili
实例:设计双通道数据采集回放系统,首先实现基本波形模拟发生、数据采集记录;其次对记录数据进行回放、分析处理。(Example: Design of two-channel playback system of data collection, the first place to achieve the basic waveform simulation, data acquisition records followed by playback of recorded data, analysis and processing.)
- 2020-07-15 17:38:50下载
- 积分:1
-
096463
用ASP写的网上教学交互平台,有利于网上教学,适网上求学()
- 2018-02-07 18:52:59下载
- 积分:1
-
哈夫曼编码,输入一个字符串,自动编码并输出
哈夫曼编码,输入一个字符串,自动编码并输出-Huffman coding, enter a string, automatic coding and output
- 2022-06-14 09:22:13下载
- 积分:1
-
lift detection system to lift performance testing system. One is used to study t...
电梯检测系统是对电梯性能进行检测的系统。是一个用来学习的程序。-lift detection system to lift performance testing system. One is used to study the procedures.
- 2022-02-03 00:27:56下载
- 积分:1