搜索资源列表
hoj
- hoj 部分题目解题报告 c,cpp或java语言描述-hoj solving part of the subject report c, cpp or java language to describe
CPP-to-Java-Converter_Source
- Converter C++ to Java. Very useful for combination modules which are writed on different language.
algorithm-design-with-C-CPP-Java
- 这是算法设计、分析与实现从入门到精通:C、C++和Java的随书源代码,按照算法之间逻辑关系,对每一个经典算法,都给出了完整的C/C++/Java三种主流编程语言的实现程序。-This is the algorithm design, analysis and implementation from the entry to the master: C, C++ and Java with the book source code, in accordance with the algorith
CPP-GUI-Programming-with-Qt-4
- 完全更新,新的显著覆盖数据库,XML,和Qtopia嵌入式编程 涵盖包括Windows Vista支持所有Qt4.2/4.3的变化,原生支持CSS部件造型,SVG文件生成 包含独立的二维和三维的章节,覆盖的Qt4.3的新的图形视图类,并介绍的QPainter的OpenGL后端 包括外观和感觉的定制和应用程序脚本的新的篇章 说明Qt 4的模型/视图结构,插件的支持,布局管理,事件处理,容器类,以及更 在没有其他覆盖的先进技术,本书从创建插件与本地A
cPP-pointer-guide
- 这是一篇我所见过的关于指针的最好的入门级文章,它可使初学者在很短的时间内掌握复杂的指针操作。虽然,现在的Java、C#等语言已经取消了指针,但作为一个C++程序员,指针的直接操作内存,在数据操作方面有着速度快,节约内存等优点,仍是很多C++程序员的最爱。指针就像是一把良剑,就看你怎么去应用它!-This is a pointer I have ever seen on the best entry-level article, it will enable the beginner in a v
effective-use-the-pointer-of-cPP
- 这是一篇我所见过的关于指针的最好的入门级文章,它可使初学者在很短的时间内掌握复杂的指针操作。虽然,现在的Java、C#等语言已经取消了指针,但作为一个C++程序员,指针的直接操作内存,在数据操作方面有着速度快,节约内存等优点,仍是很多C++程序员的最爱。指针就像是一把良剑,就看你怎么去应用它!-This is a pointer I have ever seen on the best entry-level article, it will enable the beginner in a v
gen-cpp
- 本例是一个简单的thrift测试程序,包括客户端和服务端。thrift允许你定义一个简单的定义文件中的数据类型和服务接口。以作为输入文件,编译器生成代码用来方便地生成RPC客户端和服务器通信的无缝跨编程语言。-Apache Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engin
cPP
- 通过创建构造函数实现对类成员的修改,静态成员的访问,通过析构函数删除对象,java语言程序设计第三版15-1-By creating the constructor of the class members to modify the static member access, delete the object destructor java language program design third edition 15-1
code_algorithms.design.C-CPP.Java
- 算法设计、分析与实现从入门到精通:C、C++和Java . 徐子珊.配套书籍源码 -Algorithm design, analysis and implementation of entry to the master: C, C++ and Java. Kate. Supporting source books
MyControlComputer(java)
- 通过Android手机去关闭电脑,适用windows系统。之前发了一个电脑端用java写的,在网上自学后用C语言写了这个电脑服务器端。注意,这个app对应这个客户端,之前发的不能通用。 在学习的过程中发现,关于C语言与java通过socket通信这方面比较少入门级的简单易懂的例子,在C的cpp里面写了一下一些学到的东西,不足之处望指导。java实现socket比较简单,就不写了。 -Android phone to turn off the computer, for windows sys
qpid-cpp-0.6.tar
- Qpid/C++ 是AMQP协议的一个 C++ 的实现。Apache Qpid (Open Source AMQP Messaging) 是一个跨平台的企业通讯解决方案,实现了高级消息队列协议。提供了 Java、C++ 两种服务端版本以及 Java、C++、.NET、Python和Ruby语言的客户端。 其中C++版本的服务器端具备高性能/低消耗以及RDMA支持,可运行于Windows/Linux和Solaris平台;而Java版本的服务器则支持JMS,以及各种平台。 -Qpid/
CPP
- This application is developed to implement Steganography through all media. After embedding the secret file/message in the cover file, there cannot be any proportionate distortion noticed in the cover file. The steganographic file will seem exactly a
Gurux.DLMS.cpp-master
- DLMS communication packages There are demo projects for C++, C# and Java. The C++ and C# projects have been developed using MS Visual Studio. The Java project has been developed using Eclipse. Before using a demo project to connect to a rea
Face_Demo_SDK
- SunLightFace.dll是按WINDOWS API的标准调用来生成的动态库,并提供了VC,C#,JAVA,VB四类范例代码,精简扼要,如果因VS版本问题无法打开,可以用其它文件编辑器打开.CPP,.H,.CS,.frm,.bas等文件来进行分析。 用户实际做应用项目时,可以直接粘贴范例代码到自己的工程中运行,只是注意调节好适当的参数值即可。 注:要把识别能力调好,照搬范例代码是不够的,需要仔细阅读本文档,做一些参数的设置和调节。(SunLightFace.dll WINDOWS AP
软著代码整理工具
- 《软件著作权代码整理工具》 软件著作权需要程序的60页代码,大概4千行。 本软件实现了: 1、输入程序路径,自动遍历相关代码文件并合并。 2、可自定义过滤代码文件后缀名 (如*.h,*.cpp,*.java,*.cs) 3、可自定义过滤关键字开头的行(如 include,import 等开头的行) 本程序由C#编写,项目环境为 VS2015,不想编译的可以直接运行 ./bin/release/ 下的文件,需要.net4环境(Software copyright code collat