联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 源码/资料(347) 

[源码/资料] 剑指offer_名企面试官精讲典型编程题

本书剖析了50个典型的程序员面试题,从基础知识、代码质量、解题思路、优化效率和综合能力五个方面系统整理了影响面试的5个要点。全书分为7章,主要包括面试的流程,讨论面试流程中每—环节需要注意的问题;面试需要的基础知识,从编程语言、数据结构及算法三方面总结了程序员面试的知识点:高质量的代码,讨论影响代码质量的的3个要素(规范性、完整性和鲁棒性),强调高质量的 (2023-01-29, Python, 21466KB, 下载0次)

http://www.pudn.com/Download/item/id/1674955620623513.html

[源码/资料] 程序编程

资源文件 高斯牛顿法(Eigen3版).cpp.zip 资源标题 程序编程 标签 c++ 按回车 Enter 创建标签 所属分类 源码/资料 开发平台 C/C++ 所需积分 1积分 积分定价 资源描述 test 4/1000资源描述最少20个字符,最多1000个字符 (2022-07-12, C/C++, 2KB, 下载0次)

http://www.pudn.com/Download/item/id/1657615920873680.html

[源码/资料] 基于QT图形化编程界面设计---五子棋

参阅现有游戏,设计有良好人机交互界面的程序;鼓励用可视化的人机交互设计, 如菜单、按钮,可基于 MFC、Qt 等开发工具。适用于Qt初学者,大一课设。 (2022-06-20, QT, 7KB, 下载0次)

http://www.pudn.com/Download/item/id/1655690760855831.html

[源码/资料] CCF中学生计算机程序设计入门篇

本书由CCF组织富有程序设计教学经验的中学老师编写。通过详实的例题,循序渐进地介绍中学生计算机程序设计的各种知识,内容包括模块化编程、字符串处理、数据类型的组合、指针、数据外部存储、数据结构及其应用、简单算法、数学在程序设计中的应用、STL(标准模块库)简要说明等,旨在普及计算机科学教育,培养中学生的计算思维能力。浅显的描述揭示深刻的内涵,信息学国际教练,教你如何编程! (2022-04-15, C/C++, 40396KB, 下载0次)

http://www.pudn.com/Download/item/id/1649991060162810.html

[源码/资料] VC++之MFC类库中文手册(含MFC控件使用手册)

MFC编程可以用到的API详解,包含各种函数参数和类的说明,帮助使用MFC的朋友们很方便的查找到所需要的API
MFC programming API can be used in detail (2020-07-30, C/C++, 2045KB, 下载4次)

http://www.pudn.com/Download/item/id/1596095545462731.html

[源码/资料] ThnkInCpp

C++编程思想第二版中,TestSuit测试框架源码, 外加上单元测试用例
English hd C++ programming idea first edition, with directory.Easy C++ entry learning, familiar with C++ language features, object-oriented programming (2020-06-18, C/C++, 1491KB, 下载1次)

http://www.pudn.com/Download/item/id/1592470555178452.html

[源码/资料] 001

用函数编程实现输出 m~n之间所有素数,并求和,m和n由键盘输入。
All prime numbers between M ~ n are output by function programming, and sum. M and N are input by keyboard (2020-05-26, C/C++, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1590490846430315.html

[源码/资料] C++_标准模板库(STL)

C++标准模板库(STL),适合想要深入学习C++编程的小伙伴。
C + + Standard Template Library (STL) is suitable for small partners who want to learn C + + programming in depth. (2020-05-01, C/C++, 362KB, 下载2次)

http://www.pudn.com/Download/item/id/1588325648907108.html

[源码/资料] code

采用python与C++编写的一套QQ堂辅助软件,覆盖内存读写,CALL技术,DLL注入等等高级编程技巧
A set of QQT auxiliary software written by Python and C + +, covering memory reading and writing, CALL technology, DLL injection and other advanced programming skills. (2020-02-28, C/C++, 1117KB, 下载3次)

http://www.pudn.com/Download/item/id/1582883050310615.html

[源码/资料] Inside C++ Object Model

面向对象编程时,一个C++的对象模型中究竟包含了哪些内容?本书中告诉你答案,让你开发更自信。
What exactly does a C + + object model contain in object-oriented programming? This book tells you the answer to make your development more confident. (2020-02-05, C/C++, 739KB, 下载0次)

http://www.pudn.com/Download/item/id/1580894877955502.html

[源码/资料] StudentInformationSystem

简易的学生信息管理系统,用C++编写,主要体现链表思想,适合编程新手学习。
Simple student information management system, written in C++, mainly embodies the idea of linked list, suitable for novice programming learning. (2019-06-19, C/C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1560959820634093.html

[源码/资料] C++入门经典

c++入门经典,适用刚接触c++的用户,帮助你正式走上编程之路
C++ Initial Classic, suitable for new contacts with C++ users, help you formally embark on the programming path (2019-03-18, C/C++, 17763KB, 下载1次)

http://www.pudn.com/Download/item/id/1552873085596716.html

[源码/资料] fraction

改代码阐述了如何用C++写出一个基本分数类。其中包括如何重载成员函数,运算符等重要知识点。
The code changes illustrate how to write a basic score class in C++. It includes how to overload member functions, operators and other important knowledge points. (2019-02-19, C/C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1550580066570973.html

[源码/资料] 1、程序

基于单片机和LCD的点菜系统程序,包括发射和接收部分,采用C语言进行编程,KEIL4进行编译处理。
The order system program based on MCU and LCD includes sending and receiving parts. It is programmed by C language and compiled by KEIL4. (2019-01-24, C/C++, 115KB, 下载0次)

http://www.pudn.com/Download/item/id/1548322336941088.html

[源码/资料] G代码读取

数控系统G 代码的编程代码,用VS简易编写的,适合初学者
NC system G code programming code, written in VS, suitable for beginners. (2018-07-31, C/C++, 541KB, 下载9次)

http://www.pudn.com/Download/item/id/1533013196153416.html

[源码/资料] UDP传输

UDP socket编程 VC6.0 可实现通信,传输字节流,包括客户端与服务器
UDP socket programming VC6.0 can realize communication and transmit byte stream, including client and server. (2018-05-27, C/C++, 3305KB, 下载4次)

http://www.pudn.com/Download/item/id/1527426415648687.html

[源码/资料] ++运算符的演示

本程序代码是练习“++”运算符好的一个简单程序,希望初学编程的朋友可以会用这一个操作。
This code is the practice of "+ +" operator of a simple program, beginner programming friends can use this one operation. (2018-03-15, C/C++, 6KB, 下载1次)

http://www.pudn.com/Download/item/id/1521086204224049.html

[源码/资料] 9今年的第几天?

给出任意年份的任意一天,如何计算该天是该年的第几天?利用C++编程解决上述问题
For any day of any year, how can the day be calculated for the next day of the year? Using C++ programming to solve the above problems (2018-03-03, Visual C++, 254KB, 下载1次)

http://www.pudn.com/Download/item/id/1520054006241002.html

[源码/资料] Visual C%2B%2B数字图像模式识别典型案例详解

里面包含多个编程实现案例,C++编写,内涵人脸识别等多种模式识别案例
It contains a number of programming cases, C++ writing, connotation of face recognition and other pattern recognition cases (2017-11-15, Visual C++, 31804KB, 下载5次)

http://www.pudn.com/Download/item/id/1510738390477787.html

[源码/资料] VC++编程100例

里面有很多实现不同简单功能到有一定难度的程序源码,对C++初学者有很大的帮助。
There are many different simple functions to achieve a certain degree of difficulty program source code, C++ beginners have great help. (2017-10-10, Visual C++, 2551KB, 下载1次)

http://www.pudn.com/Download/item/id/1507597614279682.html
总计:347