搜索资源列表
operatingsystemsourcecode
- \\Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。 bochsrc.bxrc Bochs 配置文
Unix_curses
- 相信您在网路上一定用过如 tin,elm 等工具, 这些软体有项共同的特色, 即他们能利用上下左右等方向键来控制游标的位置. 除此之外, 这些程式 的画面也较为美观. 对 Programming 有兴趣的朋友一定对此感到好奇, 也 许他能在 PC 上用 Turbo C 轻易地写出类似的程式, 然而, 但当他将相同 的程式一字不变地移到工作站上来编译时, 却出现一堆抓也抓不完的错误. 其实, 原因很简单, 他使用的函式库可能在 UNIX 上是没有定义的. 有
2008bszyml(1)(1)
- pc程序编译方法,将.pc程序编译成.c程序,然后再生成可执行文件.
Linux_Kernel_CN(1)
- 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如
nullTest
- CPU测试程序,用C++实现,可用来检测CPU的利用率,以此来作为衡量PC机性能的标准之一。-CPU test program with a C++ implementation, can be used to detect the CPU utilization.standards to measure the performance of the PC
bochs-20081123.tar
- Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a
psde
- PSDE 是一套建立在Microsoft Visual C++环境之上的PDA软件开发平台,在PC上编译输出PDA的完全仿真软件,PSDE的目标是应用Microsoft Visual C++强大的开发环境开发出适用于特定PDA硬件平台编译器的标准C语言代码,同时输出PC上的仿真软件,以用于配套的电脑联机软件或演示程序等,避免了PDA开发厂商为了联机软件或演示程序而单独开发新的程序。PSDE能模拟的硬件功能有ROM、FLASH、LCD、触摸屏、按键、中断、硬复位、声音、CPU休眠等,涵盖了目前常用
Nokia_PC_Connectivity_API_3.2
- Nokia PC套件接口原码。 VS2005下,通过PC监控手机的消息。 -Interface Nokia PC Suite source. VS2005 through PC monitor cell phone news.
wifi_8686_driver
- Host Platform: Intel Zylonite-LV (Kernel 2.6.12) with PC running Linux Slackware 10.1 (kernel 2.6.15) installed as NFS (kernel 2.6.12). Tested HW: · SOC/RF chipset: 88W8686 B1 Systems Software Modules: · SDIO8686 Driver o Binary .ko file
pc-lint.v8.00e
- pc lint C语言静态检测工具。非常实用的静态检测工具。可以检查MISRA规范等。-pc lint C language static detection tools. Very useful tool for static testing. Can check the MISRA norms.
code
- 《征服C++企业软件开发核心技术》一书的源码。本书介绍如何在PC系统下搭建Linux + Oracle企业软件开发环境,并以此为基准平台,介绍用C/C++语言开发企业应用程序。-The conquest of c++ enterprise software development core technology of the source code. This book introduces how to build Linux system in PC+ Oracle enterprise u
Microsoft_Techniques_Developing_Bug_free_C_Program
- 编程,Microsoft编写优质无错C程序秘诀.这份电子书籍由PC Home俱乐部、C++ Bulider讨论区数位网友分别整理完成,基本上完全按照所据译本原貌,极少数文字为通顺起见稍作修改。 -Programming, Microsoft prepare high-quality error-free C program secret. This e-book from the PC Home Club, C++ Bulider forums order to complete sever
CProgramming
- InsightThis a very different book on the C language! In an easy, conversational style, Peter van der Linden, of Sun s compiler and OS kernel group, presents dozens of astonishing examples drawn from practical experience, including: - Software th
UFW
- 基于对话框的MFC优盘杀毒程序,运行程序时.有优盘插入时检测u盘里的autorun.inf-for(char cbNum= D cbNum<= Z cbNum++) //遍历可能的U盘盘符 { strdir.Empty() strdir.Format(" c:",cbNum) if(GetDriveType((LPCTSTR)strdir)==DRIVE_REMOVABLE)// 可移动的磁盘 { //-------
beep.c
- 这是一小段PC喇叭发声源码,它显示如何在LINUX应用程序中直接访问硬件端口.-A piece of source codes which implement beep in a application which can direct access hardware io port.
C
- 本书讲述的是应用于PC和UNIX系统上的ANSI标准C语言。-This book is applied to PC and UNIX system on the ANSI standard C language.
AES
- AES算法的C语言版本,支持ECB和CBC模式,速度和体积都经过本人精心优化,适合于C51、ARM和PC,内有Keil、ADS和VC6 三个工程和测试代码,并附有算法原理和演示动画资料。-The C language version of the AES algorithm supports ECB and CBC mode, speed and code size after I carefully optimized for the C51, ARM and PC, there Keil,
GprsFOR-PC
- 用 C++ BUILDER 编写的 一个串口调试 MC35 GPRS模块的软件,源码哦-Using BUILDER C++ to write a serial port debug GPRS MC35 module software, source code Oh
Psychson-master
- Phison 2251-03 (2303) Custom Firmware & Existing Firmware Patches ======== This repository contains the following items: - `DriveCom` PC C# application to communicate with Phison drives. - `EmbedPayload` PC C# application to embed Rubbe
计算机信息获取
- 获取系统信息如系统,位数,当前系统时间,cpu信息,内存信息 等(get your pc information)