Welcome![Sign In][Sign Up]
Location:
Search - native a

Search list

[OS programInside the Native API

Description: windows native API解密,对于想学习windows native API的人们是个很不错的资料。资料详细的介绍了native API -declassified, want to learn windows API native people is a very good information. Detailed information on the native API
Platform: | Size: 72626 | Author: 王丽 | Hits:

[OS programInside the Native API

Description: windows native API解密,对于想学习windows native API的人们是个很不错的资料。资料详细的介绍了native API -declassified, want to learn windows API native people is a very good information. Detailed information on the native API
Platform: | Size: 72704 | Author: 王丽 | Hits:

[GDI-Bitmapmypsd

Description: MyPSD::CPSD class is a C++ class that can load images saved in Adobe s Photoshop native format. Due to my new job I had to upgrade to Visual Studio 2005, but still the class is as portable as possible, hence it uses standard C++ and STL. With minor changes, it can be ported to Visual Studio 6 (uses an older version of STL) or even to other Operating Systems.-MyPSD : : morphological class C is a class that can load images saved in Adobe Photoshop's native format. Due to my new job I had to upgrade to Visual Studio 2005. but still the class is as portable as possible, hence it uses standard C and STL. With minor chan celebrated. it can be ported to Visual Studio 6 (uses an older version of STL) or even to other Operating Syste ms.
Platform: | Size: 632832 | Author: 孙磊 | Hits:

[OS programNativeappdemo

Description: native application的一个demo,可以象chkdsk那样运行-native application of a demo, can occur as did running
Platform: | Size: 234496 | Author: nicholas | Hits:

[Mathimatics-Numerical algorithmsmatlab_bgl-2.0

Description: The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab s native sparse matrix type as a graph and provides algorithms that work -The MatlabBGL library fills a hole in Matla b's suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs. as in graph theory graphs. The MatlabBGL packag e uses Matlab's native sparse matrix type as a gra ph and provides algorithms that work
Platform: | Size: 2884608 | Author: Tom | Hits:

[OS programjna

Description: JNA(Java Native Access )提供一组Java工具类用于在运行期动态访问系统本地库(native library:如Window的dll)而不需要编写任何Native/JNI代码。开发人员只要在一个java接口中描述目标native library的函数与结构,JNA将自动实现Java接口到native function的映射。-JNA (Java Native Access) provides a set of Java tools for the dynamic run-time access to the system of local libraries (native library: such as the Window of the dll) without the need for the preparation of any Native/JNI code. As long as developers in a java interface as described in the target native library function and structure, JNA will automatically realize Java interface to native function mapping.
Platform: | Size: 272384 | Author: tiger | Hits:

[JSPAddisonWesleyJavaNativeInterface

Description: THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interested in any of the following: • integrating a Java application with legacy code written in languages such as C or C++ • incorporating a Java virtual machine implementation into an existing application written in languages such as C or C++ • implementing a Java virtual machine • understanding the technical issues in language interoperability, in particular how to handle features such as garbage collection and multithreading-THIS book covers the Java
Platform: | Size: 1619968 | Author: | Hits:

[Process-ThreadThreadPool

Description: 一个线程池的实现,池大小可以动态增加。并避免了内存碎片的问题。经测试,性能与windows原生线程池的性能相当。-The realization of a thread pool, pool size can be dynamically increased. And to avoid the memory fragmentation problem. After testing, performance and windows native thread pool performance fairly.
Platform: | Size: 4096 | Author: 陈生 | Hits:

[JSP/Javamicrofloat-1.0

Description: This is a Java library for performing floating-point calculations on small devices such as mobile phones which lack native support for floating-point numbers.
Platform: | Size: 121856 | Author: Guo Quan | Hits:

[OtherWindowsNT2000-Native-API-Reference

Description: Gary Nebbett的“Windows NT/2000 Native API Reference”,MTP出版社。这里所说的 “Native API”,实际上就是系统调用。显然,这是一本关于WinNT系统调用的参考手册。既然微软把系统调用界面藏在黑盒子里面,或者说藏在 Win32 API后面,从来都不公开,那么这本参考手册的价值也就不言而喻了。看一下这本书,就可以知道实现Windows系统调用界面的工作量该有多 大。-Gary Nebbett of Windows NT/2000 Native API Reference , MTP Press. Talking about here Native API , is actually a system call. Obviously, this is on a WinNT system calls reference manual. Since the system call interface to Microsoft s hidden inside the black box, or hidden in the back of Win32 API, has never been open, it is the value of the reference manual is a self-evident. Look at this book, you can know that the realization of Windows system call interface, the extent of the workload.
Platform: | Size: 1579008 | Author: 骆剑平 | Hits:

[Internet-NetworkWLanPP.ZIP

Description: 针对Windows XP SP2 WlanAPI关于WIFI Profile操作的例子,可以操作Windows的Wireless Zero服务,如果需要对XP的WIFI编程可以参考这份代码。-A sample source code about Windows XP SP2 WlanAPI, it can manual set WIFI profile with XML samples.
Platform: | Size: 4096 | Author: redblink | Hits:

[SymbianSDL-1.2.13-s60-2.3.4

Description: S60 SDL is a Simple DirectMedia Layer adaptation for S60. SDL is a cross-platform multimedia library: Applications and libraries built on SDL can easily be ported to other operating systems. But S60 SDL does more than makes porting easy: S60 multimedia applications can be implemented without any knowledge of Symbian C++ native API and a developer can use SDL and standard C, C++ interfaces. The SDL development supports both Nokia OpenC and Symbian stdlib (ESTLIB) C implementations.
Platform: | Size: 798720 | Author: modoko | Hits:

[JSP/Javacaveatemptor-native-061211

Description: 网上拍卖系统,此系统是基于Java环境编译,功能良好!-Online auction system, this system is based on the Java compiler environment, a well-functioning!
Platform: | Size: 8767488 | Author: | Hits:

[Communicationwlsample

Description: Native Wifi - Windows Wlan API 示例-Native Wifi- Windows Wlan API Example
Platform: | Size: 10240 | Author: 方伯超 | Hits:

[OtherTomcat6.0

Description: Tomcat 是一个小型的轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选。对于一个初学者来说,可以这样认为,当在一台机器上配置好Apache 服务器,可利用它响应对HTML 页面的访问请求。实际上Tomcat 部分是Apache 服务器的扩展,但它是独立运行的,所以当你运行tomcat 时,它实际上作为一个与Apache 独立的进程单独运行的。-Tomcat is a small, lightweight application server, in the small and medium-sized systems and concurrent access to a user is not a lot of occasions to be commonly used in the development and debugging JSP is the preferred procedure. For a beginner, it can be such that when a machine configured Apache server, can use it to respond to requests for access to HTML pages. Tomcat is actually an extension of Apache server, but it is run independently, so when you run tomcat, it in fact as a separate process with Apache running alone.
Platform: | Size: 8160256 | Author: 王方 | Hits:

[Windows MobileGPSAppForPPC

Description: 演示使用原生的GPS API的访问GPS设备的移动开发例子,具有较好的参考价值-Demonstration of the use of native access to the GPS API for mobile GPS devices example the development of a better reference value
Platform: | Size: 22528 | Author: 王涛 | Hits:

[Software EngineeringVirtualKeyboard_full_3_6_1

Description: Introduction Virtual Keyboard is a great tool when you can t install or use additional keyboard layouts bundled with your OS. For example, you re at the internet cafe where only En/US layout is available and you want to write some letters to your Russian, Korean, or Japanese friends. Yes, you can just transliterate your writing, but this will take much more time than you would ever expect, and makes reading boring. If this is the case, open the VirtualKeyboard site and begin typing. It will make the text input as comfortable, as with the native keyboard layout. You might want to integrate such a keyboard in your own application, like in your search engine, forum, webmail system, or something else. This is a wise decision - a tiny app will make life easier for you and your customers. Virtual Keyboard features -Introduction Virtual Keyboard is a great tool when you can t install or use additional keyboard layouts bundled with your OS. For example, you re at the internet cafe where only En/US layout is available and you want to write some letters to your Russian, Korean, or Japanese friends. Yes, you can just transliterate your writing, but this will take much more time than you would ever expect, and makes reading boring. If this is the case, open the VirtualKeyboard site and begin typing. It will make the text input as comfortable, as with the native keyboard layout. You might want to integrate such a keyboard in your own application, like in your search engine, forum, webmail system, or something else. This is a wise decision- a tiny app will make life easier for you and your customers. Virtual Keyboard features
Platform: | Size: 1013760 | Author: hskil85 | Hits:

[Otherapizl

Description: 未公开的WIN2K Native API资料请尽快下载【PDF格式】,可以快速查到常用的 API-Unpublished WIN2K Native API information, please download as soon as possible】 【PDF format, can be quickly found common API
Platform: | Size: 1579008 | Author: 徐洋 | Hits:

[androidreact-native-chat-demo-master

Description: react-native 聊天程序,最近学习react-native 做了一个聊天小demo,仅供学习参考!!!(React-native chat program, recently learned react-native to do a chat small demo, for learning reference only!!!)
Platform: | Size: 5817344 | Author: iorilee | Hits:

[Otherreact-native-toast

Description: 一个像Android一样的toast,支持iOS和Android(A android like toast for react-native support for ios and android)
Platform: | Size: 643072 | Author: 1595599 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net