搜索资源列表
toba
- java 到c的转换程序的原代码.对喜欢C程序而不懂JAVA程序的人很有帮助-The source code used for transferring Java code to C code. It s very helpful for people who know C programming well but don t know Java programming.
GSOAP_JavaServ
- 使用GSoap工具开发C/C++下的Web Services 客户端程序,这是我写的一段测试,Web Services 是使用JB9+Tomcat开发的,服务端使用devcpp5.0 注意啦:这段C代码可以在Unix环境下编译运行的,当然,要配置好你的服务器程序,运行。并且使用GSoap重新生成一下代码(根据你的WDSL生成)-use development tools GSoap C / C of the Web Services client, This is what I wrote fo
C++PRIMEbooksource
- C++ PRIME书中的原代码,看本书时可以学习的例子.-C source code in the book, looking at the book can learn from the example.
tcpComConnection
- 通过C++编写代码实现socket和com的通信-prepared by C code to achieve the socket and communications com
ThinkInJava3rd_code
- Thinking in C++ 3rd代码-Thinking in C code 3rd
code
- 库存管理子系统帮助企业的仓库管理人员对库存物品的入库,出库,移动,盘点,补充订货和生产补料等操作进行全面的控制和管理,以达到降低库存,减少资金占用,避免物料积压或短缺现象,保证生产经营活动顺利进行的目的。库存管理子系统是一个多层次的管理系统,可以通过灵活的设置实现不同层次的管理。采用Java+SQL Server开发的,为C/S架构系统,本文主要介绍本系统的设计和开发过程。
JAVAchatroom.rar
- java聊天室,基于c/s模式,有详细的设计文档和源码,java chat room, based on the c/s model, there are detailed design documents and source code
vote
- java实现的一个投票系统,完整源码,直接在MyEclipse运行-java to achieve a voting system, complete source code, run directly in MyEclipse
agile-principles-patterns-and-practices-in-c-robe
- With the award-winning book Agile Software Development: Principles, Patterns, and Practices, Robert C. Martin helped bring Agile principles to tens of thousands of Java and C++ programmers. Now .NET programmers have a definitive guide to agile met
jsp_example41-60
- 《JSP时尚编程百例》源代码41-60,适合初学者。-"fashion JSP Programming 100 cases" source code 41-60, suitable for beginners.
socket
- 这是一个java c/s模式的通信模型源码,可以帮组初学者学习java网络编程-This is a java c/s model of communication model source code, can help group for beginners to learn java network programming
source+code
- 基于JAVA的并行程序编辑器研究与设计 并行编程在高性能计算领域的应用越来越广泛。国家863计划项目“网格服务环境结点建设及其支撑技术研究”的子课题 “用户开发环境研究”,旨在开发出以客户端/服务器模式运行的,能在远程编辑、编译、运行、调试并行程序的集成开发环境。并行程序的源代码编辑应该在一个友好的编辑器下进行。当前的编辑器种类繁多,但专门针对并行程序且便于集成到远程集成开发环境中的编辑器很少。编辑器的好坏不仅影响着用户编写程序的效率,而且影响着用户对整个集成开发环境的认可程度。本文
1
- 一个信息管理系统C代码 不完全-An Information Management System C code does not fully
bookCard
- 一个完整Struts案例代码...bookCard-Struts cases a complete code ... bookCard
CNativeCode
- Java JNI。java中通过JNI接口与C或C++编写的本地代码库(*.DLL)互相调用。 本例中不但在Java中调用C++代码,而且在C++代码中访问Java变量并修改。-Java JNI. java through JNI interface with C or C++ prepared native code library (*. DLL) call each other. In this case not only in Java call C++ Code, but also
Java
- C語言的開發模式, 是編寫.c的Source Code, 再經由Compiler編譯成Object Code。所謂Object Code指的是和硬體相關的機器指令, 也就是說當我們想要把C程式移植到不同的硬體時, 必須要重新Compile,以產生新的執行檔。除了需要重新編譯外,新系統是否具備應用程式所需的程式庫,include的檔案是否相容, 也是程式能否在新機器上順利編譯和執行的條件之一。-C language development model, are prepared. C of the
RAILWAYRESERVATIONSYSTEM
- RAILWAY RESERVATION SYSTEM if c++ code for of above project i donnt know the directory i should add it so did it in java
c-code
- c语言学习资料,从基础到精通,各类例子学习。-c code
JniExample
- 利用java生产c++代码的so库,进行调用(Make use of Java c++ code so library, call)
src
- 把二进制文件转换为 c 语言的 数组。可以指定生成的数组名字和 static,const等限定词(Converts binary files to C arrays)