资源列表
cell_03
- 细胞自动机的实现包含了2维3元细胞自动机的竞争群落的概念的C语言实现,运行环境是Unbuntu.-Cellular Automata implementation contains a two-dimensional cellular automata 3 yuan concept rival communities in C language, runtime environment is Unbuntu.
dw
- dw图形接,可以方便编程人员使用!你也许还没有此文件,请放心使用。-dw graphical interface
rgbshow_v2.01
- led显示屏控制卡软件 支持单色 双色 三色 自动查找串口 支持对IP发送数据-led display control card software supports two-color three-color monochrome automatically find the serial port to send data to support IP
swzwxgq
- 死亡之屋3代修改器VC.NET源代码开源了 绝对首发-House of the Dead 3-generation open source code modifier VC.NET the absolute starting
LPfcqdjbv2.6
- LP仿传奇单机版V2.6版本修改器VC.NET源代码开源-LP imitation of the legendary stand-alone version V2.6 version of the source code open source modifier VC.NET
bluetoothAppCosmExampleTemperature
- Bluetooth Android Bluetooth Android -Bluetooth Android Bluetooth Android Bluetooth Android
ProxyHunter-v3.1
- 代理ip, 代理ip, -Proxy ip
mdiandsdi
- VC++面向对象与程序设计,多文档课本例题,VS2010和VC6.0两个版本都有,安徽师范大学VC++选修课作业源码,解决了书中的几个没有涉及的问题。-VC++ with object-oriented programming, multi-document textbook examples, VS2010 and VC6.0 two versions have, Anhui Normal VC++ elective operation source, the book addresses s
CPPCODE
- 《现代C++》书中每个有编号的程序案例都可以在此找到源代码。所有程序案例以Visual C++项目的形式组织起来,按章节存放在相应的文件夹中。每章对应的文件夹中包含多个案例的Visual C++ 6.0程序/项目文件夹。源代码*.cpp和*.h文件(以及相关的数据文件)都保存在这些程序/项目文件夹-" Modern C++" book each case with a number of programs you can find the source code here. C
pt_4
- 输入一个长字符串和一个短字符串,统计在长字符串中短字符串出现的次数,返回长字符串中首次出现短字符串的位置。如addabdabd和bd,出现次数为2,位置值为5-Enter a long string and a short string, long string of statistics in the number of occurrences in the short string and returns the first occurrence of a short length of s
design
- 商场销售管理系统课设 用vs2010编写 有些新增函数在vc6.0中不存在-Mall sales management system with class-based vs2010 write some new functions that do not exist in vc6.0
zifu
- 编写程序,当给出一个英文字符串,能够统计其中大写字母、小写字母、数字、空格及其他字符的个数,并且分别输出统计数据,如果碰到了”\n”则终止统计。 提示: 1)声明并出初始化一个字符串变量:如String s=”hello\nMike” 2)s.charAt(0)表示取该字符串的第1个字符h s.charAt(1) 取第2个字符e,其他依次类推; 3)s.length()返回该字符串的字符个数,如”hello”的字符个数是5。 -Programming, when give