-
cheatEngine6.3
thecheat-1654f21 是一款开源的内存修改工具 ,它允许你修改游戏或软件内存数据,以达到各种非常规目的(thecheat-1654f21 memory modification is an open source tool that allows you to modify the game or software memory data, in order to achieve the purpose of the various unconventional)
- 2014-06-03 16:37:10下载
- 积分:1
-
aSimpleWordAnalyzer
一个简单的词法分析器,对初写者很有借鉴意义!(aSimpleWordAnalyzer)
- 2010-10-28 17:50:35下载
- 积分:1
-
俄罗斯方块源码
俄罗斯方块单机游戏 能让你学习更多的知识 掌握编程技巧
- 2022-08-07 17:29:32下载
- 积分:1
-
web_call
又一个利用网上寻呼提供商的web页面来发送网上寻呼的程序,可以支持很多提供商。(Another program which uses web pages of internet call provider to send internet calling , and supports many providers)
- 2002-01-01 21:21:41下载
- 积分:1
-
MQ套利策略
这是一个MagicQuant 期货套利策略,可以做跨期货套利,也可以做跨市场套利,还可以做跨品种套利,总的来说这是一个套利的思路,当然应用不同的品种和不同的套利,相应的参数和套利条件还对相应的调整。
- 2022-08-22 16:00:51下载
- 积分:1
-
ASP.NET
C#课程源码,配套孙士保(电子工业出版社2012),很详细,很实用(C# program source code, supporting SUN Shi-bao (Electronic Industry Publishing House 2012), very detailed, very practical)
- 2013-12-16 10:04:51下载
- 积分:1
-
城区地价动态监测与基准地价更新系统
以江苏丰县为例,展示了城区基准地价更新监测系统。
需要自行添加使用区域地价数据库(ArcGIS制作)。(Taking Jiangsu Fengxian County as an example, shows the monitoring system of the urban standard land price update.
Need to add the use of regional land database (ArcGIS).)
- 2017-11-02 11:13:00下载
- 积分:1
-
Winform
winform窗体控件程序练习,仅供初学者参考学习使用(winform form controls exercise program, only for reference for beginners learning to use)
- 2016-05-13 15:46:36下载
- 积分:1
-
197software
接收来自下位机的数据,然后进行数据处理和通讯(From under the machine to receive data bit, and then data processing and communications)
- 2007-10-29 22:15:10下载
- 积分:1
-
C# GroupBy将字符串数组按元素长度分组
C#演示 GroupBy字符串操作范例,C# GroupBy将字符串数组按元素长度分组:
string[] Words = new string[] { "what", "is", "your", "name", "?", "my", "name", "is", "lyf", "." };
var Groups = from word in Words
group word by word.Length into lengthGroups//按单词长度将单词分组
orderby lengthGroups.Key descending//按单词长度降序排列
select new
{
Length = lengthGroups.Key,//取单词长度
WordCollect = lengthGroups//取该长度的单词分组集合
};最后使用foreach循环遍历每组单词,将罗列出包括指定字符的单词是哪几个。
- 2023-08-16 01:45:03下载
- 积分:1