资源列表
清理vc工程垃圾文件
- 这个是vc开发中清除临时文件的一个批处理工具,很方便-vc development is the removal of a temporary batch tools, convenient
928
- 9月28日ynbnJ版.CT 9月28日ynbnJ版.CT
fk.rar
- 计算一个地震序列的F-K谱。也可以直接用了。比较有条理。,compute FK spectrum of a seismic gather
PageArrayList
- 提供给web页面工具分页、按照指定页数 首页、末页-Page tools available to web page, in accordance with the specified number of pages home page, at the end of page
wenzijiajiemi
- 文字可逆性加解密,加密字符和参数(偏移量)可自定义-Text reversible encryption and decryption, encryption, character and parameters (offset) can be customized
Currencysoftware
- 这是我们生活中常用的人民币大小写转换程序C代码-This is commonly used in our lives RMB case the conversion process C code
lru-page
- LRU page replacement technique-LRU page replacement technique........
hh
- 直接带入数据..可以求解理论总塔板数以及提馏和精馏段塔板数-directly into the data can be solved .. Theory total plate number and stripper and distillation of the plate numbers
CTestWindow
- 上面的代码开始于建立窗口和CStatic。然后建立一CFont类型对象。
google-code-jam
- 输出50个16位的01串,这些01串满足在2到10进制中,都是一个合数,输出这50个01串,并且输出分别在2到10进制中,这些数的约数。-Output 50 16 01 string, 01 string which meet 2-10 in hexadecimal, is a composite number, the output of these 50 01 string, and outputs respectively 2-10 decimal, about the number of
main
- this another simulation of playing piano note in AVR microcontroller by proteus. it use ATmega32 as microcontroller. -this is another simulation of playing piano note in AVR microcontroller by proteus. it use ATmega32 as microcontroller.
yuan
- 教练员A、B和C将要从编号为1到n的队员中挑选自己的队员。为公平起见,每个教练都根据自己的喜好程度将队员排序;你负责根据以下规则为他们分配队员。 你拿到的数据是a、b、c三个数组,表示三个教练对队员的喜好程度排序,每个数组都是数字1到n的一个排列,下标越小表示教练越喜欢该队员。你的分组规则是,从还未被分配的队员中找一个教练A最喜欢的队员分到A组;然后,在未分配的队员中分配教练B最喜欢的队员到B组;然后是教练C;再是教练A、B......依次类推直到所有队员分配完毕。