资源列表
fengmingqizhouyuebayueguihuaxiang
- 蜂鸣器奏乐,八月桂花香,还有好多相关程序代码,想要找我-fengmingqizhouyuebayueguihuaxiang
Inc
- 采用牛顿迭代法求平方根,直接向上取整,获得相应的值-Newton Iterative Method for the rounded square root
Pay
- 简单债务处理(Win32 ASM/Access)-Simple debt management (Win32 ASM/Access)
aa
- 实现七人多路表决,按键控制,设置七人多路表决-aaa
20101123czzzljj2010
- 指针是一个特殊的变量,它里面存储的数值被解释成为内存里的一个地址。 要搞清一个指针需要搞清指针的四方面的内容:指针的类型,指针所指向的 类型,指针的值或者叫指针所指向的内存区,还有指针本身所占据的内存区。 -Pointer is a special variable that stores the value which is interpreted as a memory address. Need to figure out a pointer to a pointer to find
20101125pclmldq2010
- 批处理,也称为批处理脚本,英文译为BATCH,批处理文件后缀BAT就取的前三个字母。它的构成没有固定格式,只要遵守以下这条就ok了:每一行可视为一个命令,每个命令里可以含多条子命令,从第一行开始执行,直到最后一行结束,它运行的平台是DOS。批处理有一个很鲜明的特点:使用方便、灵活,功能强大,自动化程度高。-Batch processing, also known as the batch scr ipt, translated into English BATCH, BAT batch file
shuzhizhuanhuan
- 完成把16进制转换成10进制,若键入的不是16进制则显示出错提示-Finish the hexadecimal converted into 10 typed into system, if not hexadecimal shows error reminder
complex_17a7
- c++ code for complex num
huibian
- 汇编源程序包括文档说明 -Compilation of source code including compilation of source documentation, including documentation
asm
- 提供了汇编语言程序设计题目和代码全解,需要是可以作为参考-Assembly language programming provides the title and code the whole solution is needed as a reference
program
- 汇编语言(王爽著)书上部分习题及例题代码实现。-Assembly language (Wang Shuang was) part of the book exercises and code examples.
calc
- 计算器 有数字按键 + - * / 都有-Public sym, tmp Public Sub Cl_Click() txt = "" Form1.sym = "" Form1.tmp = "" End Sub Public Sub cmd_Click(Index As Integer) If InStr(1, txt, "=") <> 0 Then txt = "" txt = txt & Index End Sub Pub
