-
内存性能状态指示器 2.0(VB.NET2005)
===================================
这个代码原先是VB6的代码...
内存性能状态指示器 2.0(VB.NET2005)
===================================
这个代码原先是VB6的代码,作者升级改造为VB.NET2005。主要功能是获取本地计算机的内存、页面文件、CPU等参数及使用状态。类似Windows的资源管理器中的性能显示,程序以条形图显示物理内存总量、剩余数等。-Memory performance status indicators 2.0 (VB.NET2005) =================================== This code was originally VB6 code, the author upgrading to VB.NET2005. Main function is to access the local computer" s memory, page file, CPU, etc. and the use of state parameters. Similar to Windows Explorer in the performance shows that procedures are in place to bar graph shows the total physical memory, the number remaining.
- 2022-03-03 19:50:22下载
- 积分:1
-
s3c2440a触摸屏驱动,完整驱动可直接调用也可用于参照学习
s3c2440a触摸屏驱动,完整驱动可直接调用也可用于参照学习-s3c2440a touch screen-driven, integrity-driven direct call can also be used to refer to learning
- 2022-01-26 06:06:16下载
- 积分:1
-
一个计算器 用VB写的 用的是和XP一样的界面
一个计算器 用VB写的 用的是和XP一样的界面-a calculator with VB write and use the same interface XP
- 2022-04-20 22:29:59下载
- 积分:1
-
16F877使用计时秒表功能的实现,用汇编语言
采用一个16F877实现计时秒表功能,用汇编语言编写-16F877 using a stopwatch function of time to achieve, in assembler language
- 2022-07-10 16:03:02下载
- 积分:1
-
Kfifo源于Linux下的C源码,经封装成C++的CKfifo类
源文件:Kfifo.h 和 Kfifo.cpp
功能:具有互斥功能的BU...
Kfifo源于Linux下的C源码,经封装成C++的CKfifo类
源文件:Kfifo.h 和 Kfifo.cpp
功能:具有互斥功能的BUF队列类。
编译环境: Visual Studio2008-Kfifo from the C source code under Linux, after packaging into a C++, CKfifo class source file: Kfifo.h and Kfifo.cpp functions: BUF queue with mutually exclusive features classes. Compiler Environment: Visual Studio2008
- 2022-09-27 03:40:02下载
- 积分:1
-
基于ssm 的java开发的一个小小的列表查询,用到bootStarp做前台框架
基于ssm 的java开发的一个小小的列表查询,用到bootStarp做前台框架
- 2022-03-26 05:34:33下载
- 积分:1
-
一个C的扫雷小游戏,玩玩吧
希望各位大虾多多指教
一个C的扫雷小游戏,玩玩吧
希望各位大虾多多指教-A C game of mine, to play it I hope that the exhibitions prawns
- 2022-08-18 19:02:00下载
- 积分:1
-
可用的条码打印控件
可用的条码打印控件-available barcode printing controls
- 2022-02-04 11:15:20下载
- 积分:1
-
Very classic things, I hope everyone can share. What is inappropriate to place t...
很经典的东西,希望大家可以分享。有什么不合适的地方请多多指教!-Very classic things, I hope everyone can share. What is inappropriate to place the exhibitions, please!
- 2022-01-25 18:40:46下载
- 积分:1
-
httpserver解决乱码问题
procedure TForm1.httpS_1CommandGet(AContext: TIdContext;
ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo);
// var
// bb : Tb
var
sRawByte: RawByteString;
sAnsi: AnsiString;
begin
Mm_1.Clear;
ARequestInfo.ContentType :="text/html;Charset=UTF-8";
Mm_1.Lines.Add("ContentType Params " + ARequestIn
- 2022-08-22 10:45:21下载
- 积分:1