-
c-jni-java
C中通过JNI调用java对象接口,也有java调用c接口,是在Android开发环境中运行的(C through JNI call java object interface)
- 2013-08-23 10:00:37下载
- 积分:1
-
C prepared with a phone call this procedure for the C language learners with
用c编写的一个电话本程序,供C语言学习者用-C prepared with a phone call this procedure for the C language learners with
- 2023-05-19 21:00:04下载
- 积分:1
-
利用c++builder编程控制
利用c++builder编程控制-use programming control
- 2022-06-01 14:05:03下载
- 积分:1
-
Net代码20个,需要我们学习!
Net代码20个,需要我们学习!-20, we need to learn!
- 2022-07-17 07:40:17下载
- 积分:1
-
机器人
蛇形机器人结构、运动及控制的研究 蛇形机器人结构、运动及控制的研究-robot
- 2023-02-06 20:00:04下载
- 积分:1
-
收集到的orion_ep93xx_wince_bsp_1
收集到的orion_ep93xx_wince_bsp_1-3-507显示驱动源码,未作测试-Collected orion_ep93xx_wince_bsp_1-3-507 display driver source code, not for testing
- 2022-02-03 23:17:42下载
- 积分:1
-
预防小说沉迷:1.通过命令可以将一个小说文件分割成40个内容大小大致相等的文件,将其存放到一个文件夹里面(也可以让他们杂乱无章的随机存放到多个文件夹下面),并且...
预防小说沉迷:1.通过命令可以将一个小说文件分割成40个内容大小大致相等的文件,将其存放到一个文件夹里面(也可以让他们杂乱无章的随机存放到多个文件夹下面),并且文件名为随机的字符和数字组成的随机长度(20-60)的字符串。
2.通过执行命令, 可以返回当天阅读的文件。每天只能执行一次来进行拷贝工作:将正确的4个文件按顺序合并成一个文件(此文件名为第X天)拷贝至供阅读的文件夹里,这样每天只能读十分之一
-Prevention of novels indulge: 1. A novel by the command file can be split into 40 roughly equal the size of the contents of the document be placed into a folder inside (you can also let them mess of random store to multiple folders below), and the file name is random characters and numbers of random length (20-60) in the string. 2. By executing the command, you can return the same day to read documents. Only do this once a day to carry copies of work: the correct order, four documents into a single file (this file name is the first X days) for the copy to the folder to read, so that can only be read one-tenth of a day
- 2023-01-25 05:15:04下载
- 积分:1
-
程控交换机话单获取
程控交换机话单获取-program- controlled switches so single access
- 2022-01-30 16:31:58下载
- 积分:1
-
android常用操作:sdcard的读取和写入 实例 附完整源码
首先如果要在程序中使用sdcard进行存储,我们必须要在AndroidManifset.xml文件进行下面的权限设置: 在AndroidManifest.xml中加入访问SDCard的权限如下: 接着我们在使用SDcard进行读写的时候 会用到Environment类下面的几个静态方法 1: getDataDirectory() 获取到Androi中的data数据目录 2:getDownloadCacheDirectory() 获取到下载的缓存目录 3:getExternalStorageDirectory() 获取到外部存储的目录 一般指SDcard 4:getExternalStorageState() 获取外部设置的当前状态 一般指SDcard, android系统中对于外部设置的状态,我们比较常用的应该是 MEDIA_MOUNTED(SDcard存在并且可以进行读写) MEDIA_MOUNTED_READ_ONLY (SDcard存在,只可以进行读操作) 当然还有其他的一些状态,可以在文档中进行查找到 5:getRootDirectory() 获取到Android Root路径 6:isExternalStorageEmulated() 返回Boolean值判断外部设置是否有效 7:isExternalStorageRemovable() 返回Boolean值,判断外部设置是否可以移除
- 2013-05-27下载
- 积分:1
-
c语言编程宝典 实用
c语言编程宝典 实用-practical book
- 2022-01-25 20:01:10下载
- 积分:1