搜索资源列表
086
- AVR液晶程序模块,已经编译过可以使用。现传上给大家,有什么不对之处请指正。(林)-LCD AVR program modules, has compiled can be used. Chuan is on to you what imperfect please correct me. (Lin)
last
- 本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现密码的识别,具有报警的功能-the procedures detailed in the Notes, cut operating correctly, program modules clear, transplantation, and passwords can be achieved recognition, with alarm function
m
- 本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现时间的显示,
mt
- 本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现动态时间的显示,-the procedures detailed in the Notes, cut operating correctly, program modules clear, transplantation, and can achieve dynamic time,
t
- 本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现登陆时间的记录,时间的动态显示,
MASM
- 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the scr
41619761-3000
- VC中使用汇编程序模块的例子,该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作-VC program modules used in the compilation of examples, the program simulated UNIX in the save and resume function, and describes how to use the VC compiled for the operation of the machine
wolfe
- 利用wolfe算法,编写了wolfe程序模块。测试数据引用《最优化方法及其Matlab程序设计》(马昌凤编)的Armijo准则搜索例题-Use wolfe algorithm, written wolfe program modules. Test data reference " optimization methods and Matlab programming" (Ma Changfeng ed.) The search criteria examples Armijo
wolfe
- wolfe程序模块的C++算法,可以重复使用,对于解决一维搜索是很好的-C++ algorithm wolfe program modules can be reused for solving one-dimensional search is good ..
The-cloaaaaq
- (1)功能要求该系统要求文件存储用户设置闹铃信息具体功能①设定闹铃间;②修改闹铃;③取消闹铃;④闹铃/停止闹铃(2)界面友提示信息或菜单帮助用户选择功能2)程序设计建议(1) 数据结构struct time 间结构 { int year int month 月 int day int hour ia nt minute 钟 int second 秒* a/} 闹铃用数组或链表存储(2)程序模块及功能①设定模块:设定闹铃间;②修改模块:修 改闹铃;③取消模块:取消闹铃;④闹铃模块:闹铃
newpages_incognito
- 可以被其它程序调用的具有特定功能的一段相对独立的程序模块,在C语言中称为函数。引入函数的目的主要是解决两个问题一是为了解决代码的重复。如果一个程序段需要在程序中出现多次,每次都写出来既麻烦又使得程序变长此时可把该程序段定义成一个函数。在需用该程序段的地方直接调用。二是结构化模块化编程的需要。(A relatively independent program module that has a specific function that can be invoked by another pr