资源列表
三角形类
- java三角形类定义实现,其中类为公共类,类中拥有判定是否能组成三角形的判定函数
工业以太网powerlink源码
- 工业以太网powerlink协议栈源码,提供基于Windows、Linux及FPGA等平台实现的详细实例。
百度高德GPS坐标转换
- 百度 高德 GPS 坐标相互转换算法,最新版本,非常准确,希望大家下载
餐厅管理系统
- c++项目开发实录餐饮管理系统源码,是开发程序学习的必要手段,值得下载学习,可以举一反三,优势化处理(C + + project development record catering management system source code)
家教
- 提供网上预约教师等功能,方便人们随时随地进行网上预约相关课程的教师
《精通MATLAB GUI设计》第十二章源码
- 书籍《精通MATLAB GUI设计》第十二章的源码
学生管理系统C语言实现
- 基于C语言实现1插入学生信息2遍历学生信息3查找学生信息4删除学生信息5按学号排序6逆序排序等功能
PSO粒子群算法
- PSO粒子群详细算法,无人机航迹规划,二维航迹规划。
D0102英国得自对外贸易的财富.pdf
- D0102英国得自对外贸易的财富.pdf
自己写的作业,大家可以下载
- Exercise 1: Programming Environment and Basic Input/Output 1. Write a program that prints “This is my first program!” on the screen. (a) Save this program onto your own disk with the name of e2-1a; (b) Run this program without opening Turbo C;
exercise 5 BUPT
- C exercise Exercise 5: ‘for’ and ‘do … while” repetition statements 1. Write a program which uses a do/while loop to print out the first 10 powers of 2 other than 0 (ie. it prints out the values of 21, 22, ..., 210). Use a for loop to do the s
Java EE企业级应用开发教程(SSM)源码
- 本代码是基于Eclipse实现的Spring+SpringMVC+MyBatis框架开发的学习项目,通过它可以学习其中的设计思路与步骤