搜索资源列表
zuoye
- 银行业务,实现银行客户登陆和存取款等基本业务
ZUOYE-2
- 通过给你密文 用密钥将其解密 得出明文 -tracy
zuoye
- 操作系统实验+操作系统实验报告+文件管理+进程管理等-Operating system operating systems lab report experiment+++ process management, document management
Zuoye
- vc与matcom混合编程实例,里面包含了matcom将matlab m文件转换成C++文件的例子,然后在vc中调用,画图,并借助matlab在vc中对音频文件进行幅度和相位分析-Vc mixed with matcom programming examples, containing the matcom transform matlab m file into the c++ file example, and then call in the vc, drawing, and with t
zuoye
- 使用函数完成以下功能,根据部门号,计算部门号员工工资总和-CREATE OR REPLACE FUNCTION get_salary1( Dept_no NUMBER ) RETURN NUMBER IS V_sum NUMBER BEGIN SELECT SUM(SALARY)INTO V_sum FROM EMPLOYEES WHERE DEPARTMENT_ID=dept_no