-
新建 Microsoft Word 文档 (2)
说明: 精子的分布具有不均匀性,其分布毫无规律,十分散乱,精子的游动方向各不相同,其尾部有的张开,也有的和头部重合,且背景以灰色为主,还有白色等混杂的颜色。本题要求在这样混杂的二十五张图片中求出每张图内所含的精子数目。(The distribution of sperm is not uniform, its distribution is irregular, very scattered, the swimming direction of sperm is different, some of its tail is open, some coincide with the head, and the background is mainly gray, there are mixed colors such as white. In this question, we need to find out the number of sperm in each of the 25 mixed pictures.)
- 2019-06-17 16:31:56下载
- 积分:1
-
用C来实现数据库编程,里面的源程序提供大家参考。
用C来实现数据库编程,里面的源程序提供大家参考。-C to achieve database programming, the inside source for your reference.
- 2022-04-23 10:49:26下载
- 积分:1
-
boxcount
说明: 非常好的资源哦,非常好用的图像灰度二值、分形分析等(Very useful Fractal Analysis Toolbox, Wavelet Analysis, etc.)
- 2019-04-17 15:48:26下载
- 积分:1
-
ELM
采用python语言实现极限学习机算法,数据三分类,加入数据可以跑通(Using python language to achieve extreme learning machine algorithm, data three classification, join data can run through)
- 2018-07-30 09:45:16下载
- 积分:1
-
sam
逻辑回归,随机森林,xgboost案例,了解三种模型的基本用法(sample for lr,rfm,xgboost)
- 2018-06-04 23:46:12下载
- 积分:1
-
bomballs
VB模拟小球碰撞,随机产生不同质量大小的小球,可以改变初始速度和动能损失率,适合初学者(VB simulation of small ball collision, randomly generated different quality size ball, can change the initial velocity and kinetic energy loss rate, suitable for beginners)
- 2011-12-11 21:42:59下载
- 积分:1
-
相似度
VB小工具检测两段文字的相似度是否》50%(visual basic check two word)
- 2020-06-22 14:20:02下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
Life_Game
说明: 这个是八皇后的代码,用VC写的,使用了c++数据结构,用了递归回溯(eightQueen)
- 2009-08-05 00:28:02下载
- 积分:1
-
Sophia_Best_version
EA MT4 para metatrader 4
- 2018-10-21 21:55:04下载
- 积分:1