CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - START.S

搜索资源列表

  1. coldboot

    0下载:
  2. 很好的源码,汇编实现计算机的冷启动,已编译通过,可直接使用.-good source, the compilation of the computer's cold start, compiled, can be used directly.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1552
    • 提供者:
  1. Ddemo

    0下载:
  2. Address book helps you look up your addresses from the system tray. It is quite useful in that way 慶ause it stays out of the way and is easily accessible when needed. Double clicking on any URL will start the default web browser and take you
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:21457
    • 提供者:余新德
  1. kbmMW

    0下载:
  2. Welcome to the ASTA 3 Help Tutorials. These are documented tutorials that included new user jump start, to file sends to server techniques with non-database servers showing how to use Providers and ServerMethods. A Current version of these tutorials
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:1066942
    • 提供者:skyl
  1. 14143424773

    0下载:
  2. windows开源代码 Microsoft Windows is a complex operating system. It offers so many features and does so much that it s impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide wh
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:6228176
    • 提供者:gaomzh
  1. ucos2.8-run-mips

    0下载:
  2. UCOS在我的MIPS CPU上的移植 1. 这是UCOS在我的MIPS CPU上的移植代码, 编译工具使用标准的MIPS GCC. 2. 所有CPU相关的代码全在start.S中,相关函数说明如下:
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:78367
    • 提供者:许昕
  1. SvcCtrl

    0下载:
  2. 我在开发时,经常需要安装服务,卸装服务,所以自己写了个小工具,没想到一用就用了几年了. 在命令行直接运行就会显示参数说明. SvcCtrl -i Filename ServiceName \"Install new service\" -u ServiceName \"Remove existing service\" -s ServiceName [Param] \"Start not-active service with params\" -t
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7055
    • 提供者:杂草
  1. 最短路径导游的程序

    0下载:
  2. 校园导游咨询:编制一个为来访客人进行最短路径导游的程序从厦门大学漳州校区的平面图中选取10个有代表性的景点,抽象成一个无向带权图。以图中顶点表示景点,边上的权值表示两地之间的距离。 2.本程序的目的是为用户提供路径咨询。根据用户指定的始点和终点输出相应路径,或者根据用户指定的景点输出景点的信息。--Campus Tour consulting: the preparation of a shortest path for visiting guests to the program guide
  3. 所属分类:其它

    • 发布日期:2017-03-25
    • 文件大小:19556
    • 提供者:天时指南
  1. demo

    0下载:
  2. Ms-Rem 写的进程保护例子 驱动是VC版 例子调用是DELPHI, 先用驱动加载工具加载驱动 Protector.sys 然后在启动例子,例子程序即被保护。 -Written by Ms-Rem-driven process is the protection of examples of examples of VC version is called DELPHI, first drive to load drivers loading tool and then s
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:9419
    • 提供者:r00tsh3ll
  1. bianyiqi

    1下载:
  2. 八、 设计SAMPLE语言的语法、语义分析器,输出四元式的中间结果。 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音)。 b] 请求输入测试程序名,键入程序名后自动开始编译。 c] 输出四元式中间代码(样式见样板输出3和4)。 d] 能发现程序的语法错误并输出出错信息。 -Eight, design SAMPLE language grammar, semantic analyzer, the output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:11278
    • 提供者:lilianjie
  1. bianyiqi1

    2下载:
  2. 设计SAMPLE语言的词法分析器 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b] 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c] 输出结果为单词的二元式序列(样式见样板输出1和2);-Design SAMPLE language lexical analyzer inspection requirements: a] start the process, the first output of the author&#
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:6484
    • 提供者:lilianjie
  1. assembly

    0下载:
  2. 里面有六个汇编程序,分别为: 实验一:在屏幕上显示数字串“0123456789”,每串一行,共显示10行。 实验二:从键盘上输入一含有多个随机出现的空格的字符串,滤出其中所有空格后,输出显示不含空格的该字符串。 实验三:从键盘输入一个字母,然后输出它的前一个字母,和后一个字母。这里必须考虑大小写字母,还要考虑A、a只会输出它后面那个字母,Z、z只会输出它前面那个字母。 实验四:显示小于1000的素数(用十进制数显示它们)。 实验五:分别统计内存中从0f00H开始的1024个
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2836
    • 提供者:superww
  1. 14160_1241401066q0ZQ

    0下载:
  2. 业设计用的作品,VC++编写的局域网办公软件,企业信使,用它可以发送发文件、发送消息、回复消息,并支持文件夹数据传输功能。进行简单的软件设置,打开软件后在系统托盘显示图标,它的启动界面也比较不错,是淡入淡出方式。-Design works with industry, VC++, prepared by the office local area network software, enterprise messenger, it can send documents, send message
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:217995
    • 提供者:王玉刚
  1. joseph

    0下载:
  2. 设有n各人坐在一圈,并按顺时钟方向从1到n编号,从第s个人开始进行1到m的报数,报到第m个人,此人出圈,再从他的下一个人重新开始从1到m的报数,如此进行下去直到所有的人出去为止。要求按出圈次序每十人为一组,给出这十人的次序表。-Sitting in a circle with each n, and clockwise from 1 to n number of individuals from the first s start from 1 to m of the reported numb
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:910
    • 提供者:qwert
  1. 2009S3C2410init.S

    0下载:
  2. 2410Init.s包括了板子上电后的初始话,具体有几个步骤: 讲述S3C2410启动程序设计 1. 屏蔽所有中断,关看门狗。 2. 根据工作频率设置PLL寄存器 3. 初始化存储控制相关寄存器 4. 初始化各模式下的栈指针 5. 设置缺省中断处理函数 6. 将数据段拷贝到RAM中,将零初始化数据段清零 7. 跳转到C语言Main入口函数中-2410Init.s including the board after t
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:5605
    • 提供者:晴空
  1. HumanReflectTime

    0下载:
  2. 手、脑反映时间测试程序(点击开始后,将鼠标移动到靶心,系统会记录下你的反映时间,20次后取得你的反映平均值平均值)-Hand, brain test procedures to reflect the time (click Start, will move to the bull' s-eye mouse, the system will record your response times, 20 times to obtain a reflection of your average
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:214803
    • 提供者:田野
  1. 310759

    0下载:
  2. 连接时出现:"windows socket error:(10061),on API connect ” 是你的SOCKET没有启动(SCKTSRVR.EXE)或者无法连接到服务器。 使用socketconnect很简单,只要在应用服务器后台运行SCKTSRVR.EXE,不需要什么配 置。(在Delphi的Bin目录是已运行了scktsrvr.exe,但没有设置Port号;设置你要的Port号注意不要有冲突。 不知怎么用。最多的就是这种答案了。 还有说重启动进F8选最a
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:178873
    • 提供者:zuozheng
  1. MOFANG

    0下载:
  2. 用汇编语言编写的还原魔方程序,可以直接修改或旋转来改变颜色,然后按下S开始还原魔方!-Reduction in assembly language cube program, you can directly modify or rotate to change the color, then press S to start the restore Cube!
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:91090
    • 提供者:谢祖建
  1. Game

    1下载:
  2. 记忆力的小游戏,汇编语言。游戏开始,提示“Please show seeds: (press 0 – 2)”,按键0~2 提供三种方案供选择。每种方案在不同的位置显示4个“种子”,种子的形状自定,颜色区别于背景色。按“E”或“e”让“种子”消失。“W”、“A”、“S”和“Z”键分别控制色块向上、向左、向右和向下移动。如果经过原定的“种子”处,种子现形。实现了光标移动,边界设定,判断等功能。-Memory games, assembly language. Start of the game, p
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1967
    • 提供者:Leon
  1. regedit_delphi_source_code

    0下载:
  2. 注册表定位器delphi源码,微软的注册表编辑器没有自动定位功能,要打开某项注册表键值必须一级级展开,十分麻烦,注册表定位器帮你一键快速定位到注册表项,方便之极,网络上的各种注册表定位器软件也是运用了此源代码,如果你设计的软件需要此项功能可以参考一下该源码,功能是很完整的,不需要安装第三方控件,在delphi7下编译通过。-Registry Locator delphi source, Microsoft' s registry editor does not auto-targeting
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:181309
    • 提供者:王凌云
  1. Comprehensive-control-of-s

    0下载:
  2. 这是一个基于51单片机的步进电机的综合控制,可以实现对电机的加速减速暂停和启动。-This is based on an integrated single-chip stepper motor control 51 can be achieved for the motor acceleration and deceleration pause and start.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2705
    • 提供者:ajkhaw
« 12 3 4 »
搜珍网 www.dssz.com