-
用c++实现 词法分析器
用c++实现 词法分析器-used to achieve lexical analyzer
- 2022-08-09 08:34:12下载
- 积分:1
-
Power PC 55xx flexray 通信
Power PC 55xx flexray 通信-Power PC 55xx flexray communication
- 2022-07-06 12:57:27下载
- 积分:1
-
一个模拟生活的游戏源码
一个模拟生活的游戏源码-a life simulation game FOSS
- 2023-01-25 01:00:03下载
- 积分:1
-
一个两个电脑之间通信的发消息的程序,类似于简单
一个两个电脑之间通信的发消息的程序,类似于简单-A communication between two computers send an announcement of the program, similar to the simple qq
- 2022-02-07 00:48:09下载
- 积分:1
-
一个小游戏关于五子棋的~~ 第一次上传请大家支持 HOHO~
一个小游戏关于五子棋的~~ 第一次上传请大家支持 HOHO~-a little game of the ~ 331 ~ first upload Please support smartphones ~
- 2022-04-11 20:13:39下载
- 积分:1
-
根据所接收的值,程序可以在1到100之间接收一个整数…
程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下:
Fib(1)=1
Fib(2)=1
Fib(n)=fib(n-2)+fib(n-1)
-Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen output of its value. Fibonacci sequence is defined as follows: Fib (1) = 1 Fib (2) = 1 Fib (n) = fib (n-2)+ fib (n-1)
- 2023-05-17 04:15:03下载
- 积分:1
-
这样的情况是很简单的,只是叫inet_addr,getrttandhopcount
此例非常简单,仅仅调用了inet_addr、GetRTTAndHopCount-such cases is very simple, just call the inet_addr, GetRTTAndHopCount
- 2022-02-05 05:55:51下载
- 积分:1
-
主要功能:
本程序用来查看PE格式文件的剩余空间,并且可以添加新的节区。
语言:
MASM32...
主要功能:
本程序用来查看PE格式文件的剩余空间,并且可以添加新的节区。
语言:
MASM32
-main functions : View the procedures used for PE format of the remaining space, and can add a new section of the district. Language : between
- 2022-07-28 01:14:02下载
- 积分:1
-
本程序采用经典粒子图形算法仿真喷泉。P.
本程序采用了图形学中经典的粒子算法,实现了喷泉的模拟。程序中可以自己改动粒子的运动轨迹方程,来模拟其它的景象,例如下雪。-This procedure uses classical particle graphics algorithm simulation fountain. Process can change the trajectories of particles equation, to simulate the other scenes, such as snow.
- 2022-06-02 07:33:48下载
- 积分:1
-
HOOK API代码例子
HOOK API的代码,通过学习此代码,可以掌握如何HOOK API函数。本代码包中包含了隐藏进程,文件监视等代码。希望能给学习HOOK API函数的朋友带来帮助。
- 2022-10-26 19:05:03下载
- 积分:1