-
Windows ce下的改变时间控件的程序 !
Windows ce下的改变时间控件的程序 !-Windows ce under the control of the procedure to change the time!
- 2022-02-04 20:59:06下载
- 积分:1
-
This article shall describe a very simple approach to working with a GPS device...
This article shall describe a very simple approach to working with a GPS device within the context of a Visual Basic 2005 application. This article does not address how the GPS device works or everything that can be gleaned from the NEMA 0183 string outputted from most GPS devices rather, the article is intended for those just interested in getting present position from a GPS and using that point to do something interesting like show you where you are on a map.-This article shall describe a very simple approach to working with a GPS device within the context of a Visual Basic 2005 application. This article does not address how the GPS device works or everything that can be gleaned from the NEMA 0183 string outputted from most GPS devices rather, the article is intended for those just interested in getting present position from a GPS and using that point to do something interesting like show you where you are on a map.
- 2022-08-19 17:43:14下载
- 积分:1
-
互联网银行系统 Java 项目
意义和范围的互联网银行系统 Java 项目: 的主要目的互联网银行系统 Java 项目是开发一个程序,可以确定在现有的互联网银行系统过程中的安全漏洞。可能出现的威胁和攻击在网上银行的过程中不断变化进行了研究,制定一个程序,可以防止在线欺诈。
以制订新的安全措施,可以打击在线欺诈,它是重要的识别和分类在网上银行业务过程中,这是在这最后一年 java 项目的范围内可能出现的威胁。识别不同的攻击将有助于获得很好的知识,如何可以中断或截获的电子银行业务过程和信息的过程如何提取被攻击者。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-12-06 05:30:02下载
- 积分:1
-
点赞功能
该功能可通过获取ID进行点赞,如已点赞过,就不能再次进行点赞
- 2023-08-02 17:05:04下载
- 积分:1
-
数据库显示,编辑、修改、使用DATAGRID操作数据库信息
数据库显示,编辑、修改、使用DATAGRID操作数据库信息-databases, edit, modify, operate the database using information DATAGRID
- 2022-03-14 21:10:34下载
- 积分:1
-
source code of this is idiotic n dumb
source code of this is idiotic n dumb
- 2022-07-04 19:09:21下载
- 积分:1
-
Saved in a file directory contents, create a file or subdirectory can use comman...
在文件中保存目录内容,创建文件或子目录可以用命令行命令:MD、CD、RD、MK(创建文件)、DEL(删除文件)和DIR。目录项包括文件或目录名称、类型(文件、目录或空目录项)、创建日期以及下一个目录项指针、下一级目录项指针。-Saved in a file directory contents, create a file or subdirectory can use command-line commands: MD, CD, RD, MK (create file), DEL (delete files), and DIR. Directory entry includes the file or directory name, type (file, directory, or an empty directory entries), creation date and the next pointer to a directory entry, the next one directory entry pointer.
- 2023-07-14 02:55:02下载
- 积分:1
-
同时的数据压缩和加密
同时进行数据压缩,加密和解密
摘要
网络通信的安全性可以说是世界上最重要的问题,今天给定的有价值的信息,在不同的网络里传递的大量。而较大的文件,需要对网络安全发送,它必须被加密。在规模较大的文件进行加密时,仍然会增加的大小。因此,通常其压缩并通过网络发送。数据压缩是著名的降低了存储和通信费用。它涉及到一个给定格式的转换数据,称为源信息,以更小的尺寸的格式的数据,被称为码字。数据加密称为保护信息不被窃听。它把一个给定的格式,称为明文,为另一种格式,称为密文的数据,用加密密钥。现有的与当前的压缩和加密方法的主要问题是
1.低速。
2.更多的处理时间。
3.更多的成本。
为了减轻这个问题,我们的方法结合了两种方法(压缩和加密)成一个过程。在新的方法加密和压缩的同时被完成。它需要较少的处理时间和更快的速度。
为压缩哈夫曼压缩算法。加伪随机洗牌成压缩的数据。在树中的节点洗牌。混洗是为了得到不同的霍夫曼表。加密后,我们将得到一个洗牌Huffman表
- 2023-08-21 16:55:03下载
- 积分:1
-
一个漂亮的VC++登录界面
介绍了界面的制作,有参考意义。
this application not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-09-12 20:15:03下载
- 积分:1
-
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
- 2023-01-19 02:05:04下载
- 积分:1