资源列表
排序选择:
[C#编程] CFD-code
说明:这几天在一个外国的一个开源网上看到的流体力学的一个程序,解释得非常清楚。-These days in a foreign country, an open source online to see a program of fluid mechanics to explain very clearly.<liangliangfan> 在 2025-06-27 上传 | 大小:37kb | 下载:0
[android开发] PlantsVsBugs
说明:一款运行于Android手机客户端的小游戏,类似植物大战僵尸的玩法,源文件全部在PlantsVsBugs文件夹的src目录中,其它资源文件请一一对照目录名,搞过Android开发的都明白那目录是什么-A run on Android mobile client game like Zombies gameplay, all of the source files in the src directory PlantsVsBugs folder, the other one controls th<gpudn24> 在 2025-06-27 上传 | 大小:4.68mb | 下载:0
[DSP编程] jiaotongdeng
说明:开发环境为ccs dsp实现交通灯功能 -Traffic lights function<哲学家> 在 2025-06-27 上传 | 大小:20kb | 下载:0
[android开发] Md5
说明:Md5.java是一个字符串加密算法类的代码文件,如果你在用JAVA开发一些应用,这个MD5算法类或许可以直接套用,代码中的关键部分带有注释,部分注释是英文的,不过认真看可以看懂。-Md5.java encryption algorithm is a string class code file, if you are developing some applications using JAVA, the MD5 algorithm may be directly applied to the<gpudn24> 在 2025-06-27 上传 | 大小:4kb | 下载:0
[JSP源码/Java] compute
说明:编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结合性为右结合-Write a program to calculate the infix expression, the infix expression has the following requirements: 1) only two yuan operator ex<susan> 在 2025-06-27 上传 | 大小:1kb | 下载:0
[android开发] DateUtil
说明:分享一个时间和日期操作的工具类,获取当前日期的字符串,DateUtil类包含了标准的时间和日期格式,以及这些格式在字符串及日期之间转换的方法,获取当前日期的邮戳,日期格式转换成时间戳,得到格式化后的系统当前日期,*@param strScheme 格式模式字符串,*@return 格式化后的系统当前时间,如果有异常产生,返回空串""; 转化日期格式"MM/dd/YY、MM.dd.YY、MM-dd-YY、MM/dd/YY",并输出为正常的格式yyyy-MM-dd *@param<gpudn24> 在 2025-06-27 上传 | 大小:3kb | 下载:0
[JSP源码/Java] pemutation
说明:已知如下一个递归程序,该程序的目的是输出给定字符的所有排列,请分析该程序的递归过程,然后将其用人工栈进行模拟,也就是将该递归程序转换成非递归程序:-Known as a recursive procedure, the objective of the program is all arranged output given character, please analyze the recursive process of the program, and then the artificia<susan> 在 2025-06-27 上传 | 大小:1kb | 下载:0
[JSP源码/Java] sort
说明:利用队列实现对某一个数据序列的排序(采用基数排序)-Implementation of a data sequence sorting using the queue (by radix sort)<susan> 在 2025-06-27 上传 | 大小:1kb | 下载:0