-
实现对数字地址的提取,可以适合C++初学者参考
实现对数字地址的提取,可以适合C++初学者参考-Realize the extraction of digital addresses, can be suitable for C++ Beginners reference
- 2022-01-30 20:58:30下载
- 积分:1
-
经典的C语言编程
经典的C语言编程--如何计算C语言的关键字(作者是C语言开发者Kernighan和Ritchie)-classic C programming language-- how the C language keyword (The writer is a C-language development were Kernighan and Ritchie)
- 2023-01-01 16:30:03下载
- 积分:1
-
输出调试信息两种方式,支持dbgview和console窗口
输出调试信息两种方式,支持dbgview和console窗口-Output debugging information in two ways to support and console window dbgview
- 2022-10-25 21:55:03下载
- 积分:1
-
孙鑫教程源码
孙鑫视频 教程第5课源码
孙鑫教程源码
孙鑫视频 教程第5课源码-failed to translate
- 2023-05-11 10:55:03下载
- 积分:1
-
cc2640串口的设置
该代码主要是为初学者开发cc2640有很大的帮助,希望初学者好好看看
- 2022-01-25 22:11:42下载
- 积分:1
-
GradientFillExample source code for Visual Studio 2005 by VB
GradientFillVisual Studio 2005 VB示例源代码
- 2022-03-25 01:50:41下载
- 积分:1
-
查询输入字符串中字符个数
这个是纯C代码,对初学者比较好,可以看看。。。。。。。。。。。。。。
- 2023-02-28 17:20:04下载
- 积分:1
-
这是一个ELF文件的分析工具,还没有写全,可以作为一个ELF文件格式学习的入门工具。...
这是一个ELF文件的分析工具,还没有写全,可以作为一个ELF文件格式学习的入门工具。-ELF This is a document of analysis tools had not been all that can be used as an ELF file format study entry tools.
- 2022-11-29 13:35:03下载
- 积分:1
-
教材管理系统
本系统分两个模块(普通用户和管理员)管理员可以查看,添加,删除,修改教材,用户,和班级信息普通用户只可以查看,其他功能则权限不足。
- 2023-03-17 17:05:08下载
- 积分:1
-
生命游戏,规则:
1、一个细胞周围八个格存活2~3个细胞,则下一时代次此细胞依然存活
2、如果某个格周围八个格存活三个细胞,则下一时代该格能创生一个细胞...
生命游戏,规则:
1、一个细胞周围八个格存活2~3个细胞,则下一时代次此细胞依然存活
2、如果某个格周围八个格存活三个细胞,则下一时代该格能创生一个细胞
3、如果一个细胞周围8格存活细胞数为1个或1个一下,则下一世代该细胞因孤独而死
4.如果一个细胞周围8格存活细胞数为4个或4个以上,则下一世代该细胞因生存空间拥挤而死-Game of Life rules: 1, a cell survival of the surrounding eight grid cells 2 ~ 3 months, then the next times at 2 this cell is still viable, if a grid around the eight cell survival of three cells, then the next era of the grid to creation of a cell 3, around 8, if a cell survival of cells for cell 1 or a click, then the next generation of the cells die because of loneliness 4. If a cell survival of cells in the surrounding 8 cells for 4 or 4 or more, then the next generation of the cells died due to crowded living space
- 2022-02-03 18:18:30下载
- 积分:1