-
axis1Test
axis1 例子,源码,发布与访问,内容详细简单易懂,适合初学者(axis1 example, source code, publishing and access, detailed and easy to understand for beginners)
- 2011-09-15 10:29:47下载
- 积分:1
-
java,运动方案设计代码
根据2型糖尿病患者的个人信息(身高、体重、并发症)和未来一周天气状况以及空气质量为患者设计个体化量化运动方案,为患者提供科学、合理和可视化的运动指导方案旨在解决现有糖尿病患者运动方案设计存在的问题,包括运动项目与天气状况以及空气质量不适应,没有结合患者的并发症对患者的运动量做必要的限制,给并发症患者运动带来风险以及未提供每个运动项目具体执行时间不便于患者对运动量的掌控.代码使用java编写
- 2022-05-31 03:22:38下载
- 积分:1
-
一个简单的计算器,用java实现,是我千辛万苦找到的啊
一个简单的计算器,用java实现,是我千辛万苦找到的啊-A simple calculator, using java realize is that I found a lot of hard work ah
- 2023-08-22 19:30:04下载
- 积分:1
-
Izhikevich
U(1)=round(u0);dV(1)=0;dU(1)=0;I=18*ones(1,1500);I(1:300)=0;I(1201:1500)=0; %Initialization of current II=I+(40+b)*ones(1,1500); for k=2:1500 V(k)=V(k-1)+round((22/(512*512))*V(k-1)*V(k-1)-(20/32)*V(k-1)-(1/(512))*U(k-1)+20*I(k-1)); U(k)=U(k-1)+round(a*b*(1/512)*V(k-1)-a*(1/512)*U(k-1)); dV(k)=round(2*((1/512)*(1/512)*V(k-1)*V(k-1))-15*V(k-1)-(26/128)*U(k-1)+200*I(k-1)); dU(k)=round(a*b*(26/128)*V(k-1)-a*(1/512)*U(k-1));
- 2022-03-19 22:45:52下载
- 积分:1
-
使用Java编写socket客户端程序的小例子
使用Java编写socket客户端程序的小例子-Socket client program write by java.
- 2022-08-07 16:47:04下载
- 积分:1
-
java-Exe5_1
1. 分别使用Vector、Hashtable、Stack,ArrayList、LinkedList和HashSet作为容器类,实现以下要求:
(1) 向容器中添加1,000,000个随机整数。
(2) 遍历容器中的所有元素。
(3) 随机产生100,000个整数,在容器中查找这些整数。
(4) 随机产生100个整数,从容器中删除这些整数。
(5) 统计完成以上各个操作需要的时间。
比较一下不同操作在不同数据结构下的性能差异。程序文件命名为Exe5_1.java。
(51 respectively using Vector, Hashtable, Stack, ArrayList, LinkedList and HashSet as the container class, to achieve the following requirements:
( 1) are added to the container 1000000 random integers.
( 2) to traverse all the elements in the container.
( 3) 100000 randomly generated integer, in the container to find these integers.
( 4) random produces 100 integers, is removed from the container of these integers.
( 5) complete the statistics above each operation requires time.
Compare the different operating at different data structure performance differences. Program file named Exe5_1.java
)
- 2012-12-14 11:26:23下载
- 积分:1
-
一方面系模式识别系统
handwrittern模式识别软件是一种软件,编写英文字符识别方面,打印在打印格式。该软件 ;有一个训练数据集训练模块,分类 分类模块;以及识别识别模块。
- 2022-04-12 22:05:01下载
- 积分:1
-
JSP version of the online text editor for web development article JSP editing sy...
JSP版的在线文本编辑器,适用于JSP网站开发文章编辑系统.-JSP version of the online text editor for web development article JSP editing system.
- 2022-01-25 16:56:26下载
- 积分:1
-
javascript wewerew rew rew rwerewrwer
javascript wewerew rew rwerewrwer-javascript wewerew rew rew rwerewrwer
- 2022-03-25 09:04:02下载
- 积分:1
-
jiazheng
一个用jsp写的家政管理系统,希望对您有帮助。(A jsp write the housekeeping system, you want to help.)
- 2013-04-07 17:47:20下载
- 积分:1