-
本代码可以求得输入的表达式的值,经过编译后,可以输入表达式个数,数值表达式,最后求得值...
本代码可以求得输入的表达式的值,经过编译后,可以输入表达式个数,数值表达式,最后求得值-This code can obtain the value of the input expression, after compiled, you can enter the number of expressions, numerical expressions, the final value is obtained
- 2022-02-07 10:53:41下载
- 积分:1
-
极品贪吃蛇
应用背景休闲娱乐小游戏,用简单的代码创造更多的乐趣,这是基于C++的一款适合大学生。初学者参考的小代码 ,希望大家喜欢,新人送上关键技术这是基于C++,中间参加WINDOWS等程序编译,每段程序后都有备注,简单明了
- 2022-06-16 09:25:41下载
- 积分:1
-
串口、Linux
利用串口调试工具和网络控制台,可通过PC机与ARM开发板进行串口通信,该代码已经调试通过,可实时看到收发的数据,并可以尝试多种串口数据收发方式
- 2022-07-19 21:11:26下载
- 积分:1
-
C语言的本质分析的例子,它是好的,虽然是写…
C语言实例解析精粹,很不错的,虽然是C写的,但里面有很有很有名的算法题-C language example of Analysis of the essence, it is good, although it is written in C, but there are very well-known algorithm for title
- 2022-05-25 09:05:24下载
- 积分:1
-
窗口分割源程序。
窗口分割源程序。-window segmentation source.
- 2022-09-18 11:05:03下载
- 积分:1
-
一个图像增强类,实现了SSR算法(Scalable Sample Rate)。
一个图像增强类,实现了SSR算法(Scalable Sample Rate)。-a class realized SSR(Scalable Sample Rate) algorithm
- 2022-03-19 03:57:39下载
- 积分:1
-
高速文本处理库的原代码
高速文本处理库的原代码-dealing with the high-speed version of the original code
- 2022-01-28 04:37:21下载
- 积分:1
-
带头尾指针的list,从list的尾部插入,可以方便的删除list上的任意位置的节点...
带头尾指针的list,从list的尾部插入,可以方便的删除list上的任意位置的节点-lead the list tail pointer from the list, insert the rear, can easily delete the list of arbitrary location of the node
- 2022-02-26 20:15:09下载
- 积分:1
-
在搜索文件的移动和桌面窗口
for serching files in windows based modile and desktop
- 2022-06-21 07:20:25下载
- 积分:1
-
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。
JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。
-JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
- 2022-08-19 07:40:31下载
- 积分:1