资源列表
vc_case_100
- 《Visual C++ 6.0 时尚编程百例》100个例子的源代码 非常适合初学者学习-" Visual C++ 6.0 Programming hundred cases of fashion," 100 examples of the source code is very suitable for beginners to learn
dianzishizhong
- 这次毕业设计通过对它的学习、应用,以AT89C51芯片为核心,辅以必要的电路,设计了一个简易的电子时钟,是以单片机AT89C51为核心元件同时采用LED数码管显示器动态显示“时”,“分”,“秒”的现代计时装置。它由单片机作为数字钟的核心控制器,通过它的时钟信号进行实现计时功能,将其时间数据经单片机输出,利用显示器显示出来。通过键盘可以进行校时、定时等功能。输出设备显示器可以用液晶显示技术和数码管来显示技术。 模块化的设计和调试方法在整个课题研究过程中至关重要,事实上在任何设计中也同样关键和
RMBConver
- VB6 人民币转换代码,非常实用的功能。-VB6 RMB Conver Demo.
jishi
- 本计时系统主要有两个模块:综合计时电路、调整控制电路。显示部分电路未给出设计图,其中综合计时电路用于完成各种计时的功能,调整控制电路用于调整计时系统的有关参数-The timing system has two main modules: integrated timing circuit to adjust the control circuit. Shows part of the circuit design is not given, of which integrated time c
shell
- 这是一本讲述基本SHELL编程的书籍 非常简单易懂-This is a book about the basic SHELL programming is very simple to understand
POSIX
- posix多线程程序设计,进程线程,线程控制,线程同步,线程模型-posix multithreaded programming, process threads, thread control, thread synchronization, thread model
hongwaidianzizhong
- 论文研究电子钟的电路设计与程序实现,论文首先简要介绍了单片机的发展及其结构性能,电子钟的硬件构成及程序设计流程;然后详细介绍了红外线控制电子钟的需求分析和系统设计,并给出了红外线遥控电子钟的实现方案及技术细节,包括电路板设计和程序设计当中遇到的各种问题及解决方案等。该电子钟实现了时间的精确显示及定时开关控制功能。 基于单片机的电子钟具有诸多优势,如功能多、容易扩展等,值得进一步学习和研究。 -Thesis clock circuit design and program implemen
fanxushu
- //2.编程序,从键盘输入正整数n,求出n与其反序数之和并输出。例如,输入2038,输出应为 2038+8302=10340。-//2. A program, a positive integer from the keyboard input n, calculate the number of n and its reverse order and output. For example, input 2038, output should be 2038+8302 = 10340.
VC.graphical.button.contro.
- VC图形按钮控件开发经典代码VC classic graphical button control code development -VC classic graphical button control code development
qishixunyou
- 2. 编程序,使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值) 并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项时为止。 -2. A program
vbonline
- VB 绘制实时曲线程序实例,正弦波,可由此推导出显示多条实时曲线-Real-time curve drawing program example VB, sine wave, can be deduced from a number of real-time curve shows
