搜索资源列表
鼠标取词vc代码
- 现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来看就不那么轻松了。因为没有一个方便的函数 类似”GetWordUnderMouse()”可以得到鼠标下面的单词,那么这些软件是怎么 做的呢?经常在BBS和mailing list里看到和我同样困惑的问着相同问题的网友们。-Now in the matket the immedia
RegTableRepair
- 注册表的修复。现在恶意网站太多,一旦浏览,你的ie将被修改得五花八门,这个程序可以将ie和注册表的某些设置修改到初始状态。 解除对\"Internet选项\"的限制 解除下载禁令 解除注册表禁止 修改起始页 修改默认页 修改本地页 修改搜索页 修改默认搜索地址 IE的默认首页灰色按扭不可选 开启IE中鼠标右键、查看\"源文件\"菜单 -registry repair. Now many mal
ATmega128L
- ATmega128L单片机 数据手册 ATmega128L微控制器,它是采用低功耗COMS工艺生产的基于RISC结构的8位微控制器,是目前AVR系列中功能最强大的单片机。AVR核将32个工作寄存器和丰富的指令集联结在一起,所有的工作寄存器都与ALU直接相连,实现了在一个时钟周期内执行单条指令的同时访问两个独立寄存器的操作,具有良好的性价比。-ATmega128L SCM manual data ATmega128L micro
musicTree
- musicTree is a java application that allows you to view and play your MP3 files from a tree which sorts albums by artist. It allows you to easily navigate your music collection and play albums at random, to play all the
BigCalcXP2.0
- 从事数学计算或是软件开发的人,都会遇到这样一个问题。如果两个极大整数做各种运算,经常会因为数据太大导致溢出,而无法得到正确结果。大整数计算器正好为您解决此方面的烦恼。它理论上是支持无限位数的10进制和16进制整数的各种运算,当然这主要还是取决于使用者的机器运算速度。程序本身没有豪华界面,因为作为一个数学计算类的软件,那只会过多地占用系统资源,就运算速度来说有害无益。希望它能给您帮助!-mathematical calculation o
FTPSOCKET
- 目录ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现-Contents ftp client is a relatively simple ftp procedures, but the procedures for its interface, to enable readers to view all sorts of complex ftp pro
sbc_vivi
- 这个是广州友善之臂提供的bootloader(vivi),目标板SBC2410,支持USB下载,我试过几个网上的版本,编译出来都不支持USB,估计这个是要收费的,没办法只好用这个啦~(看到他们的公司的LOGO有点不爽)有时间可以研究一下UBOOT!-the friendliness of the Guangzhou arm of Bootloader (14:57). Target board SBC2410 support USB d
strassen
- 传统方法与Strassen算法相结合的矩阵相乘算法,可以求出任意两个偶数阶矩阵的乘积!本代码简单,精简,非常好!非常巧妙!没用到什么复杂的东西!经测试完全正确!-Strassen with traditional methods based on the combination of matrix multiplication algorithm, can be obtained even arbitrary two-matrix pr
C-AbstractFactory
- 俺学习C#时,自己搞的抽象工厂摸式,里面有各种相关内容前面……绝对针对初学者-I learn C#, to develop its own abstract factory mode, which has all sorts of content in front ... against absolute beginners
digiSingal
- 使用BCB为网络文件传输加入数字签名 如果你在网络上传递一份数据,但却存在着种种不安全的因素,使你对数据能否原封不动地到达目的地而心存疑惑,这时,你就可以给数据加上数字签名,从而使对方可以通过验证签名来检查你所传过去的数据是否已被他人修改。 -use of network file transfer to digital signatures if you network in a data transfer, but ther
jfreechar
- 很好的制作统计图表的代码,可以制作各种各样的统计图表-good produce statistical charts code, can make all sorts of statistical charts
WebUpLoad
- 我们在上传大文件时都遇到过这样或那样的问题,设置很大的maxRequestLength值并不能完全解决问题,除了允许你上传大文件外,还能实时显示上传进度并捕获上传中的错误信息-we upload large documents, we encountered all sorts of problems, maxRequestLength set great value and can not solve the problem enti
sorts
- Sorts Example
sorts
- Sorts Example
sorts
- C与汇编混合编程实现排序,可以用ADS进行开发,基于ARM的汇编实现-C and compiled Matlab sort can be used to carry out the development of ADS, based on the ARM compilation to achieve
Main
- 4. Write a program that sorts three integers. The integers are entered from the console and stored in variables num1, num2 and num3, respectively. The program sorts the numbers so that num1 <= num2 <= num3.
sorts
- 合并排序 插入排序 希尔排序 快速排序 冒泡排序 桶排序 的比较。随机产生空间大小为: N = 10, 1000,10000,100000 的排序样本,取值为[0,1]区间。除了插入排序和冒泡排序,其他四个还随机产生空间大小为:1000000、10000000的排序样本。 -sorts
sorts
- 插入、合并、快速、冒泡、桶排序性能分析 标准C++代码,运用面向对象的设计理念,整体结构紧凑富有逻辑性 具体算法参照《算法导论》第四版 vs2010下可以正常运行 其他环境下,请自行建立工程,并拷贝sorts目录下sorts.cpp CalTime.h CalTime.cpp的内容 -Insert, merge, quick, bubble, bucket sort performance analysis
algorithm---for-sorts
- 包含当下各种流行的排序算法 对于找工作的朋友 非常有帮助-a lot of algorithms for sorts,and they are useful for people who apply for a job about computer
10-Number-of-sorts
- 题目:对10个数进行排序 程序分析:可以利用选择法,即从后9个比较过程中,选择一个最小的与第一个元素交换,下次类推,即用第二个元素与后8个进行比较,并进行交换。-Topic: 10 Number of sorts for the program analysis: selection method can be used, that is, from the nine comparison process, select a