CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 MacOS编程 搜索资源 - CAN程序

搜索资源列表

  1. fenpei

    0下载:
  2. 关于匈牙利分配问题的matlab程序,只配问题,匈牙利算法求解-About matlab to the problem of xiong,it s fantanstic ,it can do all the thing you want to do
  3. 所属分类:MacOS编程

    • 发布日期:2017-03-28
    • 文件大小:570
    • 提供者:贺强
  1. ProgrammingInObjective-C

    0下载:
  2. 在Objective-C编程是一个简洁的,浓墨重彩的Objective-C和面向对象编程的基本知识教程。这本书没有以往的经验与面向对象编程语言或C语言(基于Objective-C的)假设。也正因为如此,无论是新手和有经验的程序员都可以使用这本书迅速和有效地学习Objective-C的基础。读者还可以了解面向对象编程的概念,而无需先了解所有错综复杂的基本程序语言(C)。这种方法,有许多小程序的例子,在每章末尾的练习相结合,使得它非常适合无论是课堂上使用或自学。增长,预计在这门语言。在2003年1月
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-09
    • 文件大小:1172383
    • 提供者:张锋
  1. BubbleLevel

    0下载:
  2. 一个可以测试长度的程序,在xocde里实现-One can test the length of the procedure, in xocde achieve
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-31
    • 文件大小:459672
    • 提供者:botor
  1. ucos_Demo

    0下载:
  2. ucosDEMO程序,可以模拟实现任务管理,优先级反转,内存管理,消息队列,时钟中断等-ucosDEMO procedures, can simulate the realization of task management, priority inversion, memory management, message queues, such as clock interrupt
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-30
    • 文件大小:15155
    • 提供者:卢松柏
  1. TEMP

    0下载:
  2. 这个是基于单片机的温度测量的程序.这个可以测量外界的温度(除芯片的自身的温度外),并且可以手动设置温度的最高和最低值.如果温度低于最低或高于最高值,LED灯就会亮,如果是低于最低温度2度或最高温度2度,蜂鸣器就会响,报警-This is based on single-chip temperature measurement procedure. This can measure the temperature of the outside world (in addition to its o
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-03
    • 文件大小:4514
    • 提供者:apple
  1. VolumeToBSDNode

    0下载:
  2. 这个是在mac机上得到U盘盘符的程序,可以移植到自己的程序里啊-This is a mac machine at U disk drive has been on the procedures, can be transplanted to their own program ah
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-28
    • 文件大小:13995
    • 提供者:morrow
  1. data

    1下载:
  2. 此程序为c++实现频谱分析,可用于对傅里叶变换进行分析-This procedure for the c++ to achieve spectral analysis, Fourier transform can be used to analyze
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-11
    • 文件大小:2674498
    • 提供者:wuzhiyu1031
  1. ahk

    0下载:
  2. 用此程序可以实现小波变换,用混沌理论和神经网络进行短期负荷预测时,神经网络的输入的选择至关重要-This process can be achieved with wavelet transform, chaos theory and neural networks with short-term load forecasting, neural network is essential to choose the input
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-31
    • 文件大小:4435
    • 提供者:牛逼
  1. mscomm

    0下载:
  2. 在windows操作系统下利用visual Basic语言编写程序,实现两台电脑之间基于MSCOMM串口通信控件的文件传输,并能显示文件内容-In the windows operating system using visual Basic programming language to achieve between two computers MSCOMM serial communication control based on file transfer, and can displa
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-02
    • 文件大小:8973
    • 提供者:tan
  1. MapWithRoutes

    0下载:
  2. 了十几万会员的辛勤劳动和私家珍藏,是您程序员生涯中必备的源码库 注册成功!欢迎光临程序员联合开发网!本站目前内容个,分类个,凝聚了十几万会员的辛勤劳动和私家珍藏,是您程序员生涯中必备的源码库-Please carefully write English descr iption, you can click on the right does not translate automatically translate
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-07
    • 文件大小:58246
    • 提供者:JYKim
  1. TuanGo

    0下载:
  2. 团购,IPHONE上的一个团购小程序源代码,可在IPHONE全系列手机上运行。-Buy, IPHONE buy on a small source code, can IPHONE full range of phone.
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-13
    • 文件大小:3338649
    • 提供者:李浩
  1. ops1_change

    0下载:
  2. 每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。 进程的到达时间为进程输入的时间。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 就绪进程获得CPU后都只能运行一个时间片,运行后已占用CPU时间加
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-10
    • 文件大小:1294
    • 提供者:ADA
  1. ImageTest

    0下载:
  2. 一个简单的iphone版相册程序源码,可以浏览图片-Iphone version of the album with a simple program source code, you can browse pictures
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-03
    • 文件大小:662510
    • 提供者:wangwei
  1. qcodecs-0.5

    0下载:
  2. 朋友写的一个文字编码转换程序,内部有使用说明,非常实用,可以处理大部分阅读乱码情况,比如有UTF-8 GB2312 ISO 等编码转换-A friend wrote a text encoding converter, internal instructions for use, very practical, can handle most of the reading garbage situation, such as a UTF-8 GB2312 ISO and other encodi
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-02
    • 文件大小:1016946
    • 提供者:豆腐
  1. cal

    0下载:
  2. 模拟经典计算器功能。包括加,减,乘,除的功能。 可以作为MacOS编程的入门程序 -Simulation of the classic calculator function. Including addition, subtraction, multiplication, addition to the function. MacOS programming can be used as entry procedures
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-07
    • 文件大小:748197
    • 提供者:kook
  1. salemachine

    0下载:
  2. 这短程序是利用LABVIEW做的一个模拟自动售货机的小程序,可用于LABVIEW学习者进行模拟练习。-This short program is using LABVIEW to do a simulation of the vending machine program, can be used to the LABVIEW learner simulation exercises.
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-29
    • 文件大小:83655
    • 提供者:胡彬
  1. MailComposer_new

    0下载:
  2. ios开发的移动应用程序,调用系统发送邮件。模拟器无法发送。需要真机测试-ios mobile application development, call the system to send messages. The simulator can not send. Real test is required
  3. 所属分类:MacOS develop

    • 发布日期:2017-12-04
    • 文件大小:78249
    • 提供者:xlhu
  1. 0809

    0下载:
  2. ADC0809的数据转换程序,检测电压值,转换成数字量,可以运行。-The ADC0809 data conversion process, the detected voltage value, converted to digital, you can run.
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-21
    • 文件大小:19620
    • 提供者:谢华
  1. grg

    0下载:
  2. 网上搞到的一个处理数据的程序,可以使用的。-Data of a processing program, you can get online.
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-24
    • 文件大小:1118
    • 提供者:gniot
  1. ios_AES_encrypt

    0下载:
  2. 本源码为我的毕业设计,题目为,基于iOS平台的数据加密程序,实际为AES加密算法。用objective—C实现,在ios开发平台SDK 下打开可运行-The source code for my graduation project entitled, based on the the iOS platform data encryption program, the actual AES encryption algorithm. Objective-C to achieve open can
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-26
    • 文件大小:377798
    • 提供者:周志鹏
« 12 »
搜珍网 www.dssz.com