搜索资源列表
FlashTool20
- 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
compareeffic
- 程序从标准输入读入数据输出至指定输出文件,并根据输入的要求同步写或异步写。 此程序的主体在于read和write函数的配合使用以实现将从输入文件读入的数据复制到输出文件。-procedures from the standard input output read data to the designated output file, and in accordance with the requirements of the importation of synchronous or as
OfficePasswordRemover
- Office Password Remover 是可以瞬间破解MS Word和Excel文档文件密码工具,本人测试均不超过5秒。工作原理尚不清楚,不过使用本软件需要连接到互联网,因为要给软件服务器发送很少的数据并解密。不过大家可以放心,本软件不会泄露任何个人隐私。 本软件由看雪论坛鸡蛋壳脱壳破解,再由看雪论坛萝卜进一步破解文件大小限制,在此表示感谢。 软件已经完全汉化,除少部分非必要英文,如果用户发现翻译错误欢迎指正。-Office Password Remover can be instant
phonon
- This program calculate the conductivity of cylindrical metal nanowire using the phonon approximation in a core-shell structure, in this code, the diameter, and the metal can be changed to simulated other metals. the calculated dispersion relation of
postgresql_to_excel(python)
- 该文件实现了使用python脚本,从postgreslq数据库中读取数据,并存储数据到excel中。-This file implements the use of python scr ipt to read data from postgreslq database and stored in the data to excel.
create_rrd_data
- 开发语言:python 系统环境为linux 此脚本可为cacti或其他利用rrd绘图的工具生成新的数据,例如由于一些意外原因导致rrd数据部分丢失,可以用此脚本恢复,但生成的数据并不是真实数据,而是根据丢失前后的数据分析生成。里面包含备份、还原要修改的文件及将新生成的rrd文件绘制图片等功能-Development Language: python system environment for linux This scr ipt can be generated as cacti o
Project1
- 我见过许多代码,在从ACCESS数据库读取图像数据后,往往需要借助一个临时文件进行转换才能显示,其实借助API,完全可以直接显示,而不需要临时文件,此外,大家还可以使用OleCreatePictureIndirect函数转图像数据转换成标准的IPicture接口,以实现VB图像显示的自动性和持续性,具体代码如下:-I ve seen a lot of code, after reading the image data from the ACCESS database, often need
Project1
- 在编写B/S程序时,有时往往需要获取或设置控件中光标的位置,以便于对控件进行进一步的子类化,可是HTML中的标准控件没有HWND,也无明显相关的属性,实现起来有点复杂,俺曾经为这个问题苦恼了好长时间,在网上搜索也得不到答案,后来经过几天的实验,才发现其实只需要基于DOM就可以实现,为了让朋友们少走弯路,故把代码贴出来,并附上一个基于此代码对INPUT 控件进行子类化的实例(实现HTML文本的货币输入和显示)。-In the preparation of B/S program, sometim