-
1
说明: 这个程序可以实现显示两条正弦曲线的功能,并且可以修改它们的属性(This program can display two sinusoidal functions, and can modify their properties)
- 2010-12-29 22:20:57下载
- 积分:1
-
原始rhaphp
说明: 轻松开发微信公众号小程序,真正易上手的中国框架,配有中文文档(Easy Development of Wechat Public Number Small Program)
- 2020-06-18 14:40:02下载
- 积分:1
-
tubedivide
应用于水利上河流的流管划分,输入断面数据和划分流管数量进行流管划分。(Applied to the flow tube is divided on river water conservancy input section data and divided the number of stream flow tube pipe division.)
- 2014-01-09 10:17:02下载
- 积分:1
-
用于IC设计中,对lef,def等的文件操作
用于IC设计中,对lef,def等的文件操作-for IC design, the right lef, def operation, the documents
- 2022-03-24 17:08:35下载
- 积分:1
-
LabWindows/CVI的USB采集测试程序 CVI-USB
LabWindows/CVI的USB采集测试程序,采用了VISA驱动,使用多线程技术读取USB数据。供参考。(LabWindows/CVI acquisition of USB test procedure using the VISA driver, the use of multi-threading technology to read USB data. For reference.)
- 2020-12-16 13:29:13下载
- 积分:1
-
A string of hexadecimal for summary (including md5 and sha
一款将十六进制串进行摘要(包括md5和sha-1),非常好用。-A string of hexadecimal for summary (including md5 and sha-1), very handy.
- 2023-04-02 13:50:03下载
- 积分:1
-
GDPLoader
注册即可使用,内存dll 欢迎大家使用。最新地址大家更新一下即可(Registration is ready to use. Memory DLL is welcome to use. You can update the latest address.)
- 2020-06-19 06:20:01下载
- 积分:1
-
PSIM Buck
说明: PSIM的BUCK电路的闭环仿真。用来学习PSIM的扫频运用。很有意义(The closed loop simulation of PSIM's BUCK circuit. It is used to learn the frequency of PSIM. It's very meaningful.)
- 2020-10-29 21:09:57下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-07-22 20:05:58下载
- 积分:1
-
hing_v32
毕设内容,高光谱图像基本处理,模拟数据分析处理的过程,包括主成分分析、因子分析、贝叶斯分析。( Complete set content, basic hyperspectral image processing, Analog data analysis processing, Including principal component analysis, factor analysis, Bayesian analysis.)
- 2017-03-06 17:01:30下载
- 积分:1