搜索资源列表
vb_rwTxt&Rtf
- This program show you how to r/w some files in windows. example rtf or txt. just give every one a convenient way.-This program show you how to r / w some files i n windows. example rtf or txt. just give every on e a convenient way.
Loader
- This article describes the customization of existing applications through the use of custom Dynamic-Link Libraries (DLLs) and the process of, what I have titled, Remote Library Loading. It also presents a small utility I developed to make this proces
HashTableinDS
- 一:问题描述 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。 二:基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 三:实现提示 如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直
verticaltree
- While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those
coscilloscopectrl_src
- Recently, one of the projects that I m working on required showing some variable data, like signal strength, signal to noise ratio etc. As usual, I dived into Code Project, confident that I ll find a solution. I did find some, as expected, but unfort
coscilloscopectrl_demo
- Recently, one of the projects that I m working on required showing some variable data, like signal strength, signal to noise ratio etc. As usual, I dived into Code Project, confident that I ll find a solution. I did find some, as expected, but unfort
pailie
- 排列问题 M个1,N个0的排列(高效率版) 排列数为:c(m+n,n) 对n个0,m个1,我的想法是这样的: 每个排列可以分三段: 全0列,全1列, 子问题列 设各段长:r,s,t .子问题列就是 (n,m) = (n-r,m-s),其中0<=r<=n,s=1-problem with M-1, N 0 is the order (high-efficiency version) with a few : c (m n, n) of n 0, m one, I
pstesth
- PS2.c - FlashLite186 iç in PS/2 Klavye Fonksiyonlarý */ /* Lima Endustriyel Bilgisayar - www.lima.com.tr */ /* Haziran 2004 - Istanbul, Turkiye */ /* */ /* Konsol, INT2 ve PORTC nin 0 + 1. pinlerini kull
TabView
- 一个VC++的窗体TabView标签切换,使用TAb也是大家比较常见的窗体优化方法,希望这个实用简洁的窗体选项卡能为你的程序界面增光添彩,运行于VC++6.0版本。 -VC++ in the form of a TabView label switching, the use TAb is all the more common form optimization method, I hope this concise and practical form tab can add luste
Elevator_schdeuler
- 本程序旨在对电梯实际运行过程的模拟,并尽力贴近真实情况。 本程序的使用者须在命令行模式中输入指令,其中:按下1、2、3、4、5、6、7、8、9键表示电梯内有乘客按相应目标楼层按钮;按下Q、W、E、R、T、Y、U、I键表示1层到8层有上行呼叫请求;按下A、S、D、F、G、H、J、K键表示2层到9层有下行呼叫请求,按下0键表示不再在当前层等待立即开始运行。 输入指令后,在图形界面会有与之相对应的响应,告诉用户所输入的指令已被程序所接受。此后,在电梯运行过程中,在图形界面会有对电梯当前楼层、运
11
- empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-
EEE-212-lab-sheet
- empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-