搜索资源列表
SportMeeting
- 学生运动会成绩数据库 问题描述:学生运动会成绩数据库系统记录某校运动会上全部运动项目,各系获得的分数及排名的情况,包括50、100、200,400,1500米,跳高,跳远,标枪,铅球铁饼等。进入系统后可以输入和修改某个项目的结果情况,可以按各系院编号输出总分;按总分排序;按男团体总分排序 ;按系院编号查询;按项目编号查询;按女团体总分排序。 分步实施: 初步完成总体设计,搭好框架,确定人机对话的界面,确定函数个数; 完成最低要求:建立一个文件,包括某个系,5个项目的得分情况
lixminC
- 这是编译原理词法分析源程序和实验报告。本程序亮点在于: 1、能够处理ANSI C 定义的42种运算符,32个关键字。 2、能够识别并且抽取预处理语句(如#include, #define , #ifdef....)存到preprocess.log中(格式例子为:line 0 : #include<stdio.h>) 3、能够识别并剔除两种注释(//和/* */) 4、能够识别简单的词法错误 missing terminating " 并且告诉你是在第几行出的错。 5、能够识别浮点数,
tongxunlu
- C语言编写的通讯录 1.问题分析和任务定义:根据设计题目的要求,充分地分析和理解问题,明确问题要求做什么,(而不是怎么做)限制条件是什么。 2.概要设计:对问题描述中涉及的操作对象确定相应的数据类型,定义主程序模块和各抽象数据类型。逻辑设计的结果应写出主模块的算法,并画出模块程序流程图; 3.详细设计:写出伪码算法。在这个过程中,要综合考虑系统功能,使得系统结构清晰、合理、简单和易于调试, 4.程序编码:把详细设计的结果进一步求精为程序设计语言程序。同时加入一些注解和断言,
ram_manage
- 北京交通大学操作系统课的内存管理作业,没有把测试程序附上,希望同学们将此代码用于学习使用,然后测试代码可自己加上,里面有编写过程中详尽的注释,适合用做学习,也可大致了解本人代码写作过程-One homework of the BJTU s Operating System, the memory manager. Did not attach a test program. Please use this code for learning. Attach almost very detail
class-test
- 自己编写的C++的类的测试程序,有详细的注注释,对初学者有很大帮助-The own written C++ class test program, detailed annotation of Note of great help for beginners! ! !
PCA_basedPFacePRecognition
- 非常不错的人脸识别程序,基于PCA特征,附带测试和训练样本,编译通过且附带注释。-Very good face recognition program, based on the PCA feature included with the test and training samples, compiled by and annotated.
guestbook_21479_xvl7lv
- php脚本语言实现,实现一个简单的独立的程序例子,这是一个用php脚本语言写的留言日记,榴莲糖留言本 v1.0,本程序部署环境:php5+utf8+mysql+sqlite+firefox。全中文注释。(在IE下未通过测试。如果有需要请修改" templates/images/style(1).css" 或templates下的模板文件。)1.全自动安装。2.双数据库支持。,学习研究参考均可。
QMsgPdu
- 本人自己编写的七位编解码,注释很详细,内含测试程序,如有不足,望多指教。-I have written seven codec, comments in detail, including test procedures, if insufficient, hope more advice.
mybayes
- 垃圾邮件过滤的程序,python编写,里边有详尽的注释,采用贝叶斯算法。可以训练,测试。可以用来学习python和贝叶斯算法。-Spam filtering program, python prepared a detailed note inside, using a Bayesian algorithm. Can be trained, tested. Can be used to learn python and Bayesian algorithms.
power-flow
- 运行.exe应用程序后,即在同文件下生成output.txt文件。 经测试,对于习题3-4,习题3-3拓扑结构的电网皆可正常运行,得到正确的结果。更加详细具体的说明见程序的注释。 -Run after exe application that generates output.txt file in the same file. After testing, the exercises 3-4, 3-3 exercises grid topology can be running, t
Message
- WIN32开发的小程序,测试系统消息和非系统消息的使用区别。参考程序注释。-WIN32 development of small procedures, using the difference between the test system messages and non-system messages. Reference program notes.
TestString
- MFC下的CString类的测试,实现简单的成员函数的调用和功能的介绍。详情查看程序注释。-MFC CString class under test to achieve the function calls and introduce simple member functions. For more details, see the program notes.
my_emd
- 经验模态分解程序,具体内容注释中会有解释-有主程序可以直接运行,还有四个自己的测试程序-Empirical mode decomposition process, the specific content of the notes will be explained- at the main program can be run directly, there are four own test program
HMC5883L_Test
- 基于STC15系列单片机的数字指南针HMC5883L的测试程序,以C语言编写,注释非常清晰明了-Compass based STC15 MCU digital HMC5883L test program, written in C, comments are very clear
wtc6208bsi_Test
- wtc6208bsi触摸芯片测试程序,基于STC15系列单片机,以C语言编写,注释非常清晰明了-wtc6208bsi touch chip testing procedures, based STC15 series microcontroller, written in C, comments are very clear
代码规范 .pdf
- 1 排版 2 注释 3 标识符命名 4 可读性 5 变量、结构 6 函数、过程 7 可测性 8 程序效率 9 质量保证 10 代码编辑、编译、审查 11 代码测试、维护 12 宏(1 typesetting 2 Notes 3 identifier naming 4 readability 5 variables and structures 6 function and process 7 testability 8 progra
mcp2515
- CAN控制器MCP2515的C程序源码,已测试有参考价值。代码写得很详细,有清晰的注释说明,全面解析了MCP2515的运行过程,很不错的学习材料。(CAN controller MCP2515 C program source code, has been tested for reference. The code is written in detail, with a clear descr iption of the annotation, a comprehensive analysi
通讯测试
- VB与台达PLC通讯程序源码 可以监控台达PLC的输入输出状态 注释很好的解释了通讯协议的用法(jsashkjkjsahdhjdhjsjhkjhdkjsahkjhadsjkhsjkhakjdhjhuy)
