资源列表
functions
- 万能排序函数 支持升序和降序 这个函数收集自网上 设计的思路很巧妙!-Universal sort function Support ascending and descending this function collected from Internet design thinking very clever!
Star
- 此代码用于绘制星星图形,通过设置x轴y轴的坐标值,可以在二维平面上绘制出不同的星图-This code is used to draw the star graph, by setting the x-axis y-axis coordinate value, you can draw on a different two-dimensional star map
PalindromeTester
- 回文数,忽略标点和空格,测试回文数的好代码-Palindrome, ignoring punctuation and spaces, a good number of test code for palindrome
ch8ex7
- 利用文本编辑软件输入学生姓名,成绩,编程读取文件中的内容,计算每个同学的平均成绩,然后输出并保存成绩表。-Enter the text editing software to use student' s name, performance, programming, read the file contents, the average score calculated for each student, then the output and save the results tabl
panduan
- 判断表单不能为空,表单填写的字节数和是否能为空-Determine the form can not be empty, fill out the form and whether the number of bytes is empty
MediaFrameworkTestRunner
- Instrumentation Test Runner for all MediaPlayer tests.
CipherDesTest
- Cipher Des Test Source Code for Andriod.
SigMethod
- Sig Executable Member Source Code for Andriod.
StdMethod
- Standard implementation of, which directly stores all the associated data.
day01
- 传智播客 毕向东Java最经典基础讲解,适合入门第一天课程源码-Chuan Chi podcast Bi Xiangdong classic Java-based explanations, the first day of the course for entry source
UserInfoDeleteById
- 这是一个用户服务层的具体开发源码,有助于新手开发。-This is a user-specific open source services layer helps novice developers.
Solution29
- 剑指offer 面试题29:数组中出现次数超过一半的数字 时间复杂度要求为O(n)