-
嵌入式系统c语言编程入门(5),关于c语言编程的书籍
嵌入式系统c语言编程入门(5),关于c语言编程的书籍-C language programming of embedded systems portal (5), on c language programming books
- 2023-07-26 11:25:03下载
- 积分:1
-
自己写的一个文字游戏源码!vs2005上写的
自己写的一个文字游戏源码!vs2005上写的-Write their own source of a word game! written in VS2005
- 2022-08-05 22:59:30下载
- 积分:1
-
视窗可视软盘
Windows visual floppy disk-windows visual floppy disk
- 2023-06-22 09:40:04下载
- 积分:1
-
TTreeView Eclipes examples of the Java environment
TTreeview 的 Java实例
Eclipes环境下-TTreeView Eclipes examples of the Java environment
- 2022-07-17 05:59:19下载
- 积分:1
-
数据结构(中文版),清华大学出版社,第三章,第三章。
数据结构(C语言版)清华大学出版社 第三章课件-Data structure (C language version), Tsinghua University Press, Chapter III of the courseware
- 2022-07-24 02:43:07下载
- 积分:1
-
北大密码学课程的课件~密码学基础1
北大密码学课程的课件~密码学基础1-4
讲得通俗易懂。适合初学者自学使用。也可用来辅助读加解密程序或者编程。-Beijing University courses courseware cryptography Cryptography ~ 1-4 speak basic user-friendly. Suitable for beginners to use self-study. Can also be used to support encryption and decryption procedures, or read programming.
- 2022-06-03 14:17:51下载
- 积分:1
-
游戏逻辑是用python实现的,底层用D3D绘制。对于初学D3D与python的朋友有帮助,其中还有从C++扩展python的方法。...
游戏逻辑是用python实现的,底层用D3D绘制。对于初学D3D与python的朋友有帮助,其中还有从C++扩展python的方法。-Game logic is to use python to achieve, the underlying mapping using D3D. D3D and python for beginner friends have to help, including from the C++ Expansion python method.
- 2022-01-21 05:03:50下载
- 积分:1
-
关于电话记价的代码!
还有待完善!呵呵!
关于电话记价的代码!
还有待完善!呵呵!-prices marked on the telephone code! Have to be perfect! Ha ha!
- 2022-01-25 16:55:16下载
- 积分:1
-
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能...
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能-used textbook prepared registered user management system, users can achieve additions, deletions and change function
- 2022-01-22 16:59:57下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1