-
Dr.dobb开发杂志里的源码,里面的源码可都是很经典的哦
Dr.dobb开发杂志里的源码,里面的源码可都是很经典的哦-The source codes of Dr.dobb, a magazine of development. They are very classic.
- 2022-02-14 20:44:54下载
- 积分:1
-
13123123
西门子TC35短信模块开打算打算 发资料-13123123
- 2022-12-10 12:20:03下载
- 积分:1
-
C++源代码,里面有系统管理方面的,以及一些小游戏
C++源代码,里面有系统管理方面的,以及一些小游戏-C++ souce code,including the aspects of system management and some small-sized games.
- 2022-05-26 21:37:37下载
- 积分:1
-
有限自动机的确定华,NFA到DFA的转变。
有限自动机的确定华,NFA到DFA的转变。-Ascertain of finite auto-machine , from NFA to DFA.
- 2022-02-21 19:57:31下载
- 积分:1
-
针对430单片机IO模拟I2C源程序,程序经过测试,使用工具为IAR
针对430单片机IO模拟I2C源程序,程序经过测试,使用工具为IAR-430 I2C
- 2022-10-19 05:55:03下载
- 积分:1
-
按我理解,这就是所说的三层架构了。
File工程负责最底层的文件操作
FileProtocol工程负责具体的流程及协议,将相关数据返回给界面层
UI...
按我理解,这就是所说的三层架构了。
File工程负责最底层的文件操作
FileProtocol工程负责具体的流程及协议,将相关数据返回给界面层
UI工程就是具体的界面层了,他只负责显示具体的数据,不负责软件的工作流程。
File, FileProtocol这两个工程都是DLL,注意看一下FileProtocol的工程依赖及附加包含目录。还要再看一下UI工程的工程依赖及附加包含目录。在这里,三个工程,项目解决方案是在同级目录下,通过一个解决方案去包含三个工程。这样做的好处在于,工程可以重用。比如说File工程,他负责最底层的文件操作,以后我们的其它软件项目还会用到它的,因此,以后的项目,在解决方案里直接添加File工程便可以用了。 -According to my understanding, this is referred to a three-tier architecture.
File project is responsible for the bottom of the file operations
FileProtocol charge of the project specific processes and agreement to the relevant data back to the interface layer
UI project is a specific interface layer, and he is only responsible for display of specific data, is not responsible for the software workflow.
File, FileProtocol these two projects are DLL, note that the works look FileProtocol dependence and additional include directories. Would also like to look at what the engineering rely on UI and additional include directories. Here, the three projects, t
- 2022-03-16 06:02:29下载
- 积分:1
-
设计一个文件的合并和分割工具。
(1)要求图形界面,用户界面友好。
(2)可以将几个文件(能在硬盘中选择的)按照用户输入的大小分割成几个小文件,同样,...
设计一个文件的合并和分割工具。
(1)要求图形界面,用户界面友好。
(2)可以将几个文件(能在硬盘中选择的)按照用户输入的大小分割成几个小文件,同样,也可以将几个小文件 合并成一个大文件。文件名和存储路径可以由用户输入,也可以选择硬盘上的文件名和路径。
(3)可在工具中显示合并有关文件的信息和合并后各个小文件的有关信息,包括文件太小,文件所在位置,文件 名称,文件的所有者等信息。
-design of a document to the merger and segmentation tools. (1) requires a graphical interface, user friendly interface. (2) can be several documents (in the hard disk of choice) according to the size of user input is divided into several small files, as are several small can be merged into one document file. Name and storage paths can be input by the user, can also choose to drive on the file name and path. (3) The instrument shown in the merger of the information and documents after the merger of various small documents relevant information, including documents too small, the location of documents, document name, the owner of documents and other information.
- 2022-03-05 06:02:41下载
- 积分:1
-
vc source
vc source-vc source
- 2023-09-03 14:35:03下载
- 积分:1
-
基于支持向量机(SVM)的网页分类器
九十年代以来,Internet 以惊人的速度发展起来,它容纳了海量的各种类型的原始信息,包括文本信息、声音信息、图像信息等等。如何在浩若烟海而又纷繁芜杂的文本中掌握最有效的信息始终是信息处理的一大目标。基于人工智能技术的文本分类系统能依据文本的语义将大量的文本自动分门别类,从而更好地帮助人们把握文本信息。近年来,文本分类技术已经逐渐与搜索引擎、信息推送、信息过滤等信息处理技术相结合,有效地提高了信息服务的质量。自动文本分类就是对大量的自然语言文本按照一定的主题类别进行自动分类,它是自然语言处理的一个十分重要的问题。文本分类主要应用于信息检索,机器翻译,自动文摘,信息过滤,邮件分类等任务。文本分类的一个关键问题是特征词的选择问题及其权重分配。在本设计中,我们实现了一个基于支持向量机(SVM)的网页分类器,该分类器可自动采集网页,自动提取特征项,并按照训练好的分类模型进行分类,最终将网页信息保存到本地供用户检索。
- 2022-07-15 09:17:58下载
- 积分:1
-
C&C++ programme about data structure including binary tree algorithm, quick sort...
数据结构中的 二叉树算法、快速排序双向链表、顺序文件合并、顺序广度搜索以及深度搜索最优解 的C&C++ 程序-C&C++ programme about data structure including binary tree algorithm, quick sorting based on doubly linked lists, merging ordinal files, best solution of orderly width or depth search.
- 2022-06-30 17:25:09下载
- 积分:1