-
(C语言)大数的加法
在COJ上测试通过,大数据的加法,不止64位可以加哦~
- 2022-06-02 19:16:39下载
- 积分:1
-
" C++ university courses," Chapter 24, the contents of the source code...
《C++大学教程》 24章源代码例子 光盘内容-" C++ university courses," Chapter 24, the contents of the source code examples of CD-ROM
- 2022-02-12 16:28:14下载
- 积分:1
-
介绍c++语法,各种库资源,编译器及编译环境。
介绍c++语法,各种库资源,编译器及编译环境。-Introduction c++ Grammar, a variety of library resources, compilers and compiler environment.
- 2022-07-19 09:40:13下载
- 积分:1
-
这是一个healthcrocodile源代码
it is a source code of healthcrocodile
- 2022-03-15 00:49:42下载
- 积分:1
-
Encryption and decryption use PC1 algorithm
Encryption and decryption use PC1 algorithm
- 2022-03-16 04:31:14下载
- 积分:1
-
Synchronous FIFO for handling synchronous clock domains between the transmission
同步FIFO用于处理传输之间的同步时钟域
- 2022-02-01 02:25:03下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
一本详细讲解C++语言编程技术和技巧的书籍,内容充分展示出C++的强大性、多样性、优美性、敏捷性和艺术性!...
一本详细讲解C++语言编程技术和技巧的书籍,内容充分展示出C++的强大性、多样性、优美性、敏捷性和艺术性!-An elaborate C++ language programming technologies and techniques books, has fully demonstrated the power of C++, diversity, beauty, agility and artistry!
- 2023-07-18 13:00:05下载
- 积分:1
-
层三消息
包括:
当前网络、位置区和小区的识别消息
切换的测量消息和进程消息
控制信道结构的描述消息
小区可选项消息
邻小区小...
层三消息
包括:
当前网络、位置区和小区的识别消息
切换的测量消息和进程消息
控制信道结构的描述消息
小区可选项消息
邻小区小区-Message including the three layers: the current network, location area and the community to identify the message switch message and the process of measuring the structure of the description of Control Channel message message message optional neighborhood community community community
- 2022-05-17 04:56:29下载
- 积分:1
-
超声波避障智能小车arduino程序
采用超声波避障,设置了四个超声波传感器接口,可以全方位进行探测。对超声波的数据进行平均化处理,防止无谓干扰。
小车电机为直流减速电机,利用驱动模块进行驱动,可以实现正反转独立控制,完成小车的灵活机动。
- 2022-03-21 20:09:22下载
- 积分:1