登录
首页 » Java » specials

specials

于 2020-06-17 发布
0 94
下载积分: 1 下载次数: 1

代码说明:

说明:  个人社区类的,切勿作商用,后果自负,如有雷同还望告之(Personal community should not be used for commercial purposes, and the consequences should be borne by oneself.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 缓存容量
    如何在有限的缓存容量中尽可能的传输更多的信息是我解决的问题(How to transmit more information as much as possible in limited cache capacity?)
    2017-09-06 10:23:10下载
    积分:1
  • ADB-FRP (Nokia)
    VNV GJB HJKFXC JFHJKFSD KHJDF FDHJK ND
    2019-06-03 02:44:37下载
    积分:1
  • 谷物颗粒计数
    谷物作为主要粮食和饲料作物,在农业生产中占有重要地位。提高谷物产量和质量的主要方法是选育出优质品种,而在选育品种过程中,对种子的计数是不可缺少的内容。目前,种子的计数方法通常采用人工计数,或半自动的光电计数器,很显然传统的计数方法存在着效率低、准确性不高等缺点。笔者利用计算机图像识别和处理技术实现考种过程中的计数,为谷物粒群的识别、精选、分级等的进一步研究奠定必要的理论与实践基础,并为育种工作提供一种高效、快捷的谷物计数新技术 用Matlab实现这种方法,既能分步对谷物颗粒图像预处理算法进行仿真测试,又可以很直接地得到谷物颗粒个数的结果。实验证明,用Matlab实现的处理结果比较理想,满足识别的应用性。本文介绍用matlab实现了对谷物颗粒图像的灰度化处理、去除噪声处理、灰度图像的二值化、谷物颗粒的数值计算等。并选取较好的处理步骤和算法参数解决谷物颗粒图像预处理的问题。(The grain plays an important role in the production of agriculture as main food supplyment of mankind and animals. The main way to improve grain yield and quality is to breed high-quality varieties.However, in the process of breeding varieties, counting seeds is an essential element.Nowadays, the counting of seeds is usually done manually,or semi-automatic photoelectric counter. It is obvious that the traditional counting method has the disadvantages of low efficiency and low accuracy. The use of computer image recognition and processing technology to achieve the counting test in the process of selection for identification, grain group, lay the theoretical and practical foundation for further research of the necessary classification, and for breeding work provides an efficient, fast new grain counting technique)
    2017-12-06 13:40:38下载
    积分:1
  • FSMC—扩展外部SRAM
    说明:  STM32库开发实战 FSMC扩展外部SRAM历程(FSMC extends external SRAM history)
    2019-11-05 20:18:48下载
    积分:1
  • 分岔图程序
    说明:  在学习非线性动力学的过程中,可以利用matlab 画分岔图(Drawing bifurcation diagram with MATLAB)
    2021-03-17 18:59:21下载
    积分:1
  • C51 menu programming examples, I hope everyone can use.
    c51 菜单编程的例子,希望大家能够用到.-C51 menu programming examples, I hope everyone can use.
    2022-09-24 03:55:03下载
    积分:1
  • C# 清空回收站的源码实例
    C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:   const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框   const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条   const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音   [DllImportAttribute("shell32.dll")]//声明API函数   private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);   private void button1_Click(object sender, EventArgs e)   {    //清空回收站    SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);   }
    2022-12-15 14:50:03下载
    积分:1
  • wendangku
    说明:  It can store company pictures, office documents, Autocad drawings and other information. System data are stored in the database, when users upload, update or overwrite, by default, automatic backup will be carried out to prevent data loss.
    2019-06-06 13:32:41下载
    积分:1
  • 灰鸽子
    【1】对远程计算机文件管理:模枋Windows 资源管理器,可以对文件进行复制、粘贴、删除,重命名、远程运行等,可以上传下载文件或文件夹,操作简单易用。 【2】远程控制命令:查看远程系统信息、剪切板查看、进程管理、窗口管理、插件功能、服务管理、共享管理、代理服务、MS-Dos模拟! 【3】捕获屏幕:不但可以连继的捕获远程电脑屏幕,还能把本地的鼠标及键盘传动作送到远程实现实时控制功能! 功能 【4】视频监控,可以监控远程控制头!,还有语音监听和发送功能! 【5】telnet(超级终端). 【6】语音监听和发送!可以和远程主机进程语音对话!([1] on the remote computer file management mode: Fang Windows explorer, can copy files, paste, delete, rename, remote operation, you can upload and download files or folders, easy to use. [2] remote control commands: View remote system information, clipboard view, process management, window management, plug-in function, service management, sharing management, agent service, MS-Dos simulation. [3] capture screen: not only can capture the remote computer screen continuously, but also transmit the local mouse and keyboard to remote to achieve real-time control function. function [4] video surveillance, can monitor remote control head! And voice monitoring and sending functions! [5] telnet (super terminal). (6) voice listening and sending! Can talk to the remote host process voice dialogue!)
    2018-01-15 10:06:30下载
    积分:1
  • 实时数据以web图形方式显示,ISAPI实现,包括系统图和历史曲线,这是多年前自己在电厂DCS数据采集实施项目开发的,绝对个人作品。...
    实时数据以web图形方式显示,ISAPI实现,包括系统图和历史曲线,这是多年前自己在电厂DCS数据采集实施项目开发的,绝对个人作品。-distribute control system data collection, show data in web style,ISAPI and C++ Builder。
    2023-07-17 20:20:03下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载