搜索资源列表
xbjlwg.rar
- 雄霸精灵*源码,用c#对内存的修改及其实现,Wizard plug-dominated source, with c# modify memory and its realization
FileMapping(csharp)
- 在C#中使内存映射文件方式进行文件读写, 文件读写功能由一个C++写的DLL提供. 附件内含有完整的DLL工程和C#调用工程.-In the C# Make the memory-mapped files of papers to read and write, file read and write function by a C++ Provide written DLL. Annex DLL contains a complete engineering and C# Call works
os
- 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
Manager
- 内存相关操作操作类库 以及系统API函数调用-Memory operation library
SystemInfo
- c# 可以获得系统的 CPU,硬盘,网卡,操作系统,内存分页,等信息-c# Get the information of CPU, hard disk, network card, operating system, memory, paging, and other information
os
- CSharp写的一个超微软操作系统,包括进程管理、内存管理等-CSharp write a superset of Microsoft operating systems, including process management, memory management, etc.
model
- 一台电脑(参考图)的基本组成部分包括的硬件主要有CUP,主板,硬盘,显卡以及内存等.OK,现在的需求就是要去造一台电脑,可计算机生产商有没给我们提供生产电脑的方法(MackPC)呢?没有吧,那么我们自己来定义一个总可以吧 -A computer (see Figure), including the basic hardware components of the main CUP, motherboards, hard drives, graphics cards and memory.
minememoryreader_demo
- c#做的扫雷的*,使用的内存读取。支持初级,中级,高级,自定义-c# to do the plug-in de-mining, using the memory to read. Support for primary, intermediate, advanced, custom
KCISSetup
- KCIS(科创信息服务器)是基于.Net平台,采用c#语言开发而成的用于提供web服务的服务器端软件,目录版本为2.0。使用此软件可基本上 替代Windows操作系统上的IIS软件。该软件为绿色软件,安装时不对系统作任何更改设置,软件大小仅为332KB,运行时所占内存大小仅为32,100KB。软件操作简单,界面整洁。
gray
- 展示了C#读取彩色图像,并且转换为灰度图的方法,读取图像时分别使用了getPixel,内存法,指针法,展示了C#读取图像的三种基本方法。-Convert a RGB image to gray image and give examples of reading image file with three different methods.
Memory
- 有关操作系统的连续可变式内存分配的模拟实验。-The operating system memory allocation simulation curriculum design.
ShareMemery
- 内存共享技术,进程通信,通过内存指定区域进行共享使进程间相互通信-Memeory sharead
PACHONG
- 网络爬虫程序源码 这是一款用 C# 编写的网络爬虫 主要特性有: 可配置:线程数、线程等待时间,连接超时时间,可爬取文件类型和优先级、下载目录等。 状态栏显示统计信息:排入队列URL数,已下载文件数,已下载总字节数,CPU使用率和可用内存等。 有偏好的爬虫:可针对爬取的资源类型设置不同的优先级。 健壮性:十几项URL正规化策略以排除冗余下载、爬虫陷阱避免策略的使用等、多种策略以解析相对路径等。 较好的性能:基于正则表达式的页面解析、适度加锁、维持HTTP连接等
waigua
- 这是DLL文件,引用到工程就可以了, 主要修改的地方我说明下 key kk = new key() int pid = kk.pid("CQ.EXE") //获取进程PID kk.getread(pid, "", 0x298, 4).ToString() //返回INT值的内存读取 kk.getread(pid, 0x04, 4) //返回STRING的内存读取,少了一个参数. 自己写了个全局键盘钩子, kk.UnHook() //加载钩子
csharp
- 一个c#处理图像的例子,包括三种方法的实现,内存法 ,指针法,像素法。及他们处理速度的比较。-a example used for deal image,provded three methods to implement image read from hard disk
TestPlatform.Performance
- c#写,内存、cpu和各线程利用率的监控,测试软件源码,可以识别处理器个数-c# writing, memory, cpu utilization and the thread monitoring, testing software source code, you can identify the number of processors
myWeather
- C#天气预报程序桌面版,在你的电脑桌面上显示你本地的天气信息,天气数据采集自网络,除了显示天气信息外,还有实时的温度、湿度、风力风向及未来两天的天气情况,有自动刷新功能,可以设置随系统启动等。软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),包含农历跟星期等信息,运行后默认以透明窗体嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。定时刷新采用线程控制,抛弃传统的Timer控件。另外,软件做了只能同时运行一个实例的限制!可能是因为Using的东西太多,导致
C_ACC
- 操作涉及的主要C#类有: DataSet:对应数据库表的一个集合,实际上是数据库表在内存中的一个缓存 DataTable:对应数据库表,是数据库表行的集合 DataRow:对应数据库表行 OleDbConnection:建立数据库连接 OleDbDataAdapter:由数据库生成DataSet,并负责DataSet与数据库的同步 OleDbCommandBuilder:生成更新数据库所需的指令 DataSet、DataTable、DataRow用于数据在缓存中的操作
printf2
- 一种简洁的printf 输出函数,具备int, long, double类型数据标准输出能力,代码紧凑,占用内存小-The output function printf a concise, with int, long, double data type to standard output capacity, compact code, small memory
CSharp--System-Information
- C#用Listview控件查看系统信息。其中包控CPU,内存,显卡,声卡等。-C# Listview control to view system information. Which the packet control CPU, memory, graphics card, sound card, etc..