搜索资源列表
ClassicalDataStructures
- 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a string array. Very useful and val
clac
- 本例设计一个普通的计算器,该计算器除没有科学计算机功能外和Windows带的计算器类似。通过此程序的设计,读者可以掌握VB中\"控件数组\"的建立和使用方法以及字符串与数值之间的互相转换方法-design an ordinary calculator, in addition to the no scientific calculator functions and the computer with the Windows calculator similar. Through this pr
flash_readfrom_txt
- 此程序从外部TXT文档中读取字符串内容并将其转化为数组,共其后程序调用-This procedure from an external TXT file to read the contents of the string and translate them into an array, a total of subsequent procedure calls
BitmapsAsBinCode
- Bitmap convert as array of colors represented as string.
Multilingual
- Visual Basic 多语言支持模块, 可以使你的VB程序支持多种语言, 随时切换. 使用方法: 将语言文件保存为Language.lng 在需要时调用ChangeLanguage(Language) 示例: 修改语言: ChangeLanguage("简体中文") 修改语言为简体中文 获取语言文件中的全部语言 GetLanguage As String 返回一个包含所有语言的数组 说明: 语言文件格式(参考Language.lng) [语言]
A4
- 加密(10分) 课题内容: 设计一个加密程序。包括明文与密钥的转换。通过此课题,熟练掌握数组、格式输出、字符串处理、类型转换等。 课题要求: (1)输入任意一段明文M,以及密钥K (2)根据以下公式将其转换为密文C。 Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥; (3)具有输入输出界面。 -Encryption (10 points) DISCLOSURE: Design an encryption program. In
