得到操作系统版本的程序源码,获取操作系统版本信息-operating systems versions of the program source code, access to the operating system version 下载
用vc开发的一个实现得到操作系统版本等信息的程序,包括os, version,build和service-vc used to achieve the development of a version of the operating system information such as procedures, including os, version, build and service 下载
Visual.C++程序设计技巧与实例--配套光盘 第6章 文件和系统操作 本章共11个实例: 1. FolderCopy文件夹的选择和拷贝 2. DeleteCertainFile删除指定路径下的某种类型的文件 3. FileModiNotify当文档(文件)被修改时在标题上给出提醒 4. OpenHtm打开Html网页 5. FileMapping使用内存映射文件来传输共享数据 6. ChageTime改变系统时间 7. StartUpProg让系统启动时运行某个应用程序 8. GETCDROM得到系统中所有光驱的盘符 9. LimitTimes限制软件的使用次数 10.GetWinVersion得到操作系统版本 11.HardwareInfo得到系统硬件信息-Visual.C program design techniques and examples -- matching CD Chapter 6 documents and the total system operation of this chapter 11 examples : 1. FolderCopy folder options and two copies. DeleteCertainFile delete the specified path under some type of documentation. FileModiNotify When files (documents) are revised change in the title is to remind 4. OpenHtm open Html website 5. FileMapping use memory-mapped file to transmit data sharing 6. ChageTime change the system time 7. StartU pProg activated for a particular application program running 8. GETCDROM systematically all disk drive Address 9. LimitTimes limit the use of software to be number 10.GetWinVersion 11.HardwareInfo version of the operating system is the hardware information system 下载
TnKernel是一个源码开放的ARM嵌入式实时操作系统,该操作系统在众多ARM芯片中得到广泛应用,官方已经移植了包括LPC、AT91SAM7S、STR7等ARM7芯片,本工程是最新的2.4版本,包含了ADS、Keil、IAR、GCC等众多编译环境,开发人员可以在不同的目录下找到自己熟悉的编译器工程文件,对嵌入式开发人员极具参考价值。-TnKernel is an open-source embedded real-time operating system ARM, The operating system in many ARM chip to be widely applied, the government has been transplanted, including LPC, AT91SAM7S, such as ARM7 STR7 chip, the project is the latest version 2.4, includes ADS, Keil, IAR, and many other GCC compiler environment. Development officers in different directory to find their own familiar with the compiler works documents, Embedded developers of great reference value. 下载
Linux是多用户分时操作系统,是自由软件,具有Unix的全部功能,得到多数硬件厂商的支持,而且Linux操作系统本身附带了许多有用的应用软件。在众多Linux发行版本中,Red Hat Linux是最常用、最容易使用的版本之一。 全书讲述了Red Hat Linux 9的安装、Linux的基础命令(文件、shell、网络配置和软件安装)、桌面应用知识(GNOME、KDE和常用应用软件)和企业应用(各种服务器的配置和使用)方面的内容。本书始终以实用为原则,通过丰富的实例说明问题,既能使新手轻松入门,又能使有一定经验的用户迅速提高应用能力。 本书适合Linux初学者、大专院校学生以及广大Linux爱好者使用。-Linux is a multi-user time-sharing operating system, is free software, with the full functionality of Unix, the majority of hardware manufacturers support Linux operating system itself but with a lot of useful application software. Among the many Linux distributions, Red Hat Linux is the most commonly used, the most easy-to-use version of one. Book on the Red Hat Linux 9 install, Linux based orders (documents, shell, network configuration and software installation), the desktop application knowledge (GNOME. KDE and commonly used application software) and enterprise application (various server configuration and use) areas. The book always practical to principle, abundant examples, which enable easy entry novice, it also enabled a certain experience in the application users to rapidly increa 下载
lWIP是TCPIP的协议的源代码。采用的是最新LWIP0.6.4版本。为了得到最佳性能,我们需要引入操作 系统。上面的UCOSII就是一个很好操作系统。-lWIP TCPIP agreement is the source code. Using the latest version LWIP0.6.4. To get the best performance, we need to introduce the operating system. UCOSII above is a very good operating system. 下载
从结构上来说,实时多任务操作系统包括两部分,一部分为操作系统内核(kernel),即实时执行程序(Real Time Executive:RTX),另一部分是输入输出部分(I/O)(注意开发系统不属于操作系统的范畴);嵌入式系统对I/O的需求通常比较小(无文件系统需求),因此很多实时多任务操作系统本质上就是一个实时执行程序,如AMX(Kadak),VRTX(Microtec),iRMX(Intel)等(这里的X即:eXecutive),如果纯粹从kernel的角度来考察目前流行的各种实时多任务操作系统的性能,它们的效率差别都不大。 在市面上可以得到一些RTX的源代码(有用C实现的,有用汇编实现的,还有用PL/M语言实现的),从internet上也可以荡一些下来(我介绍一个站点www.eg3.com,堪称世界电子工程师资源宝库),下面我要介绍的一个RTX版本(我命名为SRTX:short RTX),可以说是RTX中的元老级产品了,来自某研究所,九十年代初他们到美国考察,从美国某公司购得。五年以前,SRTX在国内有售,许多搞工控的研究所利用SRTX开发了一些大型或小型的产品,这里介绍的SRTX我作了一些简化和改动. - 下载
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。 一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个或多个进程中进行处理。这样,内核态与用户空间进程通信的方法就显得尤为重要。在 Linux 的内核发行版本中没有对该类通信方法的详细介绍,也没有其他文章对此进行总结,所以本文将列举几种内核态与用户态进程通信的方法并详细分析它们的实现和适用环境。 source code 2 -Linux is an open-source operating system, both ordinary users or enterprises, users can prepare their core code, coupled with the standard kernel cutting thereby making up their own operating system. There are a lot of low-end users of the network equipment from the standard operating system Linux is improving from the This also shows that the more and more people are added to the Linux kernel development groups. One or more modules and the realization of general Linux can not satisfy the needs of system software, because the core is too restrictive, such as the terminal can print, can not handle the bigger Delay etc.. When we needed to do these when on the need to state the core collection of data transmission to users of a state or process for processing. So, the kernel and user space st 下载
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。 一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个或多个进程中进行处理。这样,内核态与用户空间进程通信的方法就显得尤为重要。在 Linux 的内核发行版本中没有对该类通信方法的详细介绍,也没有其他文章对此进行总结,所以本文将列举几种内核态与用户态进程通信的方法并详细分析它们的实现和适用环境。 -Linux is an open-source operating system, both ordinary users or enterprises, users can prepare their core code, coupled with the standard kernel cutting thereby making up their own operating system. There are a lot of low-end users of the network equipment from the standard operating system Linux is improving from the This also shows that the more and more people are added to the Linux kernel development groups. One or more modules and the realization of general Linux can not satisfy the needs of system software, because the core is too restrictive, such as the terminal can print, can not handle the bigger Delay etc.. When we needed to do these when on the need to state the core collection of data transmission to users of a state or process for processing. So, the kernel and user space st 下载
《管状换热器计算机辅助设计系统ExhCAD绘图系统(版本:1.01a Final)》为自由软件,采用增量软件开发模型,并用UML对软件进行 建模,以便更新。 该版本只是对换热器的最简单的形式做出设计,而且程序在计算 (包括设计、校核两部分,其中校核部分未编)、绘图过程中都作了简 化,虽然采用了参数化绘图,并能进行简单的数据管理,但没有考虑 换热器的插入件、安装(待编)等因素的影响,特别是在绘图中用 Automatuion技术绘制了管子部分,并对一些常用图形设计了图库,以 方便操作,后采用Object Arx详绘!由于水平和时间、精力等因素,软 件肯定有不少的Bug,但这是我的第一次尝试,希望能得到高手的指点。 设计出的换热器适应于冶金企业中使用,尤其是工业加热炉的余 热回收;以金属直、光管为传热介质,空气在管内流动,烟气在管外 流动。考虑实际情况,大多数换热器采用逆流,按照实际要求,本软 件在设计时做了些简化处理,但仍然能满足工程需要。 配置要求:主机在486以上,操作系统为Windows 98以上。如果要 使用完整功能,则需要装有AutoCAD R14、Microsoft Excel 2000、 Microsoft Access 2000。-"tubular heat exchanger computer-aided design system ExhCAD Mapping System (Version : Final 1.01a)," free software, using incremental software development model, and the UML modeling software to update. The release of heat exchanger is the most simple design made in the form and the procedures in the calculation (including design, verification of two parts, which some non-checking), the mapping process has been simplified, although the parameters of graphics, and simple data management, but did not consider the heat exchanger The inserts, installation (to be ed.), the impact of such factors, especially in the graphics rendering technology used Automatuion the tubes, as well as some commonly used graphics library designed to facilitate the operation, after using Object Arx detaile 下载
linux c经典代码 直线检测 vc代码 mp3 decode source daubechies 9/7 的matlab实现代码 socket 接收组播 delphi 屏幕取词 vxworks 串口驱动 swing 画图程序 网络爬虫源代码 c p2p 编程 java 菜单设计 tdi 学习 canny 梯度算子 图的存储与遍历 哲学家就餐问题算法 红外遥控解码c程序 图像融合matlab程序 电视遥控转换 usbview源码 des加密算法源代码c arnold变换 并发tcp服务器 股票软件 源代码 c 数字图象处理编程入门 下载 vb 秒表程序 snmp vc 编程 keil c51 uv3下载 信号量机制 keil ucos移植 51 ns手册 中文版 gtk c 源代码 野菜部落无限体力外挂 evc图形编程 jpeg decoder source rs232接口电路图 ftp客户端程序源代码 uc/os-ii电子书 isp1160代码 api获取mac地址 directx 书籍 数字图象运动检测 源代码 用access设计小程序 winsocket 代码 下载 cs5463 校准 symbian 拍照 程序 crc16工具 vc和ao sift 算法 tc35i c程序█ 坐标转换 函数