-
Taiwan enterprises appear attractive version. Suitable for enterprises using. Qu...
台讯企业精美版.适合企事业单位用.方便易学.不会做网站也能建网站.-Taiwan enterprises appear attractive version. Suitable for enterprises using. Quite convenient. No website can be done by setting up websites.
- 2022-06-26 18:30:12下载
- 积分:1
-
bp_filter
说明: 地震数据处理正演MATLAB bp滤波(seismic data process code bp filter)
- 2019-11-15 14:19:04下载
- 积分:1
-
stm32F767控制步进电机的源代码?
STM32F767 基于OS的源代码 驱动多路步进电机。还不错(STM32F767 is an OS-based source code driver for multi-channel stepping motors. veryGood)
- 2020-09-13 15:38:01下载
- 积分:1
-
802.1x认证配置客户端
说明: 简单的802.1x认证配置客户端(自动获取所有网卡)(802.1x authentication)
- 2020-06-22 03:20:01下载
- 积分:1
-
传智书城
说明: 传智书城网络书城源代码,适合新手下载学习。用户登录,注册,商品的添加删除以及后台的管理程序(Chuanzhi Bookstore Online Bookstore Source Code, suitable for beginners to download and learn. User login, registration, merchandise addition and deletion, and background management procedures)
- 2020-06-29 14:00:02下载
- 积分:1
-
sf416
三相光伏逆变并网的仿真,电力系统暂态稳定程序,可以进行暂态稳定计算,复化三点Gauss-lengend公式求pi。( Three-phase photovoltaic inverter and network simulation, Power System Transient Stability Program, can be transient stability, Complex of three-point Gauss-lengend the Formula pi.)
- 2017-03-15 17:31:49下载
- 积分:1
-
on VC Word operating procedures, automatic adjustment of serial icon
有关于VC操作Word的程序,自动调整图标序号的部分-on VC Word operating procedures, automatic adjustment of serial icon
- 2022-05-16 20:08:26下载
- 积分:1
-
C# 泛型列表List用法示例
C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。
private void Frm_Main_Load(object sender, EventArgs e)
{
List People = new List{//创建人员列表
new Person(1,"王*科"),
new Person(2,"王*科"),
new Person(3,"赵*东")};
var query = from p in People//过滤人员名称中以"科"结束的序列
where p.Name.EndsWith("科")
select new
{
人员ID = p.ID,
人员姓名 = p.Name
};
foreach (var item in query)//遍历查询结果
{
label1.Text += item + "
";
}
}
}
public class Person
{
public Person(int id, string name)
{
this.ID = id;
this.Name = name;
}
public int ID { get; set; }//人员ID
public string Name { get; set; }//人员姓名
}
- 2023-01-08 20:45:03下载
- 积分:1
-
raylee.tar
对瑞雷面波进行正、反演,地球物理软件必备居家旅行好药(Forward and inversion of Rayleigh waves)
- 2021-04-24 20:38:47下载
- 积分:1
-
zhongli
说明: 该程序是实现重力勘探中球体正演和水平圆柱体正演,并进行相应的处理(The exploration program is to realize the gravity and the horizontal cylinder forward ball forward, and make the appropriate treatment)
- 2011-04-05 21:38:34下载
- 积分:1