-
Windows编程的一个简单的计算器,能实现基本的加、减…
一个简单的WINDOWS编程的计算器,能实现加减乘除基本运算,初学者可以参看一下!-WINDOWS programming a simple calculator, to achieve the basic addition and subtraction multiplication and division operations, beginners can take a closer look!
- 2022-03-23 16:53:38下载
- 积分:1
-
用delphi写的数据库连接程序小程序,供初学者参考
用delphi写的数据库连接程序小程序,供初学者参考-used to write database connectivity procedures small program for beginners reference
- 2022-03-26 17:36:18下载
- 积分:1
-
用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存...
用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存-For the C# code of the shared memory mapping, you can exchange data between different processes, or for the establishment of shared memory
- 2022-06-18 04:17:27下载
- 积分:1
-
MFCC的C++代码
mfcc c++ code
This program is free software you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation either version 2
* of the License, or (at your option) any later version.
-mfcc c++ code
This program is free software you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation either version 2
* of the License, or (at your option) any later version.
- 2022-07-02 14:20:25下载
- 积分:1
-
多线程同步程序
该文件包含了三个完整的多线程同步工程,基于visual studio 2012,用C语言编写,可直接使用。“多核”、“并行”、“多线程”等概念和技术在这些年越来越常见,这已经是一个趋势,因为大多数情况下并行效率高。在学习多线程编程初期,总会遇到同步问题
- 2023-08-07 04:55:06下载
- 积分:1
-
使用Win32 API 查找某个目录下的所有文件(包括子目录)
使用Win32 API 查找某个目录下的所有文件(包括子目录)-Win32 API use a directory search of all documents (including subdirectories)
- 2022-03-07 01:03:18下载
- 积分:1
-
我的一个计算器,java编写,包括源码和可执行文件。实现了一般的计算功能。...
我的一个计算器,java编写,包括源码和可执行文件。实现了一般的计算功能。-my calculator by java.including code,executable file.normal calculating funtion.
- 2023-03-02 11:55:04下载
- 积分:1
-
this is a program which
全屏功能的实现,以及按ESC键退出程序实现-this is a program which
- 2022-10-22 01:25:06下载
- 积分:1
-
C++ STL程序员开发指南,是学习STL的好帮手
C++ STL程序员开发指南,是学习STL的好帮手-C++ STL programmers to develop guidelines, learning STL is a good helper
- 2022-07-14 10:40:49下载
- 积分:1
-
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方...
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。
-implementation procedures, when the main pages can be no deposit, in order to choose out of the main deposit which pages, spare a spare block transferred to the new store pages. Which pages out of the first problem is the choice of replacement algorithm. The program LRU Methods, according to choose a replacement strategy may replacement pages and calculation of their missing pages rate to facilitate comparison.
- 2022-05-25 18:24:45下载
- 积分:1