说明:This VB6 module lets you program open a URL with the user s default browser. I have seen some others although they are buggy. <Skyler> 在 2024-11-13 上传
| 大小:1kb | 下载:0
说明:How to use postmessage with autoit?
here is a code source (.au3 file) you just need to include it to your scr ipt and done! <kabda> 在 2024-11-13 上传
| 大小:1kb | 下载:1
说明:C#的编程研发技巧及深度解剖
里面很多东西原本不难,但是极细微,容易出错
-C# programming skills and the depth of R & D a lot of things inside the original anatomy is not difficult, but very subtle, error-prone <allen> 在 2024-11-13 上传
| 大小:1kb | 下载:0
说明:圆形操场的四周摆放着n堆石子,现在要将石子有次序地合并成一堆,规定每次只能将相邻的两堆合并成新的一堆,并将新的一堆石子数计为该次合并的得分。编写程序求出将n堆石子合并成一堆的最小得分和最大得分。
输入:第一行一个整数,表示石子堆数,第二行n个数,表示每堆石子的个数。
输出:第一行中的数是最小得分,第二行中的数是最大得分
-Placed around a circular playground with n stack sto <cj> 在 2024-11-13 上传
| 大小:1kb | 下载:0
说明:设A和B是两个字符串,要用最少的字符操作将A转换成B.允许的操作包括:1)删除一个字符 2)插入一个字符 3)将一个字符替换为另一个字符.将A转换成B所用的最少的字符操作数称为编辑距离。
设计算法,对任给的字符串A,B,计算他们的编辑距离。
输入:第一行字符串A;第二行字符串B
输出:第一行编辑距离-For A and B are two strings of characters to use at least A con <cj> 在 2024-11-13 上传
| 大小:1kb | 下载:0
说明:我自己写的图形中多个连通封闭区域的边界识别(采用递归实现),可以将-I wrote it myself in a number of graphics connectivity closed the border region to identify (using recursive realization) <lc> 在 2024-11-13 上传
| 大小:1kb | 下载:0