-
A simulated bank account management software, the realization of accounts to cre...
一个模拟银行账户管理的软件,实现账户创建,修改,查询,清理的功能-A simulated bank account management software, the realization of accounts to create, modify, query, clean-up function
- 2022-04-10 13:55:01下载
- 积分:1
-
制作的文字排版动画效果插件
一款使用jQuery和css3制作的文字排版动画效果插件(A plug-in for text typesetting animation effects using jQuery and CSS3)
- 2019-01-09 13:57:06下载
- 积分:1
-
builder5.0 C prepared for a search process ID
C++BUILDER5.0编写,用于查找一个进程ID-C BUILDER5.0 prepared for a search process ID
- 2023-02-15 22:30:04下载
- 积分:1
-
Flash形状渐变按钮 卡通风格
卡通风格的Flash形状渐变按钮,当把鼠标放在按钮上的时候,按钮的形状不停发生变化,氏量的形变动画,在Flash中是一种基本的动画生成方式。
- 2022-02-10 15:55:12下载
- 积分:1
-
这是一个java写的俄罗斯方块的程序,使用frame写的,而不是传统的applet,希望大家玩过之后给点意见 lzz_zsu_2005@yahoo.com.cn...
这是一个java写的俄罗斯方块的程序,使用frame写的,而不是传统的applet,希望大家玩过之后给点意见 lzz_zsu_2005@yahoo.com.cn-This a java Russian ideographic written procedures, the use of the frame was made, rather than the traditional applet hope that after we tried to point lzz_zsu_2005@yahoo.com.cn
- 2022-07-26 21:46:42下载
- 积分:1
-
fpag usb blaster document
fpag usb blaster document
- 2023-04-27 16:50:04下载
- 积分:1
-
gmskmain
基于simulink的matlab程序,用于对gmsk的误码率的测试(Simulink of matlab-based procedures used for GMSK BER tests)
- 2020-11-12 21:49:45下载
- 积分: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
-
c++小游戏.中文名<<吃豆游戏>>程序不大可作为初学者的编程实例,增进对c++这门编程语言的了解...
c++小游戏.中文名程序不大可作为初学者的编程实例,增进对c++这门编程语言的了解-c small game. Chinese name
- 2023-06-15 10:25:04下载
- 积分:1
-
Windows_iat1226_5cd7f6e5
科大訊飞实现实时听写例子,完整的demo调用实例,可以参考(HUST Xunfei realizes real-time dictation examples, complete demo invocation examples, you can refer to)
- 2020-06-23 19:00:02下载
- 积分:1