搜索资源列表
源代码-高源
- 包括10个源码:1 令系统托盘(提示区/Sys tray)中的图标显示气泡提示框(Tool Tip)的代码 2 软盘格式化程序 3 一个虚拟驱动盘映射器 4 这个软件可以得到大多数的“高级”系统信息,比如系统缓存的密码、PROXY设置、网卡MAC等 5 用过Flashget和网络蚂蚁的朋友应该知道在IE中右击右击菜单有使用(xxxxx)下载.本代码就实现此功能。可以获取在网页中选择的文本,链接 地址,图片. 6 引起轰动的源码,能在视窗
SmallestCircleCom
- 生成指定点数的随机点,并用两种不同的算法求出这些点的最小包围圆(Smallest Enclosing Circle),并比较结果-Generate the specified number of random points, and using two different algorithms to derive these points surrounded by the smallest circle (Smallest Enclo
TinyECC0.3
- elliptic curve加密源代码,在最小系统上实现的-elliptic curve encryption source code, in the smallest systems realize the
matlabmatrix
- 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6
51-smallest-systems
- 在proteus中搭建的51最小系统,适合初学者。可以与keil c 联机调试-51 smallest systems builds which in proteus, suits the beginner.May and the keilc debugging on-line
MinCirle
- 数据点的最小包围圆计算,对最小包围的数据精度分析有用-The smallest enclosing circle data points calculated
Programming-produced-the-smallest-form-factor
- 编程制作最小因数表Programming produced the smallest form factor-Programming produced the smallest form factor
biggest-and-smallest-from-given-three-numbers
- code for biggest and smallest from given three numbers in multi core programming
Smallest-enclosing-circles-and-more
- 最小覆盖圆 Smallest enclosing circles and more-Smallest enclosing circles and more
The-smallest--menu-system
- 一个菜单系统最小内存占用的设计,在avr上实现-The smallest memory footprint of a menu system design to achieve the avr
51-smallest-single-chip-system
- 51单片机最小系统 原理图 很详细很有帮助-51 smallest single-chip system is more useful schematic
the-smallest--system-of-arm7
- 本程序是基于ARM7的带有ucosii操作系统的最小系统,可以再proteus环境下仿真。可以直接运行,有显示器,串口及键盘等功能。-The program is based on ARM7 ucosii operating system with the smallest system, can again proteus environment simulation. Can run directly, display, seria
Smallest
- 就是一個比較輸入的數字誰是最小的程式, 使用者可以 決定要打多少個數字去比較-Is a number entered is the smallest program, the user can decide to fight the number of digits to compare
smallest-cycle-
- 最小正周期算法,很简单,想看的人可以-Smallest positive cycle algorithm, is very simple, and want to see who can be under the circumstances
Generate-the-smallest-exe
- 生成最小的exe Win32下MinGW编译, 生成的exe在64 bit windows下似乎不能正常运行-MinGW compiler generate the smallest exe Win32 the generated exe in 64 bit windows does not seem normal operation
Smallest-single-chip-system-design
- 单片机最小系统的设计,可以实现单片机的大部分功能,而且成本低,给学习单片机的人提供方便!-Smallest single-chip system design, the microcontroller can be achieved most of the functionality and low cost, to provide convenient learning microcontroller!
CPP-Smallest-number-10
- 输入任意十10个阿拉伯数字并让他们从小到大排序-Enter any ten 10 digits and smallest to them
The-smallest-singlechip-system
- 在自己焊的单片机最小系统中使用1602显示ds18b20采集到的温度。-The use of 1602 DS18B20 display the collected temperature in the smallest singlechip system in their welding.
A-map-to-the-smallest-tree
- 关于有向图最小树形图的C代码,供大家参考。-C codes of digraph about smallest tree digraph for your reference.
K-th-smallest-element
- 第k小元素,使用分治法,程序简单易懂,可以直接使用-K-th smallest element