搜索资源列表

  1. winsocketchat

    0下载:
  2. 这是在教学过程引导学生做一个socket聊天室的代码,功能简单,但对网络通信入门有帮助-this is a simpl program for chat room, in my teaching,i use it to help student to understand winsocket.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-07
    • 文件大小:368640
    • 提供者:
  1. 11111

    0下载:
  2. NTFS分区的引导记录源码 NTFS文件系统有着非常优秀的特性,其安全性、可靠性都远胜于我们常用的FAT文件系统,但是微软公司出于 商业目的没有公布它的规范,使得这种优秀的文件系统只能在Windows NT架构的操作系统中使用。 本代码在MASM 6.11下编译通过。其中与分区结构相关的数据仅适用于在下自己分的分区,各位引用时请自行 代入正确的值。 .486-NTFS partition boot recor
  3. 所属分类:汇编语言

    • 发布日期:2024-05-07
    • 文件大小:7168
    • 提供者:规划
  1. VB6_VPN_dengluqi

    0下载:
  2. 我自己写的VPN拨号程序,就是引导一个批处理去拨号而已,高手就不用下了,我是入门级的,上传这个代码是为了下载这个站点的资源-I wrote it myself VPN dial-up program is to guide a batch to the dial-up only, under the expert would not have, and I is the entry level, upload this code is
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-07
    • 文件大小:7168
    • 提供者:撒得分
  1. boot_loader

    0下载:
  2. 单片机程序引导程序和自动更新程序,纯c语言编写,附加keil下的启动代码。-bootloder of MCU for boot program or updata program。
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-07
    • 文件大小:63488
    • 提供者:宋剑飞
  1. AVR

    0下载:
  2. ATmega128具备引导加载支持的用户程序自编程功能(In-System Programming by On-chipBoot Program),它提供了一个真正的由MCU本身自动下载和更新(采用读/写同时"Read-While-Write"进行的方式)程序代码的系统程序自编程更新的机制。利用AVR的这个功能,可以实现在应用编程(IAP)以及实现系统程序的远程自动更新的应用。 -ATmega128 bootloader support
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-07
    • 文件大小:6144
    • 提供者:男人
  1. TheUnderstandingOfLinuxKernel

    0下载:
  2. 浙江大学资深的Linux操作系统内核研究者毛德操的大作,该书通过对原代码的分析由浅入深地引导读者逐步进入linux的内核世界。-Zhejiang University, senior researcher Maud Linux operating system kernel operating the masterpiece, the book by the original code of Deep and guide the rea
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-07
    • 文件大小:14301184
    • 提供者:杨德萌
  1. AVR_bootleader

    0下载:
  2. AVR单片机的自编程,引导区操作,远程更新程序代码-Since the AVR microcontroller programming, the boot operation, the remote update code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-07
    • 文件大小:101376
    • 提供者:tzx
  1. Shujuku

    0下载:
  2. 实现学生信息的管理 代码有待完善 只是一个引导 里面用到的动态链接库已经给出,具体的路径需要自己在程序中修改还有数据库的路径。-Achieving student information management code to be perfect is just a guide which uses the dynamic link library has given a specific path requires changes i
  3. 所属分类:数据库编程

    • 发布日期:2024-05-07
    • 文件大小:4715520
    • 提供者:张锦涛
  1. IMEIANDIMSI

    0下载:
  2. 在WinCE6.0上,利用TAPI实现的一个获取IMEI和IMSI和样例。代码里,清晰的将TAPI使用流程表现了出来,也可当作是TAPI入门的引导!-In WinCE6.0, using TAPI to achieve an access to IMEI and IMSI and the sample. Code, the clear use of the TAPI out process performance, but also a
  3. 所属分类:TAPI编程

    • 发布日期:2024-05-07
    • 文件大小:2141184
    • 提供者:柳旺
  1. bootloader

    0下载:
  2. 在专用的嵌入式板子运行GNU/Linux系统已经变得越来越流行。一个嵌入式Linux系统从软件的角度看通常可以分为四个层次:   1、 引导加载程序。包括固化在固件(firmware)中的boot代码(可选),和BootLoader两大部分。   2、 Linux内核。特定于嵌入式板子的定制内核以及内核的启动参数。   3、 文件系统。包括根文件系统和建立于Flash内存设备之上文件系统。通常用ramdisk来作为rootfs。   4
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-07
    • 文件大小:344064
    • 提供者:linaaygli
  1. u-boot-1.2.0.tar

    0下载:
  2. 移植成功的u-boot1.2.0源码,支持TX2440开发板或者2K大页面nandflash,DM9000a网卡的其他厂家的2440开发板。可设置环境变量以nandflash、网络(tftp以及nfs都可)引导内核,适合初学者进行代码分析或者作为上层开发人员的内核引导工具。 备注:本源码在ubuntu10.04系统下,采用arm-linux-softfloat-gnu-gcc2.4.5编译器编译成功,并在TX2440开发板上完美运行
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-07
    • 文件大小:3113984
    • 提供者:jiangyu
  1. 79419112dos_boot_vxworks_demo

    0下载:
  2. VxWorks操作系统应用代码,boot引导全过程指南-VxWorks operating system, application code, boot and guide the whole process guidance
  3. 所属分类:VxWorks

    • 发布日期:2024-05-07
    • 文件大小:1236992
    • 提供者:
  1. Analysis-of-the-boot-sector-code

    0下载:
  2. 引导扇区代码分析,主要是一些扇区的代码分析-Boot sector code analysis, the main sector of the codes of some
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-07
    • 文件大小:135168
    • 提供者:hejianpping
  1. 11

    0下载:
  2. 一篇关于网络蜘蛛程序原理以及相关代码的详细描述,对于初学者有较好的引导作用-about Web Speder
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-07
    • 文件大小:32768
    • 提供者:陈洲
  1. i

    0下载:
  2. 一个引导扇区程序代码,用nasm编译。。。可以用bochs软件模拟-A boot sector code, compiled with nasm. . . Bochs software simulation can be used. .
  3. 所属分类:汇编语言

    • 发布日期:2024-05-07
    • 文件大小:896000
    • 提供者:潘 江
  1. ucore-lab1

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-07
    • 文件大小:1725440
    • 提供者:gyh
  1. bas

    0下载:
  2. 循迹小车源代码——此代码为智能小车的循迹程序,智能小车课寻黑线,在黑线的引导下前进-Car tracking source code- the code for the smart car tracking program, the smart car class to find the black line, black line under the guidance of the forward
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. AVR-BOOTLOADER

    0下载:
  2. Tmega128具备引导加载支持的用户程序自编程功能(In-System Programming by On-chipBoot Program),它提供了一个真正的由MCU本身自动下载和更新( 采用读/写同时"Read-While-Write"进行的方式)程序代码的系统程序自编程更 新的机制。利用AVR的这个功能,可以实现在应用编程(IAP)以及实现系统程 序的远程自动更新的应用。-Tmega128 with boot loa
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-07
    • 文件大小:128000
    • 提供者:康熙
  1. Boot

    0下载:
  2. 自己模仿U-BOOT写的一个Bootloader,可从Nor或Nand启动,已经实现多命令解析,TFTP下载,NAND Flash烧写擦出,定时引导Linux内核等功能.目前该版本只能跑FS2410,如果需要跑其他平台需要修改一些地方的代码.-Write their own imitation of a U-BOOT Bootloader, or Nand Nor can start multi-command has been par
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-07
    • 文件大小:35840
    • 提供者:czy
  1. DM6467_pci

    0下载:
  2. 基于达芬奇平台DM6467的pci驱动和应用程序。此此代码可以实现通过pci接口引导系统并启动。-This codes are for Davinci DM6467,include the aplication and linux driver for pci interface.This can load the kernel from the pci interface.
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-07
    • 文件大小:321536
    • 提供者:xin
« 1 2 3 4 5 6 7 89 10 11 12 »

源码中国 www.ymcn.org