联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All MacOS编程(17) 

[MacOS编程] DiplomaInAppleDevelopment-AutumnWinter2022

演讲幻灯片、维基和来自创意编码研究所2022-2023苹果开发文凭Block 1的示例。,
Lecture slides, wiki and examples from Block 1 of the Creative Coding Institute s 2022 2023 Diploma in Apple Development., (2023-02-14, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690138848541046.html

[MacOS编程] Currentcast

用于MacOS的OpenSource播客播放器。此存储库当前正在开发中!!!,
An OpenSource Podcast player for MacOS. This repositories is currently under development!!!, (2023-04-05, Swift, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690138712841059.html

[MacOS编程] kaerman

对一维数据进行卡尔曼滤波,参数需要自己调
Kalman filter for one-dimensional data, the parameters need to be adjusted by yourself (2020-09-21, matlab, 7KB, 下载3次)

http://www.pudn.com/Download/item/id/1600672386710013.html

[MacOS编程] AES

基于iOS的AES加密,使用Objective-C的API,AES加密仅支持CBC和ECB模式
AES encryption based on iOS, using objective-c API, AES encryption only supports CBC and ECB modes (2018-07-10, Objective-C, 5KB, 下载0次)

http://www.pudn.com/Download/item/id/1531184025901531.html

[MacOS编程] ECDH

基于ECC的ECDH密钥交换,交换的共用密钥用于AES加解密。
ECDH key exchange based on ECC, the exchange of Shared keys for AES encryption and decryption. (2018-07-10, Objective-C, 59KB, 下载10次)

http://www.pudn.com/Download/item/id/1531183169572493.html

[MacOS编程] RussiaBlock

经典的俄罗斯方块游戏,学习Objective C语言的好例子
a simple game that developed with Objective C language (2017-08-04, Objective-C, 108KB, 下载1次)

http://www.pudn.com/Download/item/id/1501815725404801.html

[MacOS编程] CacheByMac

异步加缓存+tavbleview下拉加载数据+admob广告
Asynchronous plus cache+tavbleview down load data+ admob ad (2013-08-21, Objective-C, 1166KB, 下载1次)

http://www.pudn.com/Download/item/id/2336207.html

[MacOS编程] Cuzy-iOS-demo-master

ios购物导航淘宝客模块 cuzysdk demo
ios shopping Taobao navigation module cuzysdk demo (2013-08-21, Objective-C, 3267KB, 下载4次)

http://www.pudn.com/Download/item/id/2336159.html

[MacOS编程] XmppDemo.xcodeproj

即时通讯的源码加框架,可以用于两个客户端之间对等网络通信
Instant communication source (2013-08-05, Objective-C, 45KB, 下载5次)

http://www.pudn.com/Download/item/id/2323230.html

[MacOS编程] yyyyy

阿斯顿萨达四大四大大大四大大叔大叔大叔大萨达
Aston Sada four four four big big uncle uncle uncle Sardar (2013-05-27, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2260418.html

[MacOS编程] kaiguandianyuan

哪里看见成长了科学基础练习中扣除卡是打算离开大家阿斯利康单机
simulink-model-of-power-electronics simulink-model-of-power-electronics simulink-model-of-power-electronics simulink-model-of-power-electronics simulink-model-of-power-electronics (2013-04-17, Pascal, 133KB, 下载2次)

http://www.pudn.com/Download/item/id/2205162.html

[MacOS编程] PDFReader

在mac os xcode下开发的pdf阅读器,功能齐全的PDF阅读器实现代码。可以缩略图查看文档、加书签、打印等等
Mac os xcode development pdf reader, full-featured PDF reader implementation code. Thumbnail to view the documents, add bookmarks, printing, etc. (2012-12-21, Objective-C, 263KB, 下载19次)

http://www.pudn.com/Download/item/id/2091346.html

[MacOS编程] lcplot

可控源海洋电磁勘探,一维反演的程序, Written by: Scripps Institution of Oceanography The main routines are
Controlled source the marine electromagnetic exploration, one-dimensional inversion program Written by: Scripps Institution, of Oceanography The main routines are (2012-11-12, matlab, 59KB, 下载42次)

http://www.pudn.com/Download/item/id/2045047.html

[MacOS编程] cal

模拟经典计算器功能。包括加,减,乘,除的功能。 可以作为MacOS编程的入门程序
Simulation of the classic calculator function. Including addition, subtraction, multiplication, addition to the function. MacOS programming can be used as entry procedures (2012-09-04, Objective-C, 731KB, 下载4次)

http://www.pudn.com/Download/item/id/1984341.html

[MacOS编程] TaobaoClient.xcodeproj

淘宝客户端 ios object C 语言 看到的一个 不错的淘宝客户端
Taobao customers end ios (2012-08-08, Others, 61KB, 下载34次)

http://www.pudn.com/Download/item/id/1960689.html

[MacOS编程] ops1_change

每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。 进程的到达时间为进程输入的时间。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 就绪进程获得CPU后都只能运行一个时间片,运行后已占用CPU时间加1。 如果运行一个时间片后,进程的已占用CPU时间已达到所需要的运行时间,则撤消该进程,如果运行一个时间片后进程的已占用CPU时间还未达所需要的运行时间,也就是进程还需要继续运行,此时应将进程的优先数减1(即降低一级),然后把它插入就绪队列等待CPU。 每进行一次调度程序都打印一次运行进程、就绪队列、以及各个进程的PCB,以便进行检查。
Each process can have a process control blocks (PCB) said. Process control blocks can include the following information: name, priority number, process arrival time, need to run time, with CPU time, has process state, and so on. (2011-11-06, Visual C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1689971.html

[MacOS编程] iDemo

基于iPhone平台的俄罗斯方块游戏,做的很一般,很适合入门者
box games on the iPhone, iPhone games on the box, iPhone on, iPhone games on the box to the box game (2011-08-16, Objective-C, 832KB, 下载22次)

http://www.pudn.com/Download/item/id/1623661.html
总计:17