-
对话框浏览器
制作了一个可以通过对话框输入地址的浏览器,如同IE一样,点击浏览按钮就可以浏览网页(produced a dialog can be imported through the browser address, as Internet Explorer, click on the Browse button can visit the website)
- 2005-08-02 20:34:00下载
- 积分:1
-
Smoothing-Filter-based-Intensity-Modulation-a-spe
Smoothing Filter-based Intensity Modulation a spectral preserve
- 2012-06-01 09:06:32下载
- 积分:1
-
mt4-video
mt4 MQL语法说明书,适合写EA,MT4A外汇所用的EA或指标(MT4 MQL LANGUAGE)
- 2020-07-23 21:38:44下载
- 积分:1
-
linechart
画曲线图的c++例子,使用定时器去随机数的方式画图。(Draw the curve c example, use the timer to go the way of the random number drawing.)
- 2012-02-18 22:43:43下载
- 积分:1
-
ds_2_7
Sequence table to generate sequence
Sequence table to generate sequence(Sequence table to generate sequence Sequence table to generate sequence)
- 2014-11-12 20:33:13下载
- 积分:1
-
openh323-v1_19_0_1-htmldoc
this is sourcecode document of h.323
- 2007-02-10 02:59:57下载
- 积分:1
-
24LC512.c
24LC512的读写程序,已在工程中测试应用过(24LC512 read and write procedures, have been tested in engineering application)
- 2014-03-21 09:31:51下载
- 积分:1
-
CD4052-CD405
CD4051/CC4051是单8通道数字控制模拟电子开关,有三个二进控制输入端A、B、C和INH输入,具有低导通阻抗和很低的截止漏电流。(CD4051/CC4051 is single channel 8 digital controlled analog electronic switch, there are three binary control input A, B, C and INH input, has low conduction resistance and very low by leakage current.)
- 2014-07-24 10:08:52下载
- 积分:1
-
linux OS封装好的函数
Linux系统函数2次封装,包括文件操作,网络操作,比如int OSA_queCreate(OSA_QueHndl *hndl, Uint32 maxLen),比较规范,包括头文件和.c文件。int OSA_fileReadFile(char *fileName, Uint8 *addr, Uint32 readSize, Uint32 *actualReadSize)
{
int retVal = OSA_SOK;
Uint8 *curAddr;
Uint32 readDataSize, fileSize, chunkSize=1024*100;
Uint32 userReadSize;
FILE *hndlFile;
#ifdef OSA_DEBUG_FILE
OSA_printf(" [FILE ] Reading file [%s] ... ", fileName);
#endif
hndlFile = fopen(fileName, "rb");
if(hndlFile == NULL) {
retVal = OSA_EFAIL;
goto exit;
}
最近在项目中做了几次代码review,发现代码中经常出现变量函数命名不是很完美的情况。有些变量名字,稍为一看,可以很容易看出它要表达的意思,但一样可以取一个更贴切的名字;而有一些名字,就显得特别别扭了。
- 2023-08-31 15:15:03下载
- 积分:1
-
UML
uml 案例说明图,供初学者进行研究学习,进一步提高dfd图等的分析能力(uml case illustration, for beginners the research study, to further improve the ability of dfd diagram analysis)
- 2012-04-09 23:55:11下载
- 积分:1