资源列表
排序选择:
[Linux/Unix编程] to_student
说明:内容:为LINUX 设计一个简单的二级文件系统。要求做到以下几点: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。-内容:为LINUX 设计一个简单的二级文件系统。要求做到以下几点: 1、可以实现下列几条<luoyanhan> 在 2025-09-26 上传 | 大小:6kb | 下载:0
[Internet/网络编程] corkscrew-2.0.tar
说明:该源码主要功能是通过http代理隧道连接实现远程连接,非常方便用户使用,是非常不错的学习工具!-The main source function is through http proxy tunneling for remote connections, very user-friendly, it is a very good learning tool!<konggeffory> 在 2025-09-26 上传 | 大小:55kb | 下载:1
[按钮控件] buttonlink
说明:一个CButton的派生类CLinkButton,用此派生类制作的按钮具有以下特点。该按钮可以自画多个形状,并连接其它地址。-A derived class CButton CLinkButton, with buttons made this derived class has the following characteristics. This button can draw multiple shapes from, and connect to other addresses.<bluehorse0526> 在 2025-09-26 上传 | 大小:58kb | 下载:0
[软件工程] HL7-protocol
说明:医疗系统数据传输标准,适用于医疗系统间各功能模块间数据传输的开发。-Medical systems data transmission standards for development between the various functional modules for data transmission between the health care system.<王自溟> 在 2025-09-26 上传 | 大小:1.72mb | 下载:0
[对话框与窗口] CountPoint
说明:实现统计窗口中任意矩形内(含矩形上)点的代码的几种设计方案的代码.为了提高时间效率牺牲了较大的内存空间.并依此提供了优化代码的递进方案.-Statistics window to achieve an arbitrary rectangular (including rectangle) code point code of several design solutions. In order to increase time efficiency at the expense of large<xiaoming> 在 2025-09-26 上传 | 大小:232kb | 下载:0
[Internet/网络编程] baidu-api
说明:自己写的几个调用百度地图API的实用性方法 HTML和JS代码都有-I wrote it myself a few call Baidu Maps API methods practicality having HTML and JS code.<王强> 在 2025-09-26 上传 | 大小:2kb | 下载:0
[C#编程] ASP.NET-DatetimeFormat
说明:ASP.NET中时间格式的转换 有时候我们要对时间进行转换,达到不同的显示效果 默认格式为:2005-6-6 14:33:34 如果要换成200506,06-2005,2005-6-6或更多的该怎么办呢 我们要用到:DateTime.ToString的方法(String, IFormatProvider)-a datatime format to change a string format in asp.net<cheyx> 在 2025-09-26 上传 | 大小:2kb | 下载:0
[android开发] NavigationDemo
说明:android手机平台,写了一个定位精度很准的,分享下,使用java开发的。-android mobile phone platform, wrote a very accurate positioning accuracy, share, use java development.<王强> 在 2025-09-26 上传 | 大小:1.67mb | 下载:0
[.net编程] Asp.NetFunctionCollection
说明:1、DateTime 数字型 System.DateTime currentTime=new System.DateTime() 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now 1.2 取当前年 int 年=currentTime.Year 1.3 取当前月 int 月=currentTime.Month 1.4 取当前日 int 日=currentTime.Day 1.5 取当前时 i<cheyx> 在 2025-09-26 上传 | 大小:3kb | 下载:0