-
gestion_couture
这是一个应用程序,允许管理一个车间缝纫所有有参考即所有输出控制记录直接通过一个表格来执行计费,你只需要注册控制和一个窗口将允许你负责
- 2022-01-28 16:12:18下载
- 积分:1
-
multiplicacion en c++
multiplicacion en c-multiplicacion en c++
- 2022-12-20 10:35:03下载
- 积分:1
-
管理学院杜人员
此应用程序允许您管理公司的职员,你知道所有的员工,他们抵达的日期和合同类型。他们可以删除、 添加、 修改、 由于管理面板。
- 2023-04-18 20:20:04下载
- 积分:1
-
计算机组成原理中的构建CPU
将一个现有的16位带流水的CPU改造成8位带流水CPU,可以增加功能,但不能减少原系统功能。 阅读源代码,源代码主要包括9个实体文件: (A)CPUEntity(完整的CPU) (B)ExEntity(指令执行模块) (C)Addr_muxEntity(地址选择模块) (D)ForwardingEntity(旁路处理模块) (E)HazardDetectEntity(结构相关处理模块) (F)IDEntity(指令译码模块) (G)IFEntity(取指模块) (H)MemAccessEntity(访存模块) (I)unitPack(常量定义文件) 其中(I)是辅助文件,(
- 2022-08-19 22:13:27下载
- 积分:1
-
这是一个学习c++的好例子,好玩易学的c++游戏!
这是一个学习c++的好例子,好玩易学的c++游戏!-This is a learning c++ a good example of fun, easy-to-c++ game!
- 2023-01-05 17:45:03下载
- 积分:1
-
win32 API小词典,包括查询修改,很有利用价值!
win32 API小词典,包括查询修改,很有利用价值!-win32 API small dictionaries, including the query modification, it is of value!
- 2022-05-13 19:10:38下载
- 积分:1
-
在一个班,C++使用三关键词设置访问界限:公共、私人…
在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, private and protected. They decided to follow behind in their use of the identifier: public means the following can be user-defined identifier of the examples cited and private identifier is illustrated in the following categories of members in addition to function, the user the definition of its instances can not be invoked protected to provide the type of interface inheritance, at the same time not to be outside the protection of their visit.
- 2023-08-14 12:10:03下载
- 积分:1
-
验证指针的本质是共四个字节这东西代表的东西…
验证指针本质是一个占四个字节的东西,这个东西代表的是变量的地址,并可以通过四个字符保存下来(除函数指针):
将整型,字符型,结构体型数据的地址保存到一个字符数组中,每个地址都只占4个字节。然后从数组中每次取四个,转换成指针,再通过该指针找到原先存的数据。-Verify pointer essence is a total of four bytes of the things this thing represents the address of a variable, and can be preserved through the four characters (except function pointers): will be integer, character, structure, size of the address of the data saved to the an array of characters, each addresses only 4 bytes. And then taking four each from the array, converted into a pointer, and then through the pointer to find the original save data.
- 2023-08-06 14:35:03下载
- 积分:1
-
・此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),...
・此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。... -this code demonstrated how to use CreateToolhelp32Snapshot API function except to the current process system. And how HANDLE OpenProcess (...), TerminateProcess (...) to open up the process and the closure of activities. ...
- 2022-08-06 11:43:54下载
- 积分:1
-
一个用户穷举系统Ras连接,并能手动断开连接的工具,适用于Adsl...
一个用户穷举系统Ras连接,并能手动断开连接的工具,适用于Adsl-Ras exhaustive system, a user connection, and can manually disconnect a tool for Adsl
- 2022-05-25 03:47:48下载
- 积分:1