搜索资源列表
comboBox
- 实现如何在cocoa中运行shell指令。并获取shell的返回信息。最终显示在NStextView中-a Sample code about how to running shell command in cocoa, and get info from the shell return value. finally show them in a NSTextView.
AddressBook
- 在iphone上实现了地址薄的功能,具有一定的参考价值-Finished address book In iphone, with some reference value
TEMP
- 这个是基于单片机的温度测量的程序.这个可以测量外界的温度(除芯片的自身的温度外),并且可以手动设置温度的最高和最低值.如果温度低于最低或高于最高值,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
ADO
- 一个用来学习用的ADO类 有一定得实用价值哦-Learn to use an ADO-type must have a practical value oh
CSS-design-source-code
- [高访问量网站的CSS设计].源代码你将从《Pro CSS for High Traffic Websites》中学习到制作强大和模块化的CSS、如何最大限度地提高网站的性能、跨浏览器和CSS访问的最佳做法、CSS技术动态等等。 -Targeted at "high traffic" websites—those receiving over 10,000 unique visitors a day—Pro CSS for High Traffic Websites gives you in
stockfish-222-mac
- MacOS游戏-stockfish-222-mac源代码,对钻研MacOS游戏开发有很好参考价值。-MacOS game-stockfish-222-mac source code, a good reference value to studying the MacOS game development.
catcake-0.9.5-mac.tar
- MacOS游戏应用-catcake-0.9.5-mac源代码,对深入钻研MacOS游戏开发有很好参考价值。-MacOS gaming applications-catcake-0.9.5-mac source code, a good reference value to delve into the MacOS game development.
0809
- ADC0809的数据转换程序,检测电压值,转换成数字量,可以运行。-The ADC0809 data conversion process, the detected voltage value, converted to digital, you can run.
NezipForVC2010
- 提供C++调用网际风数据的源代码。 对于使用自己软件调用的,请将“AppName = 飞狐交易师” 改为 “AppName = 你的软件名称(大于5个汉字)……” 不能带有飞狐交易师字样,否则会启用飞狐交易师的图文/网络版兼容模式 IsFox = 0 分析软件是飞狐,值取1,否则取0 -Provides C++ call the Internet the wind data of the source code. Called for the use of their ow
aip
- You use an AVPlayer object to implement controllers and user interfaces for single- or multiple-item playback. The multiple-item case supports advanced behaviors. AVPlayer works equally well with local and remote media files, providing you with
DDS
- 第一,DDS模块是一个比较常用的用数字方式实现模拟信号的方法,以前一直只用了频率控制,这一次还通过深入理解用上了相位控制,从这个角度来讲,可以用FPGA小菜一碟的实现频率和相位可控的多通道SPWM波,然后再去外加上RC滤波电路和运放电路就可以实现可控正弦波。 第二,这里的DDS模块还有产生一个可逆计数器的计数使能时钟和方向控制时钟,需要具体说说的是,如果你输出的正弦值是8位的,那么你的计数器的计数范围是在0---255---0,如果你输出的正弦值是9位的,那么你的计数器的计数范围是在0--
meanshift
- 此代码旨在实现meanshift算法,能对图像灰度值进行聚类。-This code is designed to achieve meanshift algorithm can cluster the image gray value
testkvokvc
- IOS 开发中很有用的技术,KVO,即:Key-Value Observing,它提供一种机制,当指定的对象的属性被修改后,则对象就会接受到通知。简单的说就是每次指定的被观察的对象的属性被修改后,KVO就会自动通知相应的观察者了。 二,使用方法 1. 注册,指定被观察者的属性, 2. 实现回调方法 3. 移除观察-KVO is useful in the development of iOS technology,, namely: the Key- Value Observin
01-delegate
- 两个视图控制器之间传值的例子,此例子使用代理协议实现。-Examples of value-passing between two view controller, this example uses a proxy protocol.
copyMakeBorder
- 常数边界: 所有新增边界像素使用一个常数,程序每0.5秒会产生一个随机数更新该常数值。 复制边界: 复制原图像的边界像素。- Constant boundary: use all boundary pixels of a new constant, every 0.5 seconds the program will generate a random number value of the constant update. Copy border: Copy the bounda
SnmpSend
- BlogJava上不少朋友是做网管系统的。一个典型的网络管理系统,需要具备FCAPS几个标准模块,而网络的自动发现和拓扑展示是核心之一。很多人不喜欢Java的Swing,而本文就用一个很小很小的例子,来模拟一个小小的网络管理程序,希望能给大家一点启发。虽然很小,它却可以完成一个简单的局域网自动发现搜索、多线程、ICMP和SNMP的ping、节点的生成、拓扑的展示、自动布局等功能。继续改巴改巴也许还有点使用价值也未可知。 如果不喜欢研究代码,就当它是一个趣味程序吧!-BlogJava on man
OC-Calculator
- OC写的一个关于三角函数的计算器功能 关于分类以及协议, Programming in OC书上的 chapter11中的第四题-The functions sin(), cos(), and tan() are part of the C Standard Library (as scanf () is). These functions are declared in the system header file math.h, which is automatically impo
Vector-Magic
- 最强位图转矢量软件, 解压文件, 运行SP_1.x.app, 点 close 关闭弹窗, 然后把Vector Magic.app文件拖到刚才程序中的放大镜图标上即可,3分绝对超值。看准再下载,不支持WIN-The strongest bitmap to vector software, unzip the file, run the SP_1.x.app, click close to close window, and then put the Vector file onto the M
计算器 2
- 与老的出栈入栈不同,用的递归手法计算表达式的值。(Unlike the old stack in the stack, the value of the expression is calculated recursively.)
AQI
- 利用六种(SO2、NO2、CO、O3、PM10、PM2.5)污染物浓度数据计算空气质量AQI值(Calculating air quality AQI value by using six kinds of pollutants concentration data of SO2, NO2, CO, O3, PM10 and PM2.5)
