资源列表
des算法
- DES算法为密码体制中的对称密码体制,又被称为美国数据加密标准。DES是一个分组加密算法,典型的DES以64位为分组对数据加密,加密和解密用的是同一个算法。密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位,使得每个密钥都有奇数个1),分组后的明文组和56位的密钥按位替代或交换的方法形成密文组。
三角形类
- 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