-
LM358中文资料
LM358芯片中文资料,主要说明各种封装,引脚功能原理图,详细的说明了使用的规范性,它的适用范围,有点及各种参数。各种放大器原理图。
- 2022-06-27 20:08:42下载
- 积分:1
-
skyline开发程序源码
主要是基于window桌面系统的Skyline二次开发,里面有不少基础的例子,还有一些基于web的Skyline二次开发的源码和文档,主要是针对初学者,都是非常基础、实用的Skyline二次开发案例。。。。。。
- 2023-02-18 01:55:12下载
- 积分:1
-
它是在1978年由Merkel和Hellman提出的。它的主要思路是假定某人拥有大量物品,重量各不同。此人通过秘密地选择一部分物品并将它们放到背包中来加密消息。...
它是在1978年由Merkel和Hellman提出的。它的主要思路是假定某人拥有大量物品,重量各不同。此人通过秘密地选择一部分物品并将它们放到背包中来加密消息。背包中的物品中重量是公开的,所有可能的物品也是公开的,但背包中的物品是保密的。附加一定的限制条件,给出重量,而要列出可能的物品,在计算上是不可实现的。背包问题是熟知的不可计算问题,背包体制以其加密,解密速度快而其人注目。但是,大多数一次背包体制均被破译了,因此现在很少有人使用它。
-It was in 1978, made by Merkel and Hellman. Its main idea is to assume that a person has a large number of items, weight, different. This person chose a secret portion of the goods by them into the backpack to encrypt the message. The weight of the items in the backpack was open, and all possible items that are open, but the backpack of the items are confidential. Additional restrictions on certain conditions, given the weight, but might want to list items in the calculation is not achieved. Knapsack problem is well-known non-computable problems, knapsack system, with its encryption and decryption speed and its a lot of attention. However, most systems were cracked a backpack, so now very few people use it.
- 2022-07-14 22:34:35下载
- 积分:1
-
Visual C# 自动识别Access数据库路径
Visual C# 自动识别Access 2000数据库路径,当然不仅限于Access2000,Access2007版本也可以,此源码仅是示例,当然打开程序后,程序会自动搜索Access路径,连接之后自动打开程序。大致的实现方法,可参考下述代码:
string strPath = Application.StartupPath + " est.mdb";//得到数据库路径
string ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data source=" + strPath;//创建连接字符串
OleDbDataAdapter OleDatOleDat = new OleDbDataAdapter(//创建数据适配器对象
"select * from 帐目", ConStr);
OleDatOleDat.Fill(dt);//填充数据表
count = dt.Rows.Count;
textBox1.Text = dt.Rows[0][0].ToString();//显示数据表中数据
textBox2.Text = dt.Rows[0][1].ToString();//显示数据表中数据
textBox3.Text = dt.Rows[0][2].ToString();//显示数据表中数据
textBox4.Text = dt.Rows[0][3].ToString();//显示数据表中数据
- 2022-03-24 00:39:43下载
- 积分:1
-
ffmpeg播放器实现
ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能ffmpeg播放器功能实现,该功能
- 2022-07-20 15:09:50下载
- 积分:1
-
gauss.Designer
说明: 实现地图加载保存放大缩小全图,以及要素属性框选查询功能(Realize the function of loading, saving, enlarging and reducing the whole map, as well as the function of checking and inquiring the attributes of elements)
- 2020-06-25 08:40:02下载
- 积分:1
-
tcpudptesttool
网络视频电话系统,vc++编写,很简单的demo,仅供初学者学习使用
网络视频电话系统,vc++编写,很简单的demo,仅供初学者学习使用
网络视频电话系统,vc++编写,很简单的demo,仅供初学者学习使用
- 2022-02-21 23:45:44下载
- 积分:1
-
The Guide to hands
本教程以手把手的方式,通过简单实例入手,层层深入,对C#语言进行了详细而全面地讲解。本教程面向的对象为:1、看过一些初级C#教程,对基本语法,三大结构理解没有困难的人员。2、学习过其它语言,想转入到C#进行学习的人员。-The Guide to hands-on approach, starting with a simple example, layers of depth on the C# Language in detail and comprehensively explain. The object-oriented tutorial for: 1, read some of the primary C# Tutorial on basic grammar, the three have no difficulty in understanding the structure of personnel. 2, learning other languages, I would like to shift to the C# Learning personnel.
- 2022-11-17 16:50:05下载
- 积分:1
-
gdal加载影像
gdal加载影像视图显示,gdal是自己用vs2010编译,但是还存在不安全透明的问题,还在完善中。
- 2022-07-05 09:42:38下载
- 积分:1
-
基于PCA的特征提取算法
PCA算法的C语言实现,基于PCA的特征提取,主要用于图像特征提取和识别等,代码比较长,请仔细阅读
- 2022-03-30 09:38:54下载
- 积分:1