CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - CSharp CPU
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - CSharp CPU - List
[
CSharp
]
如何用Csharp实时获取CPU利用率
DL : 0
自定义CpuLoadInfo类实现获取CPU利用率
Update
: 2008-10-13
Size
: 1.06kb
Publisher
:
刘洋
[
Process-Thread
]
模拟进程管理
DL : 0
本程序模拟进程管理,类似windows里的进程管理界面,但是只是模拟各种状态的转换以及cpu的分配,有利于在学习os时对进程加深理解-the simulation process management, and similar windows Lane process management interface, but only to simulate a state of the allocation of cpu is conducive to the learning process right when os deepen understanding
Update
: 2025-02-17
Size
: 46kb
Publisher
:
刘凯
[
CSharp
]
大整数数阶乘1111
DL : 0
用C#写的一个计算大整数阶乘的计算器,可以计算1000以上的大整数阶乘,只要你的CPU够快!呵呵。-C# write a factorial large integer calculation of the calculator, can be calculated more than in the 1000 round factorial, as long as your CPU fast enough! Ha ha.
Update
: 2025-02-17
Size
: 153kb
Publisher
:
[
CSharp
]
如何用Csharp实时获取CPU利用率
DL : 0
自定义CpuLoadInfo类实现获取CPU利用率-Custom Class CpuLoadInfo achieve access to CPU utilization
Update
: 2025-02-17
Size
: 1kb
Publisher
:
刘洋
[
CSharp
]
CPUInformation
DL : 0
用CSharp开发的WMI程序,检测系统cpu的各种参数-CSharp developed using WMI procedures, the detection system cpu various parameters
Update
: 2025-02-17
Size
: 63kb
Publisher
:
mete
[
CSharp
]
CPUPerformanceCounter
DL : 0
CSharp开发的图形显示系统中各种计数器的小程序-CSharp development of the graphics system of small counter various procedures
Update
: 2025-02-17
Size
: 176kb
Publisher
:
mete
[
Compress-Decompress algrithms
]
Cpuseries
DL : 0
获取硬盘串号,Cpu串号等硬件信息,通过C#获取本机器硬件信息-Series hard disk access, Cpu series, and other hardware information through access to the C# machine hardware information
Update
: 2025-02-17
Size
: 164kb
Publisher
:
刘伟
[
CSharp
]
MySniffer
DL : 0
用C# 写的网络嗅探器,跟传统的不一样的是,采用了新的算法,减轻了CPU的消耗,并且对数据包进行了详尽的分析,很有参考价值-With C# Write network sniffer with the traditional is not the same as adopting a new algorithm to reduce the CPU consumption, and data packets carried out a detailed analysis of the valuable
Update
: 2025-02-17
Size
: 124kb
Publisher
:
[
CSharp
]
ComputerInfo
DL : 0
读取本机或其他机器的cpu、内存、网络等的资源实时的使用情况-Read the machine or other machines cpu, memory, network resources, such as the use of real-time
Update
: 2025-02-17
Size
: 621kb
Publisher
:
lxg
[
CSharp
]
cpuid
DL : 0
获取本机cpu id mac地址 硬盘序列号,用作加解密。需要.net 2.0框架。-Access to the local cpu id mac address of the hard disk serial number, used for encryption and decryption. Needs. Net 2.0 framework.
Update
: 2025-02-17
Size
: 46kb
Publisher
:
falj
[
.net
]
WDMS
DL : 0
Windows系統性能監控(CPU,MEMORY)-Windows System Performance Monitor (CPU, MEMORY)
Update
: 2025-02-17
Size
: 200kb
Publisher
:
rohn
[
CSharp
]
Get_Hardware_Msg
DL : 0
一个获取电脑硬件信息(CPU系列号和网卡地址等)的C#小程序。-An access to computer hardware information (CPU card serial number and address, etc.) C# Small procedures.
Update
: 2025-02-17
Size
: 25kb
Publisher
:
方永忠
[
CSharp
]
SystemInfo
DL : 0
c# 可以获得系统的 CPU,硬盘,网卡,操作系统,内存分页,等信息-c# Get the information of CPU, hard disk, network card, operating system, memory, paging, and other information
Update
: 2025-02-17
Size
: 33kb
Publisher
:
your name
[
Other
]
SysInfoTest
DL : 0
主机性能监视,包括网络流量、CPU负荷等信息。-monitor the system info
Update
: 2025-02-17
Size
: 34kb
Publisher
:
zhenhualiu
[
Windows Develop
]
CPU_monitor
DL : 0
检测ThinkPad CPU温度,支持摄氏、华氏-ThinkPad CPU temperature detection, support Celsius, Fahrenheit
Update
: 2025-02-17
Size
: 42kb
Publisher
:
吴吉土
[
Other
]
GetthecurrentoccupancyrateofallprocessthreadsCpu.r
DL : 0
获取当前所有进程计算线程 Cpu 占 用率 -Get all current occupancy rate of the process of computing threads Cpu
Update
: 2025-02-17
Size
: 47kb
Publisher
:
lilili
[
CSharp
]
PACHONG
DL : 0
网络爬虫程序源码 这是一款用 C# 编写的网络爬虫 主要特性有: 可配置:线程数、线程等待时间,连接超时时间,可爬取文件类型和优先级、下载目录等。 状态栏显示统计信息:排入队列URL数,已下载文件数,已下载总字节数,CPU使用率和可用内存等。 有偏好的爬虫:可针对爬取的资源类型设置不同的优先级。 健壮性:十几项URL正规化策略以排除冗余下载、爬虫陷阱避免策略的使用等、多种策略以解析相对路径等。 较好的性能:基于正则表达式的页面解析、适度加锁、维持HTTP连接等。 今后有空可能加入的特性: 新特性 介绍 爬取文件用Berkeley DB存储 提高性能: 常用操作系统不善于处理大量小文件 基于URL Ranking的优先级队列 主题爬虫: 机器学习算法对链接与主题相关度进行评估,并按照得出的优先级顺序进行爬取 爬虫礼仪 遵循爬虫禁止协议、以及避免对服务器资源的过度使用等 性能优化 用UDP取代封装好的HttpWebRequest/Response DNS缓存 异步的DNS地址解析 硬盘缓存或内存数据库以避免频繁的磁盘寻道 分布式爬虫以扩展单机能力(CPU、内存和硬盘访问) -GreySky source personal accounting system, management of daily accounting classification of report management user management built several sets of beautiful skin for beginners learning to use.
Update
: 2025-02-17
Size
: 780kb
Publisher
:
谭辰
[
CSharp
]
TestPlatform.Performance
DL : 0
c#写,内存、cpu和各线程利用率的监控,测试软件源码,可以识别处理器个数-c# writing, memory, cpu utilization and the thread monitoring, testing software source code, you can identify the number of processors
Update
: 2025-02-17
Size
: 138kb
Publisher
:
杨文锋
[
CSharp
]
Windows-Hook-Library-(Any-CPU)
DL : 0
Windows Hook Library (Any CPU)
Update
: 2025-02-17
Size
: 16kb
Publisher
:
xacker-87
[
CSharp
]
cpu
DL : 0
实时监控cpu()
Update
: 2025-02-17
Size
: 45kb
Publisher
:
snow111111
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.