搜索资源列表
BIGadd
- 实现长度80位内的大数加法~~代码以c来实现,在tc下编译通过,有详细的注释-achieved within 80 lengths of large numbers Adder ~ ~ c code to be achieved under the tc compile a detailed Notes
24_060_3_张维_J2EE课程设计
- 这是我修读美国卡耐基梅隆大学Carnegie Mellon University(CMU)课程ssd3:Object-Oriented Programming and Design时完成的课程设计,内含课程设计报告,类图,源码(注释规范)。执行效果见报告内。-the United States to attend Carnegie Mellon University, Carnegie Mellon University (CMU) courses ssd3 : Object-Oriented
ATMVITUAL
- 用于ATM自动取款机的源码,高手编写的程序,附有注释,很不错。-for ATM ATMs source code, the master of preparation procedures, annotated, very good.
One-cycleLianbiao
- 对一个链表实现循环,里边都有应该的注释,自己看看了-a right to recycle the inside of the Notes should have to see for themselves the
e7_14
- 邻接表的建立以及各种功能的源代码,里边有相应的注释-table adjacent to the establishment of the various features of the source code inside a corresponding Notes
keyway
- 有关关键路径的算法源代码,里边有相应的注释-the critical path algorithm source code, along with the corresponding Notes
SQL_USE
- 很好的SQL自学教程,Word格式,做注释比较容易吆。-good self-SQL Directory, Word format, so relatively easy Notes newsletter.
CC++CodeCriterion
- 本规范的内容包括:排版、注释、标识符命名、变量使用、代码可测性、程序效率、质量保证、代码编译、单元测试、程序版本与维护等。规范写代码,好处多多。-the standard include : typesetting, Notes, the identifier name, variable usage, code testability, procedures efficiency, quality assurance, code compiling, testing modules, and
keilgongc
- keil工程,有详细注释,你不用看懂程序,也可轻易改成自己想要的显示内容及文字滚动速度-keil projects, a detailed explanatory note, you do not have to understand procedures, could easily be replaced by their unwanted content and language rolling speed
HuaweiSoftware
- 华为编程规范与范例:包括排版、注释、标识符命名、可读性、变量、结构、函数、过程、可测性、代码编辑、编译、审查-Huawei programming standards and examples include : typesetting, Notes, the identifier name, readability, variable, structure, function, process, Testability, code edit, compile, review
huaweiguifan
- 华维编程规范:源文件头部应进行注释,列出:版权说明、版本号、生成日期、作者、模块目的/功能、主要函数及其功能、修改日志等。 -Wei-Yi Hua programming norms : source document should head for the Notes listing : copyright statement, the version, production date, author, Module purpose / function, and its main fun
sharesystem
- 一个VC完整程序~NET SHARE 使网络用户可以使用某一服务器上的资源。 当不带选项使用本命令 时,它会列出该计算机上正在被共享的所有资源。对于每一种资源,Windows 都 会报告其设备名或路径名,以及与之相关的描述性注释。-a complete VC-NET SHARE procedures so that users can use a server resources. When the non-use of the option orders, it will list t
cpu-16-vhdl
- 16位cpu的vhdl源代码。 自己看看,没有注释。-16 cpu vhdl the source code. See for yourself, not Notes.
CDMA
- 这篇实验报告阐述了无线通信系统仿真的原理。主要完成两个任务,任务一是BPSK调制在AWGN信道和在rayleigh信道下的性能比较,任务二 CDMA扩频多用户系统。这篇报告介绍了相关原理,并且在附录上有matalb源代码及注释。-This report describes the experimental wireless communications system simulation theory. Completed two major tasks, First, the task BPS
lwip
- LWIP的中英文使用说明书,有注释,注释比较详细-LWIP the Chinese and English instruction manual, Notes, the Notes detailed
programmespecification(HuaWei)
- 华为公司的软件编程规范,包括以下内容: 1.排版 2.注释 3.标识符命名 4.可读性 5.变量、结构 6.函数、过程 7.可测性 8.程序效率 9.质量保证 10.代码编辑、编译、审查 11.代码测试、维护 12.宏-Huawei software programming norms, including the following : 1. typesetting 2. Note 3. 4 named identifier. 5 readabi
visualbasic
- 1、如果一行程序太长,能不能换行? 2、 如何在设计的时候清空存在的图片? 3、 Visual Basic 如何注释一段较长程序代码?
puzzle
- 我的C语言作业,一个简单的迷宫程序,复制到WINTC中就可以运行,注释很详细,希望会有人能用到。
333_tushuguanli_ks
- 文件包括了图书管理程序的源代码以及课程设计的设计文档,设计文档有课程设计要求的概要设计,详细设计,程序测试,撰写心得等,再此,感谢曾劼老师对我的指导,该图书管理程序包含了图书管理当中的基本要求,包括借阅着模块,图书管理模块等,还有更多图书管理功能待实现,本程序仅做课程设计作业,供大家学习和参考,本人单独上传了源程序,,如果不需要文档的朋友可以只下载源程序查看,程序中附有完整的注释,方便大家查看,有问题可以发EMAIL至3l3t3t@163.com
tiaoqi
- 设计题目:设计一个跳棋程序,人机对弈。 规则要求只允许单步走或单步跳或单步连跳;从游戏开始到判断胜负或中途弃权一应俱全;程序既有规则算法,又有可视化界面,并完全采用面向对象方法编写;程序中有必要的注释;系统文档要完整,并且按时提交试验报告. 总体包括4大模块:棋盘显示;棋子显示;棋子操作;算法函数。其中我负责的有棋盘的初始化,和如何将鼠标指示到棋子所走的具体位置,以及如何算法函数,及如何判断出来哪方赢.