-
the famous tool used to detect the memory le ak
the famous tool used to detect the memory leak-the famous tool used to detect the memory le ak
- 2022-01-25 15:37:14下载
- 积分:1
-
Through the program code, can quickly carry out the Chinese character input (pho...
通过该程序代码,可以快速的进行汉字输入(手机输入法)-Through the program code, can quickly carry out the Chinese character input (phone input method)
- 2022-04-19 09:47:54下载
- 积分:1
-
C# 在格式化日期查询数据库
C# 在查询语句中使用格式化函数,格式化日期,将出生日期格式化为“年月日”的格式,后附完整源代码下载,以下是部分代码:
private void Frm_Main_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(//创建数据库连接对象
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
+ "db_Test.mdb" + ";Persist Security Info=False");
OleDbDataAdapter dap = new OleDbDataAdapter(//创建数据适配器对象
"SELECT * FROM 员工生日表;", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据表
dgv_Message.DataSource = ds.Tables[0].DefaultView;//设置数据源
}
- 2023-05-27 06:05:03下载
- 积分:1
-
用于个人网站建设用的带开关的时钟代码 用HIML语言编的
用于个人网站建设用的带开关的时钟代码 用HIML语言编的-personal website for the building with a clock switching code used language series hole
- 2023-04-14 14:30:04下载
- 积分:1
-
01-01
介绍硬件和软件的功能,包括CPU,存储器等(Hardware and Software Foundation)
- 2020-06-21 16:20:01下载
- 积分:1
-
crowdMOS-0.1
说明: crowdMOS functions on Amazon Mechanical Turk
- 2019-06-07 19:05:37下载
- 积分:1
-
C++笔试题目,对于找工作的人相信很有帮助的
C++笔试题目,对于找工作的人相信很有帮助的-C++ Written test subject to find a job for the people believe that useful
- 2022-05-31 14:38:37下载
- 积分:1
-
HB_SPSS13_BY_FURUI
这是汉化版 用于统计分析 如聚类 判别 主成分分析等 同时能够对数据进行初步的处理(This is the Chinese version used in statistical analysis such as cluster analysis, principal component discriminant at the same time be able to deal with preliminary data)
- 2009-07-21 10:22:37下载
- 积分:1
-
endnote_Chinese
说明: Endnote 是你整理文献的帮手,可以让你在众多的文献中,迅速找到你需要的信息(Endnote is to help you organize the literature, can put you at the large number of literature, quickly find the information you need)
- 2008-09-22 20:49:31下载
- 积分:1
-
VB也疯狂-16种窗口关闭特效
VB也疯狂-16种窗口关闭特效,可惜抓不到图,自己下载源码编译一下吧。16种窗口关闭效果,有的带动画效果,让你的程序窗口更生动吧。
- 2022-01-25 21:40:26下载
- 积分:1