搜索资源列表
ComputerInfo
- 读取本机或其他机器的cpu、内存、网络等的资源实时的使用情况
ProducerandConsumer
- 在生产者/消费者模型中,生产者Producer负责生产数据,而消费者Consumer负责使用数据。多个生产者线程会在同一时间运行,生产数据,并放到内存中一个共享的区域。期间,多个消费者线程读取内存共享区,消费里面的数据。
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() //加载钩子
ClassApi
- C#编写的类,利用API封装了键盘鼠标内存读取等功能,包涵代码及详细注释-Written in C# class using the API encapsulates the keyboard and mouse functions such as memory read, bear the code and detailed notes
SharedMemory
- 解决Wince 6.0上内存映射不能直接读取的问题,-To solve the Wince 6.0 memory mapping can t directly read problem,
notebook
- ①能读取txt,xml,csv等格式文件,能够对文件进行修改和保存 ②项目配置信息存放在xml配置文件中 ③对于超大型文件要求实现多线程异步读取,避免内存占用过大,界面锁死等问题 ④能识别文件编码,并可以进行编码转换(如gb2312和utf-8的识别和互转) ⑤实现行数,字数等简单统计功能 ⑥对于xml,csv等文件格式能进行简单的数据解析-(1) can be read txt, xml, csv format, to be able to modi
flashread
- FLASH读取 直接读取内存FLASH-failed to translate
ExcelHelper
- C#读写Excel文件、不需要office支持,可读取Excel文件到DataSet、DataTable中,也可以将内存表写入到Excel文件。包含几个dll组件和一个cs代码文件,有详尽注释,我自己经常用。不过导出的性能不好,如果是上万行的数据导出到Excel会很慢。-C# to read and write Excel files, no office support, you can read Excel files to DataSet, DataTable, you can also
mgen-blockingReadMemoryStream
- 大数据缓存,内存块读写核心代码,包括read,write的块操作。应用于大文件、大数据集的缓存或快速读取操作。(Large data cache, memory block read and write the core code, including read, write block operation. Cache or quick read operations for large files, large data sets.)