-
打地鼠C#开发版本用于理论实践一体化课程
打地鼠C#开发版本用于理论实践一体化课程-Hamster playing C# Development version for the integration of theory and practice courses
- 2022-02-07 11:34:39下载
- 积分:1
-
aes加密代码,加密速度还好,经过长时间精心设计的
aes加密代码,加密速度还好,经过长时间精心设计的-some code to encrypt files,the code is optimized
- 2022-10-31 03:30:03下载
- 积分:1
-
the source code of the famous game "light cycle", implemented in VC++,which is s...
著名游戏“光车”的源代码,使用VC++实现,适合游戏编程的初学者学习-the source code of the famous game "light cycle", implemented in VC++,which is suitable for beginner who tend to learn game programming
- 2022-10-18 10:10: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
-
小型svm分类器
SVM是一种用超平面定义的分类器,是一种监督的分类算法。即使用带标签的训练数据,SVM得到优化的超平面,使得两类之间的距离最大,这样有什么好处呢?显而遇见,这样可以降低噪声干扰,因为超平面到数据点的距离是最大距离的一半,只要噪声扰动不要越过超平面即可。
- 2023-02-08 03:30:04下载
- 积分:1
-
A good C++ program to management a banch office of a Post office. Very Cool
用vc++编写的邮局支局信息管理源程序,感觉不错!值得下载-A good C++ program to management a banch office of a Post office. Very Cool
- 2022-06-27 03:25:38下载
- 积分:1
-
BMP转化为ICO,是一个很有意思小程序,希望网友多多支持。
BMP转化为ICO,是一个很有意思小程序,希望网友多多支持。-BMP into ICO, is a very interesting small procedures in the hope that the generous support of netizens.
- 2022-06-12 21:44:55下载
- 积分:1
-
这是个立象标签打印机的测试程序,对开发商用标签打印机的用户很有用的。我在后来的商业管理系统中用到了!...
这是个立象标签打印机的测试程序,对开发商用标签打印机的用户很有用的。我在后来的商业管理系统中用到了!-This is a label printer images of the test procedure for developers using the label printer users very useful. I was in the business management system used!
- 2022-03-05 03:39:48下载
- 积分:1
-
电路布线问题要确定将哪些连线安排在第一层上,使得该层上有尽可能多的连线。换句话说,该问题要求确定导线集Nets={(i,π(i)),1≤i≤n}的最大不相交子集...
电路布线问题要确定将哪些连线安排在第一层上,使得该层上有尽可能多的连线。换句话说,该问题要求确定导线集Nets={(i,π(i)),1≤i≤n}的最大不相交子集。-circuit wiring problem will be to determine which connections in the first layer, making this layer as much as possible on the log. In other words, the problem defined Traverse Set Nets = ((i, (i)), 1 i n) is not the largest subset of the intersection.
- 2022-01-25 16:10:18下载
- 积分:1
-
c#编程开发实现HID设备的检测识别
本软件是采用c#编写,用于实现对于HID设备的识别检测,可以准确检测到HID设备(例如U盘)的插拔,并予以显示。虽然实现的是简单的HID功能,但具有很好的参考价值
- 2022-02-26 18:47:04下载
- 积分:1