搜索资源列表
unixfilesystem
- 完整的文件系统模拟 基本功能 (1)多用户 (2)多级目录:具有树形目录结构;(3)具有login (用户登录)和用户身份认证功能;(4)文件的创建: create (5)文件的打开:open(6)文件的读:read(7)文件的写:write(8)文件关闭:close(9)删除文件:delete (12)列出文件目录:dir(列目录时要列出文件名、物理地址和文件长度) (13)退出:logout (14)文件保护机制-integrity of the file syst
物理模型
- 是一些物理模型的C语言的源文件(5个) -some physical model of the C language source document (5)
衍射光栅
- 研究衍射的物理模型-diffraction study of the physical model
连接体与碰撞
- 连接体与碰撞的物理模型-connecting body and the physical model collision
WinIO的应用
- 使用BCB直接访问硬件端口和物理内存的源程序 -use BCB direct access to hardware ports and physical memory of the source
Data2.0
- 强大的数据库访问类dbhelper 2.0 1、多数据库支持 2、多数据库类型支持 3、强大的查询公用方法,如支持返回泛型实体对象集合,泛型值类型集合,实体对象,数据集等。 4、所有方法都支持参数化与非参数化访问db,调用十分方便。 5、使用了线程本地存储,使之能支持在业务逻辑层显式控制事务。 6、注释较为详细,配置十分简单,方法较为简洁(加上注释总共200多行代码)。 7、开源,容易修改。-Powerful database access class dbhelpe
WCFDemo
- 通过WCF及Socket进行文件的传输、文件接收、物理存储-Socket conducted by WCF and file transfer, file receiving, physical storage
CharpDiskID32
- 在C#下,使用API DISKID32》DLL 获得硬盘物理ID号.-In C#, the use of API DISKID32 " DLL to obtain the hard disk physical ID.
mS
- C#写的物流管理系统源码,是学习C#很好的资料。-This is the source code of a physical distribution management system, which is an excellent sample for learning C#...
MemoryWatcher
- 用C#写的内存监控程序,可观察机器的物理内存和虚拟内存。 -Using C# to write the memory control procedures, observed the physical memory and virtual machine memory.
login
- Login-1:没有面向对象,也没有分层 Login-2:有实体对象,分两层(业务实体层含User,Group,Right,GroupRights对象) Login-3:分三层,界面层、业务控制层Login对象、业务实体层-Login-1: no object-oriented, there is no hierarchical Login-2: a physical object, divided two-tier (business entity layer with User, G
IPModify
- 能较方便的设置IP地址、物理地址、子网掩码、网管等-Modify your IP address,physical address
EntitySharp.NET.2.0
- fohu.EntitySharp:一个轻量级中的轻量级的.NET ORM开发框架,虽然轻量级依然不忘实体的扩展属性和集成数据检验组-fohu.EntitySharp: a lightweight in the lightweight. NET ORM development framework, although the lightweight still remember the physical properties and the expansion of integrated data
nopCommerce_1.90_Source
- nopCommerce is the best Open Source online shop e-commerce solution. nopCommerce is available for free. It has everything you need to get started in selling physical and digital goods over the internet.
LoadSaveImagestoMSAccess0127
- 有时你需要储存在数据库中图像而不是物理文件。这个简单的应用程序将向你展示如何建立一个窗户形式的接口,让您做到以下几点: 1图片在浏览你的硬盘上。 2载入选择的形象,成为一个图片框的周围控制观看。 3保存一幅图像显示在图片框控制数据库。 4选择一个意象从一个列表框中插入列控制和荷载的数据库。-Introduction ========== Sometimes you need to store images in a database instead of as physi
HDsn_ID_MD5
- 硬盘物理序列号和硬件ID读取利用MD5算法生成注册码,调试过了安心使用-Hard disk physical serial number and hardware ID to read using MD5 algorithm to generate registration code, debugged the ease to use
OA__ERPSolution
- .搭建N层架构(独立完成) 2.使用codesmith实现自己的模板并生成代码文件(实体层,工厂,产品)-. To build N-tier structure (independently) 2. Codesmith achieve your own templates to use and generate the code files (physical layer, factories, products)
DataReaderEntensions
- Datareader转换实体对象,支持复杂对象的转换-Datareader convert physical objects, to support the conversion of complex object
ASPNET11
- 从物理地址上分析出计算机的性能和代码之间的关系。非常的好。-From the physical address of the computer analysis of the relationship between performance and code. Very good.
physical-distribution-management
- 程序功能要求:(以下程序功能的操作界面都以菜单引导方式完成) 用界面操作录入,删除,修改两文件中的信息,当info_1中的信息发生变化时,info_2中的关联信息发生同步变化(比如info_1中删除某房信息,info_2中的对应信息也应删除) 按info_1中房屋编号查询info_2中的对应纪录 查询显示各年度交费总额最高,最低的:房屋编号,业主名称,交费总额 按欠费总额排序,显示欠费的业主名称,房屋编号,欠费总额 统计显示每种费用的年度交纳总数,交纳比率(实交数/应缴数)