搜索资源列表
OpenCard
- C#操作非接触卡读写器例子 包括存取内存数据 机器日期操作 机器锋鸣等
Mysystem_Cs
- 用C#写的NAMESPACE,可以返回当前系统时间,当前内存状态,程序所在目录和设备名称.直接调用函数即可返回. 除了时间为data,其余为字符串返回值
Share-memory
- 用C#写的共享内存的源码,封装好了读写byte和string的API函数,可用于和其他软件进行数据交换-Code compile with C# for share memory in window.
MemoryWatcher
- 用C#写的内存监控程序,可观察机器的物理内存和虚拟内存。 -Using C# to write the memory control procedures, observed the physical memory and virtual machine memory.
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() //加载钩子
TestPlatform.Performance
- c#写,内存、cpu和各线程利用率的监控,测试软件源码,可以识别处理器个数-c# writing, memory, cpu utilization and the thread monitoring, testing software source code, you can identify the number of processors
chakanneicun
- 一个用C#写的小程序 查看内存使用情况适合初学者学习研究-small program written in C# to view memory usage for beginners to learn research
PageReplace
- CSharp写的虚拟内存中页置换算法,包括FIFO、OPT、LRU和Clock等。-CSharp write virtual memory page replacement algorithms, including FIFO, OPT, LRU and Clock.
OpcCOM
- C#写的一个OPC通讯程序,用于工控环境中与PLC通讯,DB块内存地址配置于数据库SLC_L1_TAGS的表中。-The OPC communication program written in C# for the industrial environment configured to communicate with the PLC, DB block memory address table in the database SLC_L1_TAGS.
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
Parallel-loop
- 并行循环模式一般适用于执行一些具有独立性的迭代操作,例如遍历某集合(collection)中的元素或者执行一些限定次数的迭代。但前提是这些操作是彼此独立的,即循环步骤中不存在对本地内存或磁盘文件的共同写操作。-Parallel circulation patterns are generally applicable to perform some iteration independence, such as traversing a collection (collection) of th
sqlite-dll-win32-x86-201408081749
- 用c#实现的在内存中模拟的简易文件系统,整个文件系统可保存至硬盘。系统设计参照fat格式。文件系统提供的操作: a) 格式化 b) 创建子目录 c) 删除子目录 d) 显示目录 e) 更改当前目录 f) 创建文件 g) 打开文件 h) 关闭文件 i) 写文件 j) 读文件 k) 删除文件 -With c# Realize the simulation in memory of the simple file system, the entire file system can be stored
ShareMemery
- C#版共享内存实例,包括新建、读写操作,直接可以使用-C# version of the shared memory examples, including a new, read and write operations can be used directly
vcplant
- VC简单植物大战僵尸辅助源码采用内存读写的方法制作一系列的辅助功能,具体功能如上图所示,这个源码可以让你学习使用VC对内存读写,窗口获取句柄等功能-VC simple Plants vs. Zombies auxiliary source using memory read and write method produced a series of auxiliary functions and specific functions such as shown above, this sourc
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.)
