资源列表

« 1 2 ... .95 .96 .97 .98 .99 8900.01 .02 .03 .04 .05 ... 11787 »

[Internet/网络编程Devil-language

说明:魔王语言: 处理括号: 先设置一个栈,遇到左括号时,不断地压栈,直到遇到右括号。一旦遇到了右括号就不断地出栈,直到出一个左括号,然后把这些字符解释,解释后压到栈里去。然后再不断地压栈,直到遇到下一个右括号,如此往复。并利用递归算法处理多重括号的情况。 翻译: 一旦遇到需要翻译的字符,输出指定的字符串。此处仅仅设置了两种规则(自行定义),因此只需按照定义过的规则输出字符串即可。-Devil language: Handli
<ck> 在 2024-10-06 上传 | 大小:2048 | 下载:0

[PlugIns编程Literature-research-assistants

说明:文学研究助手: 利用文件方面的知识引入一待处理的文件,设置数组用来存储所指定的单词的频率和位置。开始处理文件时,先指定单词(不唯一),遇到指定单词频率标志 +1,记录已出现’\n’的次数来确定词的位置。-Literature research assistants: the use of knowledge to introduce a file to be processed files, settings specified
<ck> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[P2P编程Find-height-of-the-tree

说明:求树的高度: 先利用递归算法依次比较每一层树的左右子树是否为空,通过层层比较,得出树高,再通过树高用遍历得出路径。-Find height of the tree: the first use of a recursive algorithm sequentially comparing each sub-tree layer around the tree is empty, through the layers of compa
<ck> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[网络截获/分析Matrix-addition

说明:矩阵相加(三元组): 先建立稀疏矩阵的三元组存储结构。输入第一个矩阵的行数和列数和非零元素个数,并输入非零元所在位置和大小。输入第二个矩阵的非零元素个数并输入非零元所在位置和大小。然后处理这两个矩阵:若矩阵1中非零元素的行列值等于矩阵2中非零元素的行列值,只需将两非零元素相加;若矩阵1中非零元素的行列值不等于矩阵2中非零元素的行列值,分别记录其所在位置和大小。-Matrix addition (triples): First c
<ck> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[Internet/网络编程AutoBill

说明:在linux环境下,通过FTP读取第三方系统的账单文件,并同步写入数据库中-In linux environment, read the third-party systems via FTP bill file and written to the database synchronization
<> 在 2024-10-06 上传 | 大小:25600 | 下载:0

[Internet/网络编程LonGWRTOS

说明:Lonworks总线的ShortStack 的相关技术,适合总线的开发-Lonworks Communication ShortStack related technologies, the development of suitable bus
<lingyu> 在 2024-10-06 上传 | 大小:742400 | 下载:0

[Web服务器chap01

说明:javascr ipt做的的非常好的滑动效果。。。。。值得一看-javascr ipt doing a very good sliding effect. . . . .
<> 在 2024-10-06 上传 | 大小:41984 | 下载:0

[Internet/网络编程SendData

说明:delphi 源码 tcp/ip 基于sock的编程,可以帮助开发文档-delphi tcp ip source
<陈明清> 在 2024-10-06 上传 | 大小:23552 | 下载:0

[浏览器html-flash

说明:一个网站的代码希望大家能喜欢第一次上传不知道能不能成功-Code of a website I hope you like the first upload does not know can not succeed
<xiaye> 在 2024-10-06 上传 | 大小:290816 | 下载:0

[Internet/网络编程unpv13e.tar

说明:Unix网络编程(第三版),源代码。可编译和运行,希望学习unix的同学参考。-Unix Network Programming (third edition), the source code. Can be compiled and run, the students want to learn unix reference.
<郭悠悠> 在 2024-10-06 上传 | 大小:702464 | 下载:0

[Web服务器B2C

说明:商务面向客户销售的网上系统,比较简单的构架,可以参考学习下-Business web-based system for customer sales, relatively simple architecture, you can refer to learn the next
<luo> 在 2024-10-06 上传 | 大小:1368064 | 下载:0

[Internet/网络编程2013.03.19

说明:主要 是一些简单的网络编程可供初学者学习,可能会有点错误请大家指点一下啊-Mainly some simple network programming for beginners to learn, it may be a bit wrong, please give pointers about ah
<小昭> 在 2024-10-06 上传 | 大小:53248 | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 8900.01 .02 .03 .04 .05 ... 11787 »

源码中国 www.ymcn.org