-
此程序为潮流计算中的导纳矩阵程序,是潮流计算中的一部分。...
此程序为潮流计算中的导纳矩阵程序,是潮流计算中的一部分。-This program is the trend of the admittance matrix of the calculation procedure is part of the trend calculation.
- 2023-08-17 02:40:03下载
- 积分:1
-
VC++远程桌面控制的实现
VC++远程桌面控制的实现,C/S结构,使用CSocket,实现思路主要是先将远程桌面捕获,再发回本地,在对话框中显示出来,将本地鼠标和盘键输入,变成命令,发到远程主机执行,以模拟出鼠标和键盘的操作,再将远程桌面捕获,再发回本地,在对话框中显示出来.调试程序注意:
1.先运行服务端点开始
2.再运行客户端,点连接,得到屏幕,再点控制就可以操作远程桌面了.
- 2022-03-09 18:45:35下载
- 积分:1
-
提出了一种基于样本的分级检索
MPEG 视频的新方法:首先用I 帧的dct_dc_size 字段快速粗检,然后用断层摄影(tomography)法分析B 帧...
提出了一种基于样本的分级检索
MPEG 视频的新方法:首先用I 帧的dct_dc_size 字段快速粗检,然后用断层摄影(tomography)法分析B 帧运动矢
量的时空分布特性以进一步缩小结果集,最后用DC 图像的精确匹配方法验证检索结果.试验结果表明,本方法
所需计算量较小,且可保证较高的检索精度.-presents a sample classification based on MPEG video retrieval of the new method : First of all I frame with the rapid field dct_dc_size rough Frederick, and then use tomography (tomography) Analysis of B pictures motion vector space-time distribution to further narrow the results set, and DC Images precision Matching test results retrieval. test results showed that the calculation method for small and can guarantee higher retrieval accuracy.
- 2022-03-16 00:41:37下载
- 积分:1
-
In this case the compiler for each file is the order: 17_parity.vhd 17_test_benc...
本例对各个文件进行编译的顺序是:
17_parity.vhd
17_test_bench.vhd-In this case the compiler for each file is the order: 17_parity.vhd 17_test_bench.vhd
- 2022-02-25 07:43:38下载
- 积分:1
-
拼写检查器
拼写检查-Spelling Checker
- 2022-03-20 05:46:29下载
- 积分:1
-
TP850 Data Collector PB code communication procedures under the users
TP850数据采集器PB代码通讯程序用者下-TP850 Data Collector PB code communication procedures under the users
- 2023-01-11 03:15:04下载
- 积分:1
-
常用的NAND FLASH IC,但很难找到的资料.
常用的NAND FLASH IC,但很难找到的资料.-Commonly used in NAND FLASH IC, but it is difficult to find information.
- 2022-05-21 18:48:19下载
- 积分:1
-
用java编写的猜数字的小程序 很简单的 东西 还有贪吃蛇
用java编写的猜数字的小程序 很简单的 东西 还有贪吃蛇-with java prepared by the ringing of a small procedure very simple things have a huge memory
- 2022-07-16 20:57:14下载
- 积分: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
-
Dct of 4*4 matrix of an image
Dct of 4*4 matrix of an image
- 2023-06-13 06:15:02下载
- 积分:1