-
犯错
Office Automation网络智能办公系统(以下简称信达OA),不仅是一套成熟的网络办公系统,同时也是一个完整、精巧的软件开发平台,不仅集成了Web开发的全套环境,并提供了管理架构、系统资源的开放性支持,是开发中小型管理应用系统的理想平台。
本文将从不同的技术层面向您揭示信达OA的二次开发细节,是主要针对专职程序设计人员、编程爱好者、软件产品技术支持人员编写的OA二次开发入门教程。
通过阅读本文,您将不仅可以了解信达OA的设计奥秘,也将能够运用本文所介绍的知识和技巧,轻松构建属于自己的应用系统或模块,文中将结合具体实例加以说明。
-err
- 2022-03-17 00:05:10下载
- 积分:1
-
Matlab 操作技巧与常用函数。帮助Matlab初学者迅速掌握Matlab环境下编程技巧。...
Matlab 操作技巧与常用函数。帮助Matlab初学者迅速掌握Matlab环境下编程技巧。-Matlab operating skills with commonly used functions. Help the Matlab environment for beginners to grasp the Matlab programming skills.
- 2023-07-13 12:35:03下载
- 积分:1
-
C Algorithms for Real
C Algorithms for Real-Time DSP
Chapters 1 and 2 cover the basic principles of digital signal processing and C programming. Readers familiar with these topics may wish to skip one or both chapters.
- 2022-03-25 20:28:06下载
- 积分:1
-
设计模式之ChainOfResponsibility,设计模式之ChainOfResponsibility
设计模式之ChainOfResponsibility,设计模式之ChainOfResponsibility-Design Model ChainOfResponsibility, design model ChainOfResponsibility
- 2022-05-29 17:19:30下载
- 积分:1
-
电子拔河游戏的实现, 二极管,移位寄存器和计数器的实现
电子拔河游戏的实现, 二极管,移位寄存器和计数器的实现-electronic game of tug-of-war to achieve, diodes, shift register and counter the realization
- 2023-07-05 03:30:03下载
- 积分:1
-
婴儿出生信息登记系统
.按键1可以录入一条婴儿材料,其中婴儿母亲、婴儿性别和护理人员代码不能为空,其他数据如果需要为空请输入 / 。
2.按键2可以查看...
婴儿出生信息登记系统
.按键1可以录入一条婴儿材料,其中婴儿母亲、婴儿性别和护理人员代码不能为空,其他数据如果需要为空请输入 / 。
2.按键2可以查看婴儿材料保存文件里面的所有婴儿材料。
3.按键3可以通过输入婴儿父母姓名、婴儿性别、婴儿出生医院或者婴儿出生日期进行查找。
4.按键4可以显示超低重婴儿材料,超低重婴儿标准是低于1kg。
5.按键5可以通过输入婴儿编号确定需要修改材料的婴儿,然后可以通过输入所需修改的项目,对婴儿材料除婴儿编号以外的数据进行修改。
6.按键6可以通过输入婴儿编号来确定要删除的婴儿材料。
7.按键7查看使用说明。
8.按键8退出婴儿信息登记系统。-birth registration information system. Press a baby can be an input materials, baby mothers, the gender of babies and nursing staff code can not be empty, the other data if needed to enter the air /. 2. Press two babies can view material inside the preservation of all infant materials. 3. 3 keys can be imported baby names of parents, infant sex, Hospital births or birth date you. 4. Press 4 show low weight babies materials, ultra-low weight babies is lower than 1kg standards. 5. Five keys can be imported baby No. identified the need to amend the material babies, then through the importation of necessary changes, in addition to the infant baby No. materials outside the data changes. 6
- 2022-10-28 03:50:03下载
- 积分:1
-
opencv 中文手册,OPENCV是开源代码,是很好的快速开发助手
opencv 中文手册,OPENCV是开源代码,是很好的快速开发助手-opencv Chinese Manual, OPENCV is open source code, is a very good rapid development assistant
- 2022-07-22 22:17:49下载
- 积分:1
-
Verilog语法手册,7件逻辑的实现与实验练习,非常实用,对学习Verilog编程很有帮助。...
Verilog语法手册,7件逻辑的实现与实验练习,非常实用,对学习Verilog编程很有帮助。-Verilog grammar manuals, 7 and experimental realization of the logic of practice, very practical, very helpful in learning Verilog programming.
- 2022-01-28 20:56:40下载
- 积分:1
-
计算机软件开发文档编写指南,简要说明项目的各项主要工作,介绍所开发软件的功能、性能等。若不编写可行性研究报告,则应在本节给出较详细的介绍...
计算机软件开发文档编写指南,简要说明项目的各项主要工作,介绍所开发软件的功能、性能等。若不编写可行性研究报告,则应在本节给出较详细的介绍-Computer software development guidelines for the preparation of documents, a brief description of the major work items on the development of software features, performance. If the preparation of feasibility studies should be given in this section a more detailed introduction
- 2023-07-16 10:55:03下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1