搜索资源列表
GradeASM.RAR
- 一个简单的统计成绩的汇编程序。输入一组成绩后对成绩排序,查找最高分,和最低分,统计各段成绩的人数和平均成绩。初学者可以看看。-a simple statistical compilation of the results procedures. The importation of a pair of scores after the results, in order to search high and the lowest points of the performance statist
字符串的查找
- 该程序是用汇编语言实现对字符串的查找,有模糊查找功能.3x-that the procedure was used assembly language to achieve the right search string, a fuzzy search capabilities. 3x `` `
search1
- 这是一个用汇编实现的在文件中查找相匹配的字符串的程序-This a compilation with the realization of the documents that match the search string procedures
huibian_asm
- 汇编程序和实验报告 1.输入0-100之间的n值,计算Fibonacci数,以十进制数输出。 2.从键盘输入一行字符,以‘$’结束,查找输入的字符串是否包含’computer’ 字符串,如果包含,计算包含’computer’字符串的个数,并以十进制输出个数。 3.建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲。 4.建立图书资料文档,要求具有插入,更新,删除,查询等功能,使用菜单提示。-compilation of experimental procedu
4-11
- 这一程序主要实现了字母的小写转大写、按照ASCII查找最大字母,根据ASCII排序,显示当前系统时间和设定时间。-the main procedures of the lowercase letters to uppercase, in accordance with the largest search ASCII letters, According to ASCII ranking shows that the current system time and setting time.
125458
- 程序建立一个可存放128项的电话号码表,每项包括人名(20个字符)及电话号码(15个字符)两部分; 程序可接收输入人名及相应的电话号码,并把它们加入电话号码表中; 程序可接收需要查找电话号码的人名,并从电话号码表中查出其电话号码,再在屏幕上打印出来。 -procedures for the establishment of a deposit of 128 telephone numbers table, each include the names of persons (20 c
ASM11
- 汇编实现一位数加数,多位数加法,查找字符串,乘法。程序中已经有详细的说明了。-achieve a compilation of several augend, multi-digit addition, search strings, multiplication. Proceedings have a detailed descr iption.
huibianyuyan
- 汇编语言课程设计的程序,包括1 递归方法实现50以下的Fibonacci数 2 字符串查找 3 歌曲管理 4 图书管理 以及设计报告-assembly language curriculum design process, including a recursive method 50 following two Fibonacci search string four three songs management Book Management and the design report
text1111111
- 汇编查找字符串 -compilation search string to search string compilation compilation search string to search string compilation
chazhaodianhuahaoma
- 查找电话号码的算法.采用C语言编写.语言简单明白.-search algorithm telephone number. Using C language. Simple to understand language.
44515string
- 建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲 -documents establishing songs by singers, in order of search procedures can receive a concert, and exported all of its songs
songdoc
- 建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲-documents establishing songs by singers, in order of search procedures can receive a concert, and exported all of its songs
DiscPlayer
- 我搜索了这个网站,见提供的CD player都是 c++,delphi源程序的;我就提供一个用win32汇编写的CD player。功能跟界面绝对不输于用上面软件编写的,具体功能如下: 1. CD loop. 2. Track loop. 3. Random track play. 4. Track sample. 5. Play list. 6. Track select. 7. Master volume control. 8. CD Speaker vo
cxsj
- 学完C语言后的一个课程设计,用链表做的一个关于字符查找、删除、替换等操作。希望能给现在学习C语言的人有一定的帮助。-completion of the C language design a curriculum, using a linked list to do on the characters search, delete, etc. replacement operation. Hope that they will now study the C language is helpfu
jiheAUB
- 求集合运算AUB 利用两个线性表la和lb分别存放集合A和B的成员,依次取出lb中的每个元素,按其值查找线性表la,若la中不存在该元素,则将它插入到la中去,最后线性表la就存放了集合AUB的元素.-AUB set operations for the use of two linear la Table and lb respectively storage pools A and B members, Retrieve lb followed each of the elements,
msim
- matlab仿真模拟退火算法的简单搜索过程,随机数用数组实现-Matlab simulation annealing simple search process, with a few random arrays to achieve
rename
- 实现在指定目录及其子目录中搜索指定扩展名的文件,并更新为新的扩展名的程序reext 程序功能: 1.程序带有三个命令行参数dir、old和new,用法为: reext dir old new 其中Dir是一个全路径名,old和new是文件扩展名,如: Reext c:\ASM\TEST txt doc 2.程序实现的功能为:在路径Dir中搜索文件扩展名为txt的所有文件,如果找到,将其扩展名改为doc,而文件名不变: 3.较高要求,可以搜索指定目录的全部子
OkBole
- okbole人才网 功能简介: 1、支持个人用户与企业用户注册 2、专业的人才库自主管理功能 3、完善强大的企业招聘模块 4、高效易用的用户互动完美实用体验 5、完整可靠的高级搜索功能 6、源码中含有详细注释说明,适合二次开发-okbole Talent Network Function Descr iption: 1, support individual users and business users register 2, a professional po
search
- 源搜索核心代码,可以应用于多种领域,如网络舆情热点发现等-Search core source code, can be applied to a variety of areas, such as network public opinion hotspot found
search-proc
- Search proc: 在一个给定字符串main中查找子字符串sub,其中两字符串的长度分别保存在main[1]和sub[1]中。 若查找成功,则返回子字符串sub在父字符串main中的位置pos(从0开始); 反之,若查找失败,则返回FFH,即-1.-Search proc: Find a given string main substring sub, two of the length of the string stored in main [1] and sub [1].