资源列表
wordscroll
- 实现word模拟鼠标用固定的速率自动向下或者向上翻滚-word auto scroll up/down
add
- 大整数加法 当相加的位数较大时 便于算出详尽的答案-When a large sum of digits integer addition large easy to calculate detailed answers
example1
- 此代码硬件开源代码,代码实现分频的功能,值得参考-This code is open source hardware, code division features worth considering
python
- 利用sqlite3创建数据库文件,在数据库文件中增加表,并在表中增加数据和读取数据。-Use sqlite3 database file is created in the database file to add table and add data in the table and read the data.
main1
- 歌曲查询系统,通过歌名或者歌曲作者查询歌曲-an app used to serch song by name of song of singer.
Unity3DMouseDrag
- Unity3D鼠标拖拽绕任意轴旋转的实现-Unity3D Mouse Drag every
Antamedia-HotSpot
- Sample licensing code file for Antamedia HotSpot
A1Jedi.java
- This program counts the occurrence of specified patterns in the input strands and produces a report for each pattern. The first input to this program will be an integer indicating how many patterns will be provided (call this N). The next N words to
Poisson_FDM
- simulation poisson FDM matlab
24.cpp
- 深搜的经典游戏--计算24点,以优化可算解法和数量-Deep search of the classic game- 24 points, calculated to optimize the solution and the number can be counted
kalman_gps
- 基于车载导航gps的4维(北东方向的位置及速度)模型。搭建精确地kalman滤波模型!-Based on four-dimensional (position and velocity to the North East) model of car navigation gps. Kalman filter model to build accurate!
1_3
- 2014微软编程之美初赛第三题格格取数自己写的一个解法 其中matrix类用来保存全局信息,node类为各点信息,并实现加入点和删除点的函数 算法大致思路: 1、取出每行最小元素,并选择 2、看是否有列任未有元素,结合该列元素与前面同行元素的差值选择 3、使用删除函数看是否有点可以删除-2014 Microsoft programming preliminaries third title of the United States to take