CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - develop to

搜索资源列表

  1. ABSTRACT

    0下载:
  2. 目录 摘要 ABSTRACT 前言 第一章 为什么要开发一个学生档案管理系统? 第二章 计算机已经成为我们学习和工作的得力助手 1.1 在中小学中用计算机管理学生档案的意义 1.2 为将来学校上网做好准备 1.4 学生档案的设计分析 第三章 怎样开发一个学生档案管理系统? 2.1 编程环境的选择 2.2 关系型数据库的实现 2.3 二者的结合(DBA) 第四章 Windows下的Visual Basic 编程环境简介 3.1 告别“hel
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:14945
    • 提供者:jery
  1. Pic

    0下载:
  2. C#开发语言实现 主要是对图片的处理例如照片艺术处理-C# Develop language mainly for the handling of images such as photographs of art to deal with
  3. 所属分类:assembly language

    • 发布日期:2017-05-17
    • 文件大小:24423
    • 提供者:杨灿忠
  1. asms

    0下载:
  2. 用汇编语言开发的一些实用的小程序,包含asm和exe文件,共26个。-Using assembly language to develop a number of useful applets, including asm and exe files, a total of 26.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:243317
    • 提供者:王阳
  1. ProgrammingWindows_FifthEdition

    0下载:
  2. 「到Petzold的書中找找」仍然是解決Windows程式開發各種疑難雜症時的靈丹妙藥。在第五版的《Windows程式開發設計指南》中,作者身違背受敬重的Windows Pioneer Award(Windows開路先鋒獎)得主,依據最新版本Windows作業系統,以可靠的取材資料校定這一本經典之作一再一次深入探索了Win32程式設計介面的根本重心。 -"To look for Petzold s book" is still the Windows program to solve a var
  3. 所属分类:assembly language

    • 发布日期:2017-05-15
    • 文件大小:3775189
    • 提供者:roger
  1. bios-asm

    0下载:
  2. assembly source code that explain how to develop bios.enjoy.
  3. 所属分类:assembly language

    • 发布日期:2017-04-27
    • 文件大小:33602
    • 提供者:ba
  1. ALM_Q

    0下载:
  2. 基于单片机的SDH光端机支路单元盘开发汇编语言开发,汇编程序-Based on single-chip SDH Optical disc slip unit development to develop assembly language, assembler
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:3156
    • 提供者:鲍利斌
  1. bjxt

    1下载:
  2. 本文针对目前利用GSM进行无线数据通信的需要,设计了GSM无线数据传输系统的终端。利用日渐成熟的无线通讯网络所建立的数据通道,以短消息作为数据传输方式,开发出基于GSM-SMS的智能无线报警系统。该系统克服了报警有效距离的限制,无线通讯网络能覆盖到的地方均为有效报警区域。此外,系统采用短信互动方式,实现了超距离遥控功能。-In this paper, the current use of GSM wireless data communication needs, the design of t
  3. 所属分类:汇编语言

    • 发布日期:2012-12-29
    • 文件大小:82101
    • 提供者:张双洋
  1. SETPCANMODEL

    0下载:
  2. CAN协议下,本团队开发组自主开发的CAN通讯模块,自主开发的CAN设置软件,性能不比周立公的差,本源码包括VB源码,及CAN设置软件的编程规则,决对自主开发CAN通讯模块有很大帮助。-CAN protocol, this group of self-development team to develop the CAN communication module, the CAN set up self-development software, the performance of the p
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:85490
    • 提供者:易虎
  1. danpianji

    0下载:
  2. ADC0809AD转换芯片的原理及应用基于AT89S51的简易16×16LED点阵显示屏用PE-51学习开发系统开发一款适用温度控制器-ADC0809AD conversion chip AT89S51 based on the principle and application of the simple dot-matrix display 16 × 16LED with PE-51 study and the application development system to develo
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:6774
    • 提供者:郭黎明
  1. Trans

    0下载:
  2. 运用汇编语言开发的一个小程序,通过对此程序的开发使用 可以轻松学习 汇编。-The use of assembly language to develop a small program, through the development of this procedure can easily learn to use compile.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1172
    • 提供者:wangaiguo
  1. LAB5_Group11

    0下载:
  2. Develop an embedded system application by utilizing a timer module with interrupts to create some required cycles. You will try to configure the SFRs of PIC18F452 MCU to get the job done.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:378531
    • 提供者:gary
  1. WindowsEnvironment32-bitassemblylanguage

    0下载:
  2. Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的方方面面。-Windows Environment 32-bit assembly language is a new programming language. It uses
  3. 所属分类:assembly language

    • 发布日期:2017-05-11
    • 文件大小:2819752
    • 提供者:陶冶
  1. pc2soundcard

    0下载:
  2. 用汇编语言开发的利用电脑喇叭模拟声卡的程序源代码。-Using assembly language to develop and use a computer sound card speaker simulation program source code.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:11704
    • 提供者:董奇
  1. win32asm

    0下载:
  2. Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的方方面面。 -32-bit Windows environment, assembly language is a new programming language. I
  3. 所属分类:assembly language

    • 发布日期:2017-05-12
    • 文件大小:2819729
    • 提供者:suprmozhe
  1. SupermarketPOSbackofficesystems

    0下载:
  2. 通过VB与MS SQL Server 2000数据库相结合,开发出超市POS后台管理系统。包括用户管理,商品管理,进货管理,销售管理,供应商和会员管理。-By VB and MS SQL Server 2000 database, combined with the background to develop the supermarket POS management system. Including user management, product management, purchase
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:647444
    • 提供者:余星
  1. WZM-STC10-4

    0下载:
  2. 控制器,PCB,哼不错,希望对学习单片机开发的人有帮助-Controller, PCB, hum well, hope to learn from people who have helped develop SCM
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:167949
    • 提供者:朱加桂
  1. EXAMPLES

    0下载:
  2. These zipped archive contains Assembly language examples... Its very useful to develop a assembly structure-These zipped archive contains Assembly language examples... Its very useful to develop a assembly structure..
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:126437
    • 提供者:Venkadesh
  1. dosbios

    0下载:
  2. 这份文档包括了所有的汇编语句中的dos中断与bios中断,为大家开发汇编程序提供方便-this doc include all the dos inter and bios inter , it can provide a good change for programer to develop
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:35902
    • 提供者:123456
  1. Desktop

    0下载:
  2. 用DOS系统开发一个输入3和4输出时变成4和3交换一下-Using DOS system to develop a 3 input and 4 output into 4 and 3 exchange....
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:549
    • 提供者:林想
  1. develop

    0下载:
  2. 本文件可以进行DZ插件、道具等的开发。不过要与DZ一起使用,要将本文件放在DZ的根目录-This document can be DZ plug, props and other development. However, to be used together with DZ, DZ to the file in the root directory
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:115312
    • 提供者:邢家兴
« 12 »
搜珍网 www.dssz.com