搜索资源列表
-
0下载:
一个捉虫子游戏(C++课程设计时做的)。
通过该实践来加深理解面向对象编程里类的设计和使用(比如说继承,访问方式),里还有定时器和随机数的使用。该程序是用控制台写的。界面有点难看。
-a catch insects games (C + + programs designed to do). The adoption of the practice to deepen our understanding of object-oriented programming category La
-
-
0下载:
《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下:
第1章 JSP技术概述
实例1 第一个JSP页面
第3章 Web开发基础
实例2 HTML与Javascr ipt交互示例
第4章 JSP语法
实例3 JSP程序的基本结构
实例4 简单数据类型综合应用实例
实例5 包装类综合应用实例
实例6 数组应用实例
实例7 字符截取程序示例
实例8 查找字符串程序示例
实例9 Str
-
-
0下载:
这是一道很基本的程序,一方面希望它对初学遗传算法的兄弟们有用(包含了遗传算法实现的大部分步骤,而且有详细的注释),另一方面旨在抛砖引玉,
在下浅见:
1、遗传算法在进行大规模计算时,数据交换量大,速度确实是一个瓶颈,就如这道程序,在种群规模50,进化代数1000时运行需要40秒左右(cpu:duron 1G),当然,小弟编程能力弱,望各位大侠指教啊,或帮我修改一下这道程序
-This is a very basic procedure, While they want it begi
-
-
0下载:
99秒倒计时汇编程序,帮助单片机初学者练习定时/计数器和数码管显示编程。,99 seconds countdown to the compilation of procedures to help learners to practice single-chip timer/counter and digital display programming.
-
-
2下载:
并行计算算法实践源程序,mpi源程序,包括经常使用的一些经典程序,很实用,能够帮助想要学习使用mpi编程的人员使用-practice of parallel computing algorithm source code, mpi source, including frequent use of some of the classic program, very practical, to help those who want to learn how to use mpi programm
-
-
1下载:
《并行算法实践》陈国良著,书中的所有实例程序源代码。并包含中科大计算机并行程序设计课程课件。学习并行程序及算法的真贵资料-" Practice of Parallel Algorithms," Guoliang book, the book source code for all instances. And includes parallel programming courses USTC computer courseware. Parallel programs and
-
-
0下载:
在键盘上练习打字并统计时间的实用程序。当一个句子输入完后(回车键作为结束符),屏幕上以min:sec:msec的格式显示键入字符的时间。在每次打字之前,屏幕上先显示出一个例句,然后用户按照例句,将句中字符通过键盘输入。这个过程可反复进行,当键入一个功能键时,退出打字计时程序。-Keyboard typing practice in and time utility statistics. When a sentence after importation (Enter as at the end
-
-
0下载:
DELPHI 的TREEVIEW 元件練習,適合大部分程式設計人員練習。-DELPHI practice of TREEVIEW element is suitable for most of the programming staff exercises.
-
-
0下载:
1 引 言
《单片原理及应用》是一门技术性、应用性很强的学科,实践教学是它的一个极为重要的环节。不论是硬件扩展、接口应用还是编程方法、程序调试,都离不开实验教学。如果不在切实认真地抓好学生的实践技能的锻炼上下功夫,单凭课堂理论课学习,势必出现理论与实践脱节的局面。任随书本上把单片机技术介绍得多么重要、多么实用多么好用,同学们仍然会感到那只是空中楼阁,离自己十分遥远,或者会感到对它失去兴趣,或者会感到它高深莫测无从下手,这些情况都会令课堂教学的效果大打折扣。
-1 Introduction
-
-
0下载:
单片机编程练习的一个练习程序,熟悉C语言编程的流程-Microcontroller programming practice in a training programs, familiar with the process of the C programming language
-
-
0下载:
本课程设计为学生提供了一个既动手又动脑,自学,查资料,独立实践的机会。将本学期课本上的理论知识和实际有机的结合起来,锻炼学生实际分析问题和解决问题的能力,提高学生适应实际、实践编程的能力,使对C++系统编程有一个大致的了解。-This course is designed to provide students with a hands they both mental and physical, self-study, information search, independent pract
-
-
0下载:
LL分析器
2、 在VC下打开LL1.dsp,阅读工程LL1,LL1为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器,规定其文法如下:
E->TE’ (1)
E’->+TE’ (2)
E’->ε (3)
T->FT’ (4)
T’->*FT’ (5)
T’->ε (6)
F->(E) (7)
F->i (8)
程序设计思路见课本P76,
-
-
0下载:
Visual C++串口通信开发入门与编程实践一书的配套源代码-Visual C++ serial communication development and programming practice of a book entry matching the source code
-
-
0下载:
理论:完成了《汇编语言程序设计》课程,对微机系统结构和80系列指令系统有了较深入的理解,已掌握了汇编语言程序设计的基本方法和技巧。
实践:完成了《汇编语言程序设计》的4个实验,熟悉了汇编语言程序的设计环境并掌握了汇编语言程序的调试方法。-Theory: Complete the " Assembly Language Program Design" , on the computer system architecture and instruction set with
-
-
0下载:
Complete collection of code fragments (revised) for the book: Programming -- Principles and Practice Using C-Complete collection of code fragments (revised) for the book: Programming -- Principles and Practice Using C++
-
-
0下载:
高效程序员的45 个习惯
本书简明实用、见解深刻,总结了高效程序员在开发过程中的45个个人习惯、思想观念和方法,有助于开发人员在开发进程、编码工作、开发者态度、项目和团队管理,以及持续学习等5个方面积极修炼。通过学习这些内容,养成这些好的习惯,你可以极大地提升自己的编程实力,更快速、更可靠地交付更高质量的软件,从而成为真正的高效程序员。 -45 habits of highly efficient programmers concise and practical book, insight
-
-
0下载:
《程序设计语言- 实践之路》(Programming Language Pragmatics)第三版的光盘内容
-" Programming Languages - Practice Direction" (Programming Language Pragmatics) the contents of the third edition of the CD-ROM
-
-
0下载:
打字练习,汇编编程,屏幕输出显示的设计方法;掌握产生随机数的方法-Typing practice, assembly programming, the screen output shows the design method master the method of generating random numbers
-
-
0下载:
支持多语言切换功能,可以代替i18n国际化编程的做法-Support multiple language switch function, can take the place of the internationalization of the practice of the programming i18n
-
-
0下载:
Objective-C是一种通用、高级、面向对象的编程语言。它扩展了标准的ANSI C编程语言,将Smalltalk式的消息传递机制加入到ANSI C中。使用IOS为框架实践基本的四则运算。-Objective-C is a general-purpose, high-level, object-oriented programming language. It extends the standard ANSI programming language C, the Smalltalk typ
-