-
问道最全辅助点击下载
自动挖宝 自动荣丹·自动继承.刷法宝道法 自动吃武学丹/经验丹 自动吃吃天马红包 自动切糕·#Y自动改造·镶嵌· 自动刷帮不掉线, 自动过剧情((Automatic jewel and automatic inheritance. Brush the magic way of automatic eating martial arts Dan / experience Dan automatically eat Tianma red packet automatic ice cream. #Y automatic transformation. Automatic brush help do not drop the line,))
- 2020-06-27 02:40:02下载
- 积分:1
-
HackMiji
讲述黑客攻防的各类技巧,内容多而全,细读一遍后你会知道很多黑客知识.(Hackers on the types of offensive and defensive skills, and the entire contents, read on it you will know that a lot of hacking knowledge.)
- 2009-01-04 14:28:31下载
- 积分:1
-
ABAQUS基础材料库—POLARIS_MAT_BASE_V1.0
说明: Abaqus基础材料数据库,方便abaqus模型的建立(Abaqus Basic Material Database)
- 2021-02-04 12:19:58下载
- 积分:1
-
房屋中介管理系统(C语言)
开发了一个系统使之能够,处理一个房屋中介所得所有功能,包括信息登记,信息查询,信息匹配,中介成功后的佣金计算等功能。基本功能包括信息输入、 信息分类、 信息输出、 信息匹配、 佣金计算。
- 2022-06-15 23:23:27下载
- 积分:1
-
图割图像分割
Graph cut Image Segmentation
- 2022-01-26 05:50:58下载
- 积分:1
-
Flash+PHP网站整站模板源文件
Flash整站模板源文件,运行于PHP环境的Flash网站源码,Flash与PHP交互实现动态数据的显示。模板以白色简洁色调为主,可用Flash8对其编辑和修改。
- 2022-09-24 23:15:02下载
- 积分:1
-
link
单链表的全部源代码啦,有用的同学赶紧的啊。。。。(failed to translate)
- 2009-12-04 09:43:03下载
- 积分:1
-
acc.m
说明: 计算图像各种分割性能指标,最终结果保存在data里,有精确度、精准度、召回率、F1-score等指标。(The final results are stored in data, including accuracy, accuracy, recall rate, F1-score and so on.)
- 2019-05-30 09:30:39下载
- 积分:1
-
DDvoice
说明: 智能语音助手专注于提供优质的语音服务,可以搜索任何你能想到的问题知你所想聆你所言软件内拥有8大常用功能主要功能(Intelligent voice assistants focus on providing high quality voice services. They can search any questions you can think of and know that the software you want to listen to has eight main functions in common use)
- 2020-06-20 11:20:02下载
- 积分: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