-
vue-adm
基于vue+element的电商后台管理系统,完整实现了整个流程。
该项目为前后端分离项目,搭建步骤具体参考后端项目传送门。(Based on Vue element, the whole process is realized.
This project is a front-end and back-end separation project. It builds a portal with specific reference to the back-end project.)
- 2020-07-08 11:18:56下载
- 积分:1
-
Train_8
数据段中binb存放一个16位二进制无符号数,将其化成压缩BCD码,存于bcdu单元中(in data segment, binary unsigned data, convert the data in to BCD formate)
- 2013-08-27 21:35:39下载
- 积分:1
-
科斯塔斯环和锁相环
一个简易的科斯塔斯环和锁相环简介,可能对某些仿真有用(The costas loop can be simulated in MATLAB)
- 2017-11-09 17:08:56下载
- 积分:1
-
PID-program(2)
说明: 拥有倾角环和位置环的PID控制倒立摆,每个倒立摆不同,所以参数未测定,需自行测定(PID control inverted pendulum with inclination ring and position ring, each inverted pendulum is different, so the parameters are not determined, and need to be determined by oneself.)
- 2020-06-22 05:40:02下载
- 积分:1
-
OneDrive
用于故障诊断中计算时频域中的小波包能量矩。。(Wavelet packet energy moment)
- 2018-01-03 19:29:00下载
- 积分:1
-
MyColor33
vc编写的双色球预测程序 基本达到了实用状态(vc written two color forecasting process basically reached a practical state)
- 2011-06-08 21:45:58下载
- 积分:1
-
Java EJB简单例子
Java EJB简单例子,这是HelloWorldBean的Home接口,它是EJB对象的生成库,无状态会话(将在下一个实例中具体讲解)Bean,这个接口是客户端与EJB对象相互作用的中间途径,通过Client触发调用Bean方法:
try {
//取得初始化属性jndiContext,它是连接JNDI树的起始点
InitialContext jndiContext = new InitialContext(properties);
//取得Home对象的引用
Object ref = jndiContext.lookup("HelloWorldHome");
HelloWorldHome home = (HelloWorldHome)
PortableRemoteObject.narrow (ref, HelloWorldHome.class);
//用EJB生成库Home生成EJB对象
HelloWorld hello= home.create();
//调用EJB对象方法printHelloWorld(),EJB对象把调用委派给Bean
System.out.println (hello.printHelloWorld());
}
- 2022-07-20 22:16:54下载
- 积分:1
-
ssd7 Exercise 1 answer, well, I hope to give us some help
ssd7练习1的答案,很好的,希望能给大家带来帮助-ssd7 Exercise 1 answer, well, I hope to give us some help
- 2022-02-07 23:28:06下载
- 积分:1
-
tie_yd20
高斯白噪声的生成程序,调试通过可以使用,研究生时的现代信号处理的作业。( Gaussian white noise generator, Debugging can be used, Modern signal processing jobs when the graduate.)
- 2017-04-23 18:32:16下载
- 积分:1
-
实现对数据库添加,修改和删除
数据库为access数据库
实现对数据库添加,修改和删除
数据库为access数据库-of Database add, modify and delete database access database
- 2022-01-22 17:01:21下载
- 积分:1