-
链接分析代码,含hits、pagerank等算法
链接分析代码,含hits、pagerank等算法-Link analysis code, containing hits, pagerank algorithm, etc.
- 2023-03-17 23:30:04下载
- 积分:1
-
自绘星期表格源码 c++ 很有用的一个控件 希望大家喜欢
自绘星期表格源码 c++ 很有用的一个控件 希望大家喜欢-Form weeks since the draw-source c++ is used in a control I hope you like
- 2022-10-07 10:10:04下载
- 积分:1
-
一套基于VC++开发的指纹识别程序,有源码,很有参考价值
一套基于VC++开发的指纹识别程序,有源码,很有参考价值-grgrthrtgergwerhtrhrthsergerhrh
- 2022-03-20 23:21:50下载
- 积分:1
-
C# 自动查询百度排名
C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim(); int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt); HtmlElement he = webBrowser1.Document.GetElementById("page"); if (index > 0) { if (he != null) { HtmlElementCollection strong = he.GetElementsByTagName("strong"); label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页"; timer1.Stop(); &
- 2022-07-23 07:10:25下载
- 积分:1
-
speed string processing functions of C language source code to achieve high
具有高速字符串处理功能的C语言源程序实现高速字符串处理-High-speed string processing functions of C language source code to achieve high-speed string processing
- 2022-03-02 17:10:39下载
- 积分:1
-
Pascal done wonderful directory interface, pascal not believe it can do this als...
Pascal做的精彩目录界面,不敢相信吧pascal也能做这个,运行环境TP-Pascal done wonderful directory interface, pascal not believe it can do this also, the environment TP
- 2022-02-15 12:53:50下载
- 积分:1
-
List control 扩展
List control 扩展-List control expansion
- 2022-12-23 21:00:02下载
- 积分:1
-
北大ACM试题poj 第3056,3060题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3056,3060题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Question poj first question 3056,3060 source code, good code, and want to help students engage in ACM
- 2022-05-25 04:35:35下载
- 积分:1
-
编译原理编译器
用mfc写的关于tiny语法的编译器,支持词法分析,语法分析,还能够根据生成的语法树生成相应的中间代码,再根据中间代码生成对应的c语言代码和汇编代码,推荐使用vs2013打开
- 2023-04-07 15:45:12下载
- 积分:1
-
Aogosoft.com stand a netizen wrote procedures, devoted to converting resources (...
Aogosoft.com站上一网友写的程序,专门用来转换资源(rc文件)中的常量定义到汇编的INC文件格式
使用Win32Asm编程的过程中,经常要用到常数定义,如果是有资源的程序更是如此,
自己当初编程时是先将要转换的C语言常数ID复制到程序的常数区.const中,然后再用查找替换功能去掉#define语句,再一个个地在常数和数值之间加equ。多的时候麻烦死了。
于是便想开发一个专门用于将这些C语言格式的常数定义转换为汇编格式的程序,刚好五一有时间就做了个。现在希望大家帮忙测试一下。程序本身使用Win32Asm开发,整个程序为7kb。-Aogosoft.com stand a netizen wrote procedures, devoted to converting resources (rc) the constant definition of the compilation INC file format used Win32Asm programming process, the regular use of the constant definition, if there are any resources where the procedure, when their original programming is to first conversion C language copy of the constant ID procedures constant zone. const, then spend the replacement search function removed# define statement and then to 000 in a constant and numerical increase between equ. When the number of trouble dead. Thus decided to develop one of these specialized for C language format conversion constant definition format for the compilation process, just on May 1 have
- 2023-04-14 12:40:04下载
- 积分:1