-
动态加载DFM
动态加载dfm资源字符串,显示窗体内容,并可以响应事件(Dynamic loading of DFM resource strings, displaying the contents of the form and responding to events)
- 2020-06-18 10:20:02下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明-Please read them carefully before you write the document package to their specific functions (at least 20 words). As far as possible not to let the station to the time you spend in the amended statement
- 2022-06-20 08:16:54下载
- 积分:1
-
HZK
说明: 点阵字体库,分别是12点阵,16点阵,64点阵(Dot matrix font library, 12 dot matrix, 16 dot matrix, 64 dot matrix, respectively)
- 2020-12-29 00:29:02下载
- 积分:1
-
4bujiexiangwei
四步相移解相位,这是一个DEMO,里面内容很详细(The four step phase solution phase)
- 2018-03-27 10:59:40下载
- 积分:1
-
54200257liquid
一维,二维,三维热传导方程的数值求解(有限差分法等)。(Numerical solution of heat conduction equation)
- 2018-09-15 10:21:09下载
- 积分:1
-
document_04hesssmith
The computer program based on the Hess-Smith panel method (HSPM) approximates
the body surface by a collection of panels and expresses the flow field in terms of
velocity potentials based on sources and vortices in the presence of an onset flow
- 2018-05-03 11:53:36下载
- 积分:1
-
OpenSees2.3.0
比较完善的面向对象的有限元程序代码适用于编写大型程序的学习(typical C++ code for OOFEM)
- 2018-05-02 19:59:26下载
- 积分:1
-
CloudMoonFormatCode_V1.0
说明: vb界面整理与重新编辑,适用于vb6.0开发环境。(VB interface reorganization and re-editing, suitable for VB6.0 development environment.)
- 2020-06-23 09:00:01下载
- 积分:1
-
磁法演示
走向无限延深有限的无限长薄板状体在matlab上实现Za,Ha,T的异常曲线。(The abnormal curves of Za, Ha and T are realized on MATLAB for an infinite thin plate with infinite extension and finite length.)
- 2019-04-22 20:04:56下载
- 积分:1
-
dic.c
说明: 英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。
一种简单的英文单词排版系统实现
一、功能
英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。
二、实现约定
1、单词结构
typedef struct dictWord {
char word[101];
char meaning[201];
} DictWord;
2、录入单词和释义
录入规则:
A) 一行只能录入一个单词或词组和释义,
B) 可以只录入单词
C) 每一次录入得单词总长度包含空格不超过100字符
D) 不能只录入释义
E) 单词和释义之间必须有空格
F) 单词是连续的或有空格的字母,不能有其他字符
G) 录入异常打印对应的错误信息。
H) 录入时单词已经存在且释义不同,则视为修改释义,增加修改计数
I) 释义应只包含汉字、阿拉伯数字和汉字标点符号且长度不超过100字
3、修改单词
修改(Basic functions of English word layout and query system (case sensitive): enter words and interpretations, modify words, modify interpretation, file entry, output to screen and output to documents, input word query has been interpreted.)
- 2020-04-05 22:51:51下载
- 积分:1