资源列表
LCD液晶时钟程序
- 基于51单片机的1602液晶显示屏时钟程序(Based on 51 single chip microcomputer 1602 LCD clock program)
ADE4点格局分析软件
- 基于Ripley’s K (t)函数的ade-4植物点格局分析(Ade-4 plant point pattern analysis based on Ripley 's K (T) function)
作业
- 利用C++实现全班成绩的统计,以降序顺序实现在屏幕上(the whole class achievement; score; result; mark grade down; descending order)
TEmatlab
- SVM code, feature extractionbliko;oj;'jd
9BusSystem_MATLABwithSimulink
- 9 bus simulink model
多功能电表
- NEC527多功能电表完整源代码,包括LCD驱动,显示,计量,存储,整个527驱动程序!(NEC527 multi-function ammeter complete source code, including LCD drive, display, measurement, storage, the entire 527 driver!)
music
- 这个程序使用了SSM框架+springMVC+jsp+MySql(SSM+ SringMvc +JSP+MySql)
个人财务系统
- 个人财务系统,资金模块,收支管理模块,后期会加入理财工具,理财计划等(Personal financial system, capital module, revenue and expenditure management module, the later will join the financial tools, financial planning, etc.)
跟踪定位系统
- 这款应用程序可以帮助您跟踪定位您想要跟踪的人,方便您清楚及时的了解家人朋友的最新动向(This app can help you track and locate the people you want to track, and make it easy for you to know the latest trends of family and friends in a timely and clear manner)
智能家居系统
- 通过网络化综合智能控制和管理,实现"以人为本"的全新家居生活体验(Through the network comprehensive intelligent control and management, to achieve the "people-oriented" new home life experience)
健康饮食
- 随着人们对健康的关注,食物的营养高低越来越受重视(As people pay more attention to health, more and more attention has been paid to the nutrition of food)
画直线
- 1.以鼠标左键的按下为"起点",保持按下状态,移动鼠标,直到放开鼠标键作为"终点",画一条静态直线. 2.在鼠标移动过程中应该从"起点"向鼠标的"当前位置"画一条动态的直线.绘制动态直线的方法是,先删除前一条直线,然后画一条新的直线.在鼠标移动过程中会不断接收到许多WM_MOUSEMOVE消息,其中LOWORD(lParam)和HIWORD(lParam)分别存放鼠标的当前X,Y值.(1. press the le