-
FTP
我碰到过最简单的ftp工具,没有什么比他更简单更好使用的简直是居家路行,每个人必备,让我下载个工具这么复杂,就不能弄点开源免费的代码吗,对于你们编程来说难道不希望自己编程的软件被别人使用对于我们不会编程的来说,?
- 2022-08-06 02:18:41下载
- 积分:1
-
这种评估需要三的拍卖的核心创作班…
This assessment requires the creation of three of the core classes of the auction project. Class Date, class Advertisement, and class Client are three of the fundamental classes in the system.
- 2022-02-03 00:59:18下载
- 积分:1
-
我自己做的“等面积切方位投影”小程序,用MFC实现等面积切方位投影...
我自己做的“等面积切方位投影”小程序,用MFC实现等面积切方位投影-I do "all round projection area of" small procedures, such as using MFC area cut Projection
- 2022-02-15 00:45:54下载
- 积分:1
-
MachineLearning —Pocket(PLA)ALgorithm
机器学习——感知向量机算法——Pocket算法
- 2022-03-04 10:05:13下载
- 积分:1
-
用VC编的与百特仪表通信的程序
用VC++ 编的与百特仪表通信的程序,包括百特仪表的通信协议,已经做了比较好的模块化设计,可以直接集成到自己的监控系统中。
- 2022-01-26 02:26:04下载
- 积分:1
-
计算机windows 并口编程 可以看看,不错的
计算机windows 并口编程 可以看看,不错的-Computer parallel port programming windows can see that good
- 2022-03-07 02:33:45下载
- 积分:1
-
u_reg H”。
u_reg.h"
void Delay_MS(unsigned int ms)
void main()
{
asm(" STM #0000h,CLKMD ")
while(*CLKMD & 0x01 )
asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M
/* 40C7h:5*clkin =100M
30c7h:4*clkin =80M
20c7h:3*clkin =60M
10C7h:2*clkin =40M
*/
asm(" stm #4240h, SWWSR ")
//2 wait except for on-chip program 1
asm(" stm #00a0h, PMST ") //MP/MC = 0, IPTR = 001,ovly=0
asm(" stm #0802h, BSCR ")
asm(" STM #0h,IMR ")
while(1)
{
Delay_MS(500)
asm(" RSBX XF ")
Delay_MS(500)
asm(" SSBX XF ")
}
-sdqwd
- 2022-02-04 22:56:44下载
- 积分: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
-
Paint on a split windows with color
用颜色在分体式窗户上作画
- 2022-02-04 02:18:06下载
- 积分:1
-
淘宝店铺 仓库管理系统
应用背景用于淘宝店家对商品进货出货物品管理,账务统计,库存管理,报表统计分析,数据存储在mysql数据库中,数据结构包含在文件中,直接在mysql中执行建表,vs2013开发的关键技术淘宝店铺卖家针对销售的物品进出货进行管理,小型仓库管理,有出库入库统计,财务分析,报表分析
- 2022-01-26 01:52:19下载
- 积分:1