-
最小化窗口
Minimize window on C-- for windows.
- 2023-02-05 15:05:03下载
- 积分:1
-
MFC
基于MFC设计了“学生管理系统”。管理员可以利用该系统对学生信息进行查看和编辑,普通用户可以利用该系统查看学生信息。-MFC-based design of the Student Management System. Administrators can use the system for students to view and edit information, general users can use the system to view student information.
- 2022-07-17 17:40:59下载
- 积分:1
-
- 2022-05-19 01:22:10下载
- 积分:1
-
泰勒级数求高斯坐标c语言程序
高斯投影正算公式,就是由大地坐标(L,B)求解高斯平面坐标(x,y),而高斯投影反算公式则是由高斯平面坐标(x,y)求解大地坐标(L,B)。编程环境是在VC下,采用C++语言编写。
- 2022-05-20 00:01:07下载
- 积分:1
-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1
-
介绍c++语法,各种库资源,编译器及编译环境。
介绍c++语法,各种库资源,编译器及编译环境。-Introduction c++ Grammar, a variety of library resources, compilers and compiler environment.
- 2022-07-19 09:40:13下载
- 积分:1
-
4:00 realize the functional modules of finite element procedures, a certain comm...
实现四点单元有限元功能的程序,具有一定通用性,对一般的板分析时比较精确.-4:00 realize the functional modules of finite element procedures, a certain commonality of general plate analysis more precise.
- 2022-06-20 19:53:59下载
- 积分:1
-
该源代码为一个简单的科学类型的计算器,是用VC编写的
该源代码为一个简单的科学类型的计算器,是用VC编写的-this code is a simple scientific caculator implemented in vc
- 2023-08-14 05:30:02下载
- 积分:1
-
run in the background billing system procedures, ProxyServer charge from the log...
后台运行的计费系统程序,负责从ProxyServer日志文件中收集计费信息。使用WinInet,CFtpConnection等。运行平台:Windows NTProxyServer:NetscapeProxy-run in the background billing system procedures, ProxyServer charge from the log files collected billing information. Using WinInet, CFtpConnection other. Platform : Windows NTProxyServer : NetscapeProxy
- 2022-01-26 01:37:27下载
- 积分:1
-
Using C Templates to overcome some of the or iginal Subject/Observer design patt...
Using C++ Templates to overcome some of the original Subject/Observer design pattern problems -Using C Templates to overcome some of the or iginal Subject/Observer design pattern probl ems
- 2022-03-22 17:43:24下载
- 积分:1