-
C#仪表盘风格显示CPU使用率
C#仪表盘风格显示CPU使用率,非常逼真的仪表盘,像汽车时速仪表一样显示当前CPU的使用率,指针会随CPU使用率的变化而动态变化,样子很酷,不多介绍了。
- 2022-01-31 02:21:12下载
- 积分:1
-
operating system with the further understanding of algorithms, and to further un...
操作系统用的进一步理解各种算法的性能,并且进一步理解各种页面替换算法的优缺点。 -operating system with the further understanding of algorithms, and to further understanding of pages replacement algorithm are discussed.
- 2022-01-25 20:40:52下载
- 积分:1
-
vc环境下对pro/engineer 进行二次开发的小例子,该对话框包括一个编辑框和一个文本显示控件。...
vc环境下对pro/engineer 进行二次开发的小例子,该对话框包括一个编辑框和一个文本显示控件。-vc environment on the pro/engineer to carry out the secondary development of a small example of the dialog box includes an edit box and a text display controls.
- 2022-09-21 20:45:03下载
- 积分:1
-
VB仿Windows加强版画图程序源码
VB仿Windows加强版画图程序源码,支持更多规定格式的开关、几何图形,不规则图形等,还带有滤镜功能,比Windows自带的画图板功能更多,界面也更专业,通过这个小程序你可多多学习一些VB在绘图方面的基础知识。
- 2022-07-28 08:44:26下载
- 积分:1
-
索尼社区的地方2和mulit_users VRML浏览器。
sony community place broswer 2.0 for VRML and Mulit_Users.
- 2022-03-07 03:14:15下载
- 积分: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
-
Tutorial on ms office automation with vb .net
Tutorial on ms office automation with vb .net
- 2022-07-04 22:10:11下载
- 积分:1
-
C# 获取本机IP的源码
C# GetMachineIP 获取本机IP的源码,实现步骤:定义一个变量,用来记录IP地址,System.Net.IPAddress[] addressList = System.Net.Dns.GetHostByName(System.Net.Dns.GetHostName()).AddressList;//获取IP地址列表,然后遍历IP地址列表,获得遍历到的IP地址,最后显示IP地址。
- 2022-09-19 12:35:03下载
- 积分:1
-
练习利用Windows时钟编程
练习利用Windows时钟编程-exercises using Windows clock programming
- 2022-01-28 01:33:44下载
- 积分:1
-
实现多天线MIMO(准静态平坦衰落)通信系统仿真
实现多天线MIMO(准静态平坦衰落)通信系统仿真-implement the simulation of MIMO communication system
- 2023-05-04 23:40:03下载
- 积分:1