登录

最新会员 最新下载

成为了本站VIP会员

今天11:07

成为了本站VIP会员

03月28日 19:36

成为了本站VIP会员

03月28日 16:04

成为了本站VIP会员

03月27日 21:54

成为了本站VIP会员

03月27日 17:03

成为了本站VIP会员

03月27日 12:17
已选条件
  1. 编程语言:Objective-C
  2. 代码类别:所有
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 51单片机相关资料

51单片机相关源代码,需要用的基本模块都有

1
下载
82
浏览
2022-01-25发布

2. 翻牌小程序,还不错有兴趣的话可以了解一下

个感觉还不错,有开发小程序的,对小程序开发感兴趣的,可以下载下来了解一下,或者对开发相应小类型的小程序会多点帮忙和启发,个人感觉得不错,所以分享给大家。

1
下载
98
浏览
2022-01-24发布

3. tcp通讯,实现数据包传输

可以实现远程数据上传和接收,如远程给硬件设备发送开关指令

1
下载
77
浏览
2022-01-24发布

4. AsyncSocketDemo

这是一个使用第三方库编译的socket简单使用,这是一个使用第三方库编译的socket简单使用,这是一个使用第三方库编译的socket简单使用,这是一个使用第三方库编译的socket简单使用,这是一个使用第三方库编译的socket简单使用。

1
下载
84
浏览
2022-01-23发布

5. md5加密c++跨平台

md5加密实现,c++ 跨平台,linux windows 都可以用static void MD5Init(MD5_CTX *context){  context->count[0] = 0;  context->count[1] = 0;  context->state[0] = 0x67452301;  context->state[1] = 0xEFCDAB89;  context->state[2] = 0x98BADCFE;  context->state[3] = 0x10325476;}static void MD5Update(MD5_CTX *context, unsigned char *input, unsigned int inputlen){  unsigned int i = 0;  unsigned int index = 0;  unsigned int partlen = 0;  index = (context->count[0] >> 3) & 0x3F;  partlen = 64 - index;  context->count[0] += inputlen count[0] < (inputlen count[1]++;  context->count[1] += inputlen >> 29;  if(inputlen >= partlen)  {  &n

1
下载
98
浏览
2022-01-22发布

6. terrain rendering with animated character

地形渲染与高度地图和晴朗的天空。在地形上,有一个人移动,方向由键盘输入控制。有水,有宫殿,有山,有树,环境多雾。面积很大。虽然水是一个简单的平面,但它可以膨胀。通过尽可能多地修改和添加模块,可以探索和使用结构的面向对象特性。

1
下载
83
浏览
2022-01-22发布

7. 天气预报

天气预报,关于ios,简单的Demo

1
下载
89
浏览
2022-01-22发布

8. DFIG

  双馈风力发电机的 PSCAD 的仿真模型,运行时先要导入LIB文件,再导入仿真模型文件,就可以运行这个模型(PSCAD simulation model of doubly-fed induction generator and runtime LIB files to import, import simulation model file, you can run the model)

119
下载
193
浏览
2021-04-29发布

9. 用于MICROCHIP 24LC64 EEPROM的读写E2PROM_DSP

说明: 本程序用于MICROCHIP 24LC64 EEPROM的读写。本程序不使用芯片级联方式, 请将A0,A1,A2 管脚接至低电平。本程序使用IOC6作为SDA,IOC7作为SCL。 程序中的地址空间最大可至64K:24LC00-16-0,24LC01-128-8,24LC02-256-8, 24LC04-512-16,24LC08-1K-16,24LC16-2K-32,24LC32-4K-32,24LC64-8K-32, 24LC128-16K-64,24LC256-32K-64,24LC512-64K-128,读写数据均为8bits。 以上器件的格式为(型号-地址空间-页大小)不同器件的页大小不同,因此页写 程序需作相应修改,其他字节写,随机读以及顺序读程序均相同 (This procedure for the MICROCHIP 24LC64 EEPROM read and write. This procedure does not use chips cascade way, please A0, A1, A2 pin to low level access. This procedure used IOC6 as SDA, IOC7 as SCL. Process address space available to the largest 64K: 24LC00-16-0, 24LC01-128-8, 24LC02-256-8, 24LC04-512-16, 24LC08-1K-16, 24LC16-2K-32, 24LC32-4K- 32,24 LC64-8K-32, 24LC128-16K-64, 24LC256-32K-64, 24LC512-64K-128, read and write data are 8bits. The format for the above device (Model- address space- page size) of different devices of different sizes of pages, so page written procedures need to be amended accordingly, and other bytes to write, random read and sequential read are the same procedures)

199
下载
137
浏览
2021-04-27发布

10. XFPingTester-master

说明:  用于iOS平台的 ping demo,对苹果原生代码的封装(use for iOS partform ping demo)

1
下载
173
浏览
2021-03-29发布

12. Sensorless

  基于TI公司2812DSP的感应电机无速度传感器控制,是非常有前景的一个方向(The sensorless control of an induction motor based on DSP 2812 of TI, which has a good prospective in research and industry)

78
下载
180
浏览
2021-02-24发布

14. AD5422

  使用内部硬件SPI,与模拟电流电压输出芯片AD5422通讯。(Using the internal hardware SPI, the analog voltage output current AD5422 chip communication.)

13
下载
141
浏览
2021-02-01发布

15. stm32

  德飞莱STM32系列尼莫M3S V1.0开发板资料4-配套程序出厂附带-ucGUI 测试程序( De Feilai STM32 series Nemo M3S V1.0 development board data 4- Companion Programs test program shipped with-ucGUI)

49
下载
165
浏览
2020-12-29发布

16. WJC-ebook.xcodeproj

  小说阅读器 可以在线看小说 也可以在本地看小说 自动翻页 更换字体和颜色

8
下载
158
浏览
2020-12-23发布

17. WJC-ebook.xcodeproj

  小说阅读器 可以在线看小说 也可以在本地看小说 自动翻页 更换字体和颜色

8
下载
170
浏览
2020-12-23发布

18. Netlogo

  基于agent仿真的一个多主题模型,用netlogo编写的代码程序,,具有一定的改进意义。。(an agent based MAS model ,it may be usful for your reasearch,.thansks...it s a bull shit.if you down load it ,youwill stupid)

261
下载
142
浏览
2020-12-19发布

19. Bayer2RGB

  Bayer图像格式转化为标准RGB格式 Bayer图像格式转化为标准RGB格式(Bayer image format into a standard RGB format Bayer image format into a standard RGB format)

421
下载
109
浏览
2020-12-12发布

20. 61549848802[1].11-MAC

  用OPNET实现802.11MAC协议DCF协议(use OPNET to develop 802.11MAC )

67
下载
184
浏览
2020-12-08发布