-
E:studyvbcodestaytop.zip
E:StudyVBCodeStayTop.zip
- 2022-01-26 07:11:35下载
- 积分:1
-
神经网络实例,可以改造成自己的东西,算法不错,无版权
神经网络实例,可以改造成自己的东西,算法不错,无版权-examples of neural network can be transformed into something of my own, the algorithm is true that without copyright
- 2022-01-27 13:59:41下载
- 积分:1
-
C C++算法实例(宝贵资源)个人收藏起来不错的东西,学习C需要的,我收益不错,希望对大家有...
C C++算法实例(宝贵资源)个人收藏起来不错的东西,学习C需要的,我收益不错,希望对大家有-C C++ algorithm for example (a valuable resource) to the personal collection of good things, needs to learn C, I am a good income, in the hope that we have
- 2022-08-25 13:18:34下载
- 积分:1
-
数制转换,可以进行各种进制的转换而且方法相当简单,希望别人能用得到...
数制转换,可以进行各种进制的转换而且方法相当简单,希望别人能用得到-digit conversion can be carried out various band and the transformation method is quite simple, others can use to be
- 2022-02-12 07:50:07下载
- 积分:1
-
法赫德埃斯穆尔
这是 vb.net 是强,我喜欢它的
- 2022-02-25 09:17:22下载
- 积分:1
-
apihook api函数拦截
apihook api函数拦截-apihook api function interception
- 2022-04-30 22:34:27下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
Java kernel is unicode,as well as class files.However,most multimedias use strea...
Java内核是unicode的,就连class文件也是,但是很多媒体,包括文件/流的保存方式是使用字节流的。因此Java要对这些字节流经行转化。char是unicode的,而byte是字节。Java中byte/char互转的函数在sun.io的包中间有。其中ByteToCharConverter类是中调度,可以用来告诉你,你用的convertor。其中两个很常用的静态函数是-Java kernel is unicode,as well as class files.However,most multimedias use stream bytes,including the way of their storage.So java ought to convert these stream bytes.char is unicode,while byte is byte.byte/char convertion function is in sun.io.class ByteToCharConverter could tell you which convertor you are using.two usual static functions are
- 2022-03-13 14:22:53下载
- 积分:1
-
关于括号匹配和车皮进站的小程序,自己写的~很简单,主要是希望能多多交流...
关于括号匹配和车皮进站的小程序,自己写的~很简单,主要是希望能多多交流-matching brackets on the wagon stops and small programs, written in their own ~ very simple, the main hope to be able to interact more
- 2022-10-28 15:00:03下载
- 积分:1
-
solution of linear equations Ax = b SOR method of common procedures
解线性方程组Ax=b的SOR方法的通用程序-solution of linear equations Ax = b SOR method of common procedures
- 2022-03-21 05:41:20下载
- 积分:1