搜索资源列表

  1. ucos_FS在CF卡上的例子

    0下载:
  2. 一个基于ucos的文件管理系统 可以支持cf卡 硬盘等存储器 但是对于单独的flash芯片还需要自己编写硬件的底层驱动-based document management system can support cf memory card drives, etc. But for a separate flash chip also need to prepare themselves to the bottom of the hard
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:561587
    • 提供者:郑毅
  1. C和C++嵌入式系统编程

    1下载:
  2. 这是一本很好的嵌入式底层编程的书,主要介绍与嵌入式编程相关的硬件,操作系统等知识及编程技巧-This is a very good bottom embedded programming, the book introduces embedded programming associated with the hardware, operating system, such as programming skills and knowl
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1442178
    • 提供者:白道贵
  1. djgpp-gcc-bxnhy

    0下载:
  2. 里面包含了众多的编写操作系统的底层软件,好难找啊,大家要珍惜啊!包括ls,nasm,djgpp,等等等等。是个集合包-of which contains a large number of the operating system to prepare the bottom of software, the difficulty in finding good ah, we must cherish ah! Including ls,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32953813
    • 提供者:与乁
  1. ttywatcher-1.2.tar

    0下载:
  2. unix tty 监控程序,是用底层驱动实现的,可以监控所有登陆到本机上的用户-monitoring program is the use of the underlying drive to achieve, and can monitor all of the aircraft landing on the users
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:66751
    • 提供者:张飞
  1. ms_dos60

    0下载:
  2. 微软的MSDOSV6.0源代码,本站不能没有啊。 研究DOS和进行一些底层编程的必不可少。 实在不行,也可以进行收藏啊-MSDOS 6.0 system source code
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:19621597
    • 提供者:俞训峰
  1. DrakeCompiler

    0下载:
  2. 这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。-this but my DEDECATES production, from the play
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:91071
    • 提供者:中国
  1. system on MSP430

    0下载:
  2. MSP430下的一个微内核操作系统,很实用。做到底层无关,稍加修改可以移植到其他平台下。-MSP430 under a micro-kernel operating system, is very practical. Do not bottom, a little change can be transferred to other platforms.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5893
    • 提供者:哈哈
  1. Rs232Operate

    0下载:
  2. 用汇编实现底层控制的RS232串口通讯类-compilation with the realization of the underlying control RS232 serial communications
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2763
    • 提供者:鲁克
  1. 微型计算机原理与应用

    0下载:
  2. 讲解计算机的原理以及一些重要的应用,想了解更底层的东西就看看吧-It explains the fundametal and significant applications of micro-computer, and you can get core details of low layers from it.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:12669223
    • 提供者:李朝
  1. MS NetSerialComm

    0下载:
  2. MS提供的串口开发源代码类,提供了几个与串口通讯的底层通讯类-the serial open-source categories, for a few serial communication with the underlying communications
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:137262
    • 提供者:赵烈加
  1. and_or

    0下载:
  2. veilog 代码 用户可以直接调用,作为底层模块。同时已经编译成功,可以作为基本单元库。-veilog code user can derict use it for the base mode.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3531
    • 提供者:宋昆仑
  1. F200asm

    0下载:
  2. IC卡底层操作接口,符合正向约定和反向约定.-bottom IC card interface, agreed with forward and reverse agreement.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7375
    • 提供者:周德玖
  1. ucosII专门针对ARM7的源代码实现

    0下载:
  2. 针对UCOS的移植,对ARM7体系架构上的做移植.是一个很麻烦的问题,您需要的是修改一些底层的启动代码.-against graft, ARM7 architecture of the transplant. It is a very troublesome question, you need to be some change in the bottom of the boot code.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2069804
    • 提供者:李锴
  1. YCArray

    0下载:
  2. /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5101
    • 提供者:叶振华
  1. lib_66789

    0下载:
  2. 用hd66789的tft 底层驱动代码(arm7平台)-with hd66789 bottom TFT driver code (ARM7 platform)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2345
    • 提供者:TFT
  1. 翻译机

    0下载:
  2. 一个类似于网页小偷的软件,作用是汉译英,我主要是为了解决我们英语老师布置作文而编写的,呵呵。程序并没有采用传统的XMLHTTP控件或者Inet控件获取HTTP资源,而是采用更底层的winsock控件模拟HTTP协议。原因是网站采用了重重验证,普通控件派不上用场。-a website similar to the software thieves, the British role in Translation is, I is main
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:13893
    • 提供者:啊啊
  1. mbuni-1.0.0.tar

    0下载:
  2. 用C语言实现的开源彩信中心代码,底层使用Kannel库-C Language Center MMS open source code, the underlying library use Kannel
  3. 所属分类:手机彩信(MMS)编程

    • 发布日期:2008-10-13
    • 文件大小:917370
    • 提供者:吴江
  1. ADPCM_Test

    1下载:
  2. 测试ADPCM(G.726)的 可以在PC单独测试编解码 也可以通过串口发送数据到底层单片机编码或解码后把数据送回来。 运河 2005-test ADPCM (G.726) can be individually tested in the PC codec can also send data through the serial port to the bottom MCU code or afte
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:70914
    • 提供者:费戈
  1. Rawpack

    0下载:
  2. SOCKET 底层协议数据结构 如: /* IP Header RFC-791 0 3 7 15 31 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |Version| IHL |Type of Service| Total Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2149
    • 提供者:张天津
  1. mou_ser

    0下载:
  2. 嵌入式GUI中的鼠标驱动程序,适用于microwindows等嵌入式图形GUI工具,对于理解嵌入式GUI的底层驱动有很大帮助.- Inserts in type GUI the mouse driver, is suitable and so on inserts the type graph GUI tool to microwindows, inserts type GUI regarding the understanding
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:3967
    • 提供者:吴鹏
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org