搜索资源列表
huibianyuyffffffffan
- 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) 实现哈系表查找算法。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述; 2.设计说明(简要的分析与概要设计); 3.详细的算法描述;
ABSTRACT
- 目录 摘要 ABSTRACT 前言 第一章 为什么要开发一个学生档案管理系统? 第二章 计算机已经成为我们学习和工作的得力助手 1.1 在中小学中用计算机管理学生档案的意义 1.2 为将来学校上网做好准备 1.4 学生档案的设计分析 第三章 怎样开发一个学生档案管理系统? 2.1 编程环境的选择 2.2 关系型数据库的实现 2.3 二者的结合(DBA) 第四章 Windows下的Visual Basic 编程环境简介 3.1 告别“hel
CC1000TXRXIC
- 此压缩文档为CC1000极低功耗单片收发IC简介-compressed files for a very low-power single-chip CC1000 transceiver IC brief
liuxingequhubian
- (1) 利用汇编语言程序设计编写用键盘选择计算机演奏流行音乐乐曲的程序,歌曲清单至少包括3首。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述; 2.设计说明(简要的分析与概要设计); 3.详细的算法描述; 4.源程序与执行
geminggequ
- 汇编语言写的《歌曲演奏程序》 有源代码(详细注释),还有详细的试验报告 (当时得了98分,全班最高) (1) 编写用键盘选择计算机演奏歌曲的程序,歌曲清单至少包括3首。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述;
code
- 代码优化,汇编,看不懂的东西,代码分析,汇编讲解-Code optimization, compilation, can not read things, code analysis, compilation of brief
IDAexample
- IDA实例教程 使用IDA pro 的一个例程详细讲解了静态脱壳的方法,对反汇编的讲解 个人认为很好,希望对大家有帮助意义 -IDA examples of the use of IDA pro tutorial gave a detailed account of a routine shelling the static method, the disassembly of the brief personal view is that good, want to help us sense
74HC4511D
- A/D转换 器74HC4511D简介,主要说明他的应用方法,功能,运行原理,以及实现的方法-A/D converter 74HC4511D brief introduction, the main application of his methods, functions, operating principle, as well as the implementation of the Ways
ledtest
- 对最小系统的键盘与显示作简要介绍,5个非编码式键盘,6个LED显示-On the smallest keyboard and display system for a brief introduction, five non-coding-style keyboard, LED display 6
8255
- 课程设计作业,实现十字路口红绿灯的交替,其中车行道的由绿转红要经过短暂的黄灯阶段-Course design work, to achieve the turn of the traffic lights at a crossroads, with the driveway of the green light to red to yellow after a brief phase of
daziyouxi
- 该游戏是一个简单的打字游戏,双击图标后将进入主菜单,再按enter键会进入到选择速度的菜单,这里还有游戏的简单介绍,按1/2进入游戏后,字母会从屏幕上方掉下,从键盘键入正确的字母则掉下的字母消失,否则当字母掉到屏幕最下面时,生命值会减少,当生命值减少到0时游戏结束,这时按Esc键将返回主菜单。-The game is a simple typing game, double-click the icon will access the main menu, then enter keys int
Hafuman
- 关于哈夫曼编码的简单应用。包含源代码和简要说明。-Huffman coding on a simple application. Contains the source code and a brief descr iption.
connect
- The program first starts displaying the assignment title and the group members names followed by a brief introduction on how the game is played. Then, it prompts the users to enter their name in order to address each player by his name at his turn.-T
LFB2
- 用汇编程序,建表查询一个数的平方值,若要查询立方值,只需简要修改-Assembly process, built a number of square table query value, value to query cube, just a brief change
Luo_Yunbin_Assemble_Language_Programming
- 本资源是罗云彬《Windows环境下32位汇编语言程序设计》的电子书和随书源代码,该书介绍了利用汇编语言实现窗口程序、数据库访问、Winsock、多线程、动态链接库等功能,把Windows操作系统的基础知识与汇编语言很好的结合在了一起,而不是简单的介绍常 用的汇编命令,不论是学习汇编语言还是Windows编程都值得一看。-This resource is Luoyun Bin " Windows environment 32 assembly language programming,"
calendar
- 电子万年历程序,简单介绍了程序的功能以及实现方法-Electronic calendar program, the program features a brief introduction and implementation method
xyz
- 用汇编写的判断闰年的小程序,很简短 可以-Assembler to write a small program to determine leap year, you can look at very brief
eetop.cn_KCPSM3_Manual
- KCPSM3的简介,包括picoblaze的结构和KCPSM3的汇编指令-Brief descr iption of KCPSM3 including picoblaze structure and KCPSM3 the assembly instructions
2004060311473110835
- 排课系统的一些简要的实现,已经调试运行过了-Course Scheduling System brief implementation, debugging has been run over
SysTick
- 开发板LPC1114的系统定时器源码及其简介等-Development board LPC1114 system timer source its brief